@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: "angellinx";
    src: url("../fonts/angellinx.eot");
    src: url("../fonts/angellinx.eot?#iefix") format("embedded-opentype"),
        url("../fonts/angellinx.woff") format("woff"),
        url("../fonts/angellinx.ttf") format("truetype"),
        url("../fonts/angellinx.svg#angellinx") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "angellinx" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "angellinx" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
    content: "\61";
}

.icon-icon-2:before {
    content: "\62";
}

.icon-icon-3:before {
    content: "\63";
}

.icon-icon-4:before {
    content: "\64";
}

.icon-icon-5:before {
    content: "\65";
}

.icon-icon-6:before {
    content: "\66";
}

.icon-icon-7:before {
    content: "\67";
}

.icon-icon-8:before {
    content: "\68";
}

.icon-icon-9:before {
    content: "\69";
}

.icon-icon-10:before {
    content: "\6a";
}

.icon-icon-11:before {
    content: "\6b";
}

.icon-icon-12:before {
    content: "\6c";
}

.icon-icon-13:before {
    content: "\6d";
}

.icon-icon-14:before {
    content: "\6e";
}

.icon-icon-15:before {
    content: "\6f";
}

.icon-icon-16:before {
    content: "\70";
}

.icon-icon-17:before {
    content: "\71";
}

.icon-icon-18:before {
    content: "\72";
}

.icon-icon-19:before {
    content: "\73";
}

.icon-icon-20:before {
    content: "\74";
}

.icon-icon-21:before {
    content: "\75";
}

.icon-icon-22:before {
    content: "\76";
}

.icon-icon-23:before {
    content: "\77";
}

.icon-icon-24:before {
    content: "\78";
}

.icon-icon-25:before {
    content: "\79";
}

.icon-icon-26:before {
    content: "\7a";
}

.icon-icon-27:before {
    content: "\41";
}

.icon-icon-28:before {
    content: "\42";
}

.icon-icon-29:before {
    content: "\43";
}

.icon-icon-30:before {
    content: "\44";
}

.icon-icon-31:before {
    content: "\45";
}

.icon-icon-32:before {
    content: "\46";
}

.icon-icon-33:before {
    content: "\47";
}

.icon-icon-34:before {
    content: "\48";
}

.icon-icon-35:before {
    content: "\49";
}

.icon-icon-36:before {
    content: "\4a";
}

.icon-icon-37:before {
    content: "\4b";
}

.icon-icon-38:before {
    content: "\4c";
}

.icon-icon-39:before {
    content: "\4d";
}

.icon-icon-40:before {
    content: "\4e";
}

.icon-icon-41:before {
    content: "\4f";
}

.icon-icon-42:before {
    content: "\50";
}

.icon-icon-43:before {
    content: "\51";
}

.icon-icon-44:before {
    content: "\52";
}

.icon-icon-45:before {
    content: "\53";
}

.icon-icon-46:before {
    content: "\54";
}

.icon-icon-47:before {
    content: "\55";
}

.icon-icon-48:before {
    content: "\56";
}

.icon-icon-49:before {
    content: "\57";
}

.icon-icon-50:before {
    content: "\58";
}

.icon-icon-51:before {
    content: "\59";
}

.icon-icon-52:before {
    content: "\5a";
}

.icon-icon-53:before {
    content: "\30";
}

.icon-icon-54:before {
    content: "\31";
}

.icon-icon-55:before {
    content: "\32";
}

.icon-icon-56:before {
    content: "\33";
}

.icon-icon-57:before {
    content: "\34";
}

.icon-icon-58:before {
    content: "\35";
}

.icon-icon-59:before {
    content: "\36";
}

.icon-icon-60:before {
    content: "\37";
}

.icon-icon-61:before {
    content: "\38";
}

.icon-icon-62:before {
    content: "\39";
}

.icon-icon-63:before {
    content: "\21";
}

.icon-icon-64:before {
    content: "\22";
}

.icon-icon-65:before {
    content: "\23";
}

.icon-icon-66:before {
    content: "\24";
}

.icon-icon-67:before {
    content: "\25";
}

.icon-icon-68:before {
    content: "\26";
}

.icon-icon-69:before {
    content: "\27";
}

.icon-icon-70:before {
    content: "\28";
}

.icon-icon-71:before {
    content: "\29";
}



/* .container {
    max-width: 1320px;
} */

:root {
    --white: #fff;
    --darkYellow: #D79C00;
    --lightYellow: #FFF4D5;
    --lightGrey: #F7F7F7;
    --lightDarkGery: #EBEBEB;
    --lightBlack: #1A1919;
    --grey: #767676;
}

.header-footer-hide .site-header,
.header-footer-hide .ste-footer,
.header-footer-hide .foot-copyright {
    display: none;
}

img {
    max-width: 100%;
}

body {
    font-family: "DM Sans", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btns {
    background-color: var(--darkYellow);
    border: 1px solid var(--darkYellow);
    color: var(--white);
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 23px;
    border-radius: 12px;
}

.btns-shadow {
    box-shadow: 0px 4px 28px rgba(215, 156, 0, 0.7);
}

.oreng-btn {
    background-color: #ED7E2C;
    border: 1px solid #ED7E2C;
    box-shadow: 0px 4px 28px rgba(237, 126, 44, 0.7);
}

.btns-02 {
    background-color: #ED7E2C;
    border: 1px solid #ED7E2C;
}

.btns-03 {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

.btns-04 {
    background-color: #43A047;
    border: 1px solid #43A047;
}

.btns-05 {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.btns-06 {
    border: 1px solid #FFEBEE;
    background-color: #FFEBEE;
    color: #F44336;
}

.btns-secondary {
    background-color: var(--white);
    color: var(--darkYellow);
}

.btns-04.btns-secondary {
    color: #43A047;
}

.btns-02.btns-secondary {
    color: #ED7E2C;
}

.min-200 {
    min-width: 200px;
}

.btns:hover {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

#st-1 {
    z-index: 1 !important;
}

.btns.disabled {
    background: gray;
    border: gray;
    opacity: 0.5;
    cursor: not-allowed;
}

/* ======= Header Css Start ======= */
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 16px;
    /* FIX C: CRITICAL - Header must be very high to be above all page content */
    z-index: 99998 !important;
    /* Very high, but dropdowns (100000) are even higher */
    /* CRITICAL: Ensure header creates its own stacking context above page content */
    isolation: isolate !important;
    /* FIX A: Lock header height to prevent shaking when dropdowns open */
    min-height: 70px;
    /* Approximate header height - prevents layout shift */
}

.header-inner.border {
    border: 1px solid #EBEBEB;
}

.header-inner {
    background-color: var(--white);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    position: relative;
    /* FIX C: CRITICAL - Header-inner must be high but below dropdowns */
    z-index: 99998 !important;
    /* Same as site-header, dropdowns (999999) are higher */
    /* CRITICAL: Ensure header-inner doesn't create stacking context that isolates dropdowns */
    isolation: auto !important;
    /* FIX A: Lock header-inner height to prevent shaking */
    min-height: 40px;
    /* Minimum height to prevent collapse */
    /* FIX D: Ensure dropdowns are not clipped by overflow */
    overflow: visible !important;
}

/* CRITICAL: Ensure site-header container doesn't clip dropdowns */
.site-header {
    overflow: visible !important;
}

.site-header .container {
    overflow: visible !important;
    position: relative !important;
    z-index: inherit !important;
}

.header-inner ul {
    gap: 32px;
}

.header-inner ul li {
    position: relative;
    z-index: 10000;
}

/* FIX C: CRITICAL - Ensure nav-item (Resources, Connect dropdowns) has proper z-index */
.header-inner ul li.nav-item {
    position: relative !important;
    z-index: 10001 !important;
    /* Higher than header-inner to ensure dropdowns appear above */
}

/* FIX D: Ensure header-menu doesn't clip dropdowns */
.header-menu {
    overflow: visible !important;
}

/* Ensure dropdown parent containers create proper stacking context */
.header-inner ul li.dropdown,
.header-inner ul li.notification-header {
    z-index: 10001 !important;
}

/* CRITICAL: When dropdown is active/hovered, parent menu item must be above other menu items */
.header-inner ul li.active,
.header-inner ul li:hover,
.header-inner ul li.nav-item.active,
.header-inner ul li.nav-item:hover,
.header-inner ul li.dropdown.active,
.header-inner ul li.dropdown:hover,
.header-inner ul li.notification-header.active,
.header-inner ul li.notification-header:hover {
    z-index: 100000 !important;
    /* Very high z-index when dropdown is open */
}

/* FIX C: Ensure all header dropdown menus appear above page content */
/* CRITICAL - Much higher z-index than any page content to prevent layering issues */
.header-inner .submenu-menu,
.header-inner .dropdown-menu {
    z-index: 100000 !important;
    /* Extremely high to ensure above all page content and menu items */
}

/* FIX C: Ensure header-right dropdowns are above everything */
.header-inner ul.header-right .dropdown-menu {
    z-index: 100000 !important;
}

.header-inner ul li .submenu-menu {
    /* FIX B: Remove dropdown from document flow - absolute positioning */
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 2px !important;
    /* Small gap for visual separation */
    width: 270px;
    background-color: #fff;
    padding: 8px 15px 15px !important;
    padding-top: 8px !important;
    border-radius: 0 0 8px 8px;
    transform: translate(-15px, 0);
    display: none;
    /* FIX C: CRITICAL - Much higher z-index to appear above ALL page content and menu items */
    z-index: 100000 !important;
    /* Extremely high to ensure it's above everything including other menu items */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
    /* FIX D: Ensure dropdown is not clipped */
    overflow: visible !important;
    /* Ensure it creates its own stacking context */
    isolation: isolate;
}

/* FIX: Bridge the gap between menu item and dropdown to prevent hover loss */
.header-inner ul li .submenu-menu::before {
    content: "";
    position: absolute;
    top: 0;
    /* No bridge gap - dropdown should be continuous */
    left: 0;
    width: 100%;
    height: 0;
    background: transparent;
}

.header-inner ul li .submenu-link {
    padding-right: 20px;
    cursor: pointer;
    pointer-events: auto;
}

.header-inner ul li .submenu-link::after {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    font-size: 12px;
}

/* Ensure submenu is visible when active class is present */
.header-inner ul li.active .submenu-menu,
.header-inner ul li.notification-header.active .submenu-menu,
.header-inner ul li.dropdown.active .submenu-menu,
.header-inner ul li.nav-item.active .submenu-menu {
    display: block !important;
    z-index: 100000 !important;
    /* Extremely high to ensure above all page content and menu items */
}

@media only screen and (min-width: 992px) {
    .header-inner ul li:hover .submenu-menu {
        display: block;
        z-index: 100000 !important;
        /* Ensure dropdown is above everything when hovered */
    }

    /* Ensure click events work even with hover */
    .header-inner ul li .submenu-link {
        pointer-events: auto;
    }

    .header-inner ul li ul li:hover ul.extra {
        display: block !important;
        position: absolute;
        left: 100%;
        width: 220px;
        top: -15px;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        z-index: 100000 !important;
        /* Even higher for nested dropdowns */
    }

    /* Desktop: Profile dropdown positioning - move slightly to the right */
    .header-inner ul.header-right .profile-dropdown .dropdown-menu,
    .header-inner .profile-dropdown .dropdown-menu,
    .header-inner ul.header-right .profile-dropdown .dropdown-menu.show,
    .header-inner ul.header-right li.profile-dropdown ul.dropdown-menu.dropdown-menu-end.show {
        transform: translate(-10px, 0) !important;
        /* Move left by 10px to position menu slightly to the right on desktop */
    }
}

.header-inner ul li .submenu-menu li:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Small gap at top of submenu for visual separation */
.header-inner ul li .submenu-menu {
    padding-top: 8px !important;
    margin-top: 2px !important;
}

.header-inner ul li .submenu-menu>li:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.header-inner ul li .submenu-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.header-inner ul li ul li:hover ul.extra {
    padding: 15px;
    z-index: 100000 !important;
    /* Even higher for nested dropdowns */
}

.header-inner ul li .submenu-menu li a,
.header-inner .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
}

.header-inner ul li .submenu-menu li a::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 22px;
}

.toast.toast-success {
    background-color: darkgreen;
}

.header-inner .yellow-color-menu .nav-link {
    color: #D79C00;
}

.header-inner .pink-color-menu .nav-link {
    color: #C11C84;
}

.header-inner .logo {
    max-width: 240px;
}

.banner-content .banner-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 24px;
    padding-top: 13px;
}

.header-btn-main {
    gap: 16px;
}

.header-btn-main .btns {
    padding: 9px 23px;
}

.profile-dropdown .dropdown-toggle {
    padding: 0 20px 0 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    gap: 8px;
    display: flex;
    align-items: center;
    outline: none;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
    position: relative;
}

.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.testimonial-slider .owl-item {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.profile-dropdown .dropdown-toggle::before {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    font-size: 12px;
}

.profile-dropdown .dropdown-toggle::after {
    display: none;
}

.profile-dropdown .dropdown-toggle img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

/* FIX B: Ensure profile dropdown is absolutely positioned */
.profile-dropdown {
    position: relative !important;
    z-index: 10001 !important;
}

/* FIX C: CRITICAL - Override Bootstrap Popper.js inline styles */
/* Note: CSS cannot override inline !important styles, but parent z-index ensures stacking context */
.profile-dropdown .dropdown-menu,
.profile-dropdown .dropdown-menu.show,
.profile-dropdown .dropdown-menu[style*="z-index"],
ul.dropdown-menu.dropdown-menu-end.show,
.header-inner ul.header-right .profile-dropdown .dropdown-menu,
.header-inner ul.header-right li.profile-dropdown ul.dropdown-menu.dropdown-menu-end.show {
    /* CRITICAL: Must use extremely high z-index to appear above ALL page content */
    position: absolute !important;
    right: 0 !important;
    z-index: 999999 !important;
    /* CRITICAL: Extremely high z-index to appear above all page content, progress bars, etc */
    /* FIX D: Ensure dropdown is not clipped */
    overflow: visible !important;
    isolation: isolate !important;
    /* Allow transform for positioning - will be overridden by more specific rules below */
}

.header-inner ul.header-right {
    position: relative;
    /* FIX C: CRITICAL - High z-index to ensure dropdowns appear above page content */
    z-index: 99999 !important;
    /* High z-index for parent container - dropdowns themselves use 100000 */
    gap: 24px;
    /* FIX D: Ensure dropdowns are not clipped */
    overflow: visible !important;
    /* CRITICAL: Don't create stacking context - let dropdowns escape to root level */
    isolation: auto !important;
    /* Ensure transform doesn't create stacking context */
    transform: none !important;
}

.header-inner ul.header-right>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    background: #F7F7F7;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
}


.header-inner ul.header-right>li.active>a {
    background-color: #1A1919;
    color: #fff;
}

.header-inner ul.header-right>li>a .numver {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #D79C00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header-right>li>a i {
    line-height: 1;
    display: flex;
}

/* ============================================
   FIX C: Ensure page content doesn't interfere with header z-index
   ============================================ */
/* CRITICAL: Ensure body and html don't create stacking contexts */
body,
html {
    position: relative;
    z-index: 100 !important;
    /* Base level - header is above this */
}

/* CRITICAL: Ensure ALL page content sections have LOW z-index and don't create stacking contexts */
.campaigns-list-main,
.funds-list-main,
.mynetwork-section,
.my-funds-section,
.campaigns-list,
main:not(.site-header main),
.main-content:not(.site-header .main-content),
.page-content:not(.site-header .page-content),
.content-wrapper:not(.site-header .content-wrapper) {
    position: relative;
    /* Ensure these containers don't create stacking contexts that interfere */
    z-index: 1 !important;
    /* Much lower than header z-index: 99998+ */
    isolation: auto !important;
    /* Don't create stacking context */
}

/* Ensure containers and rows in page content (not header) have low z-index */
body>.container:not(.site-header .container),
body>.row:not(.site-header .row),
main .container,
main .row,
.page-content .container,
.page-content .row {
    position: relative;
    z-index: 1 !important;
    isolation: auto !important;
}

/* Ensure no page content accidentally gets higher z-index than header */
.campaigns-list,
.campaigns-list-head,
.campaigns-more-details {
    position: relative;
    z-index: 1 !important;
    /* Lower than header */
    isolation: auto !important;
}

/* Ensure no page content accidentally gets higher z-index than header */
.campaigns-list,
.campaigns-list-head,
.campaigns-more-details {
    position: relative;
    z-index: 1;
    /* Lower than header */
}

/* ======= Header Css End ======= */


/* ======= Footer Css Start ======= */
.ste-footer {
    background-color: var(--lightGrey);
    padding-top: 72px;
    margin-top: auto;
}

.foot-copyright {
    background-color: var(--lightDarkGery);
    padding: 12px 0;
    margin-top: auto;
}

.copyright p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--lightBlack);
    margin-bottom: 0;
}

.cms-link li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: var(--lightBlack);
}

.foot-description {
    padding: 39px 0 27px;
}

.foot-description p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    margin-bottom: 18px;
}

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

.description-inner {
    border-top: 1px solid #EBEBEB;
    padding-top: 24px;
}

.footer-logo a {
    width: 100%;
    max-width: 330px;
    display: flex;
}

.payment-options {
    gap: 15px;
}

.payment-options h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}

.footer-widget h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-bottom: 6px;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-widget ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey);
    text-decoration: none;
}

.footer-widget ul li a:hover {
    color: #1A1919;
}

.footer-widget-main {
    margin-bottom: 70px;
    row-gap: 30px;
}

.footer-widget-content {
    width: 100%;
    max-width: 540px;
    margin: 32px 0 40px;
}

.footer-widget-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    margin-bottom: 0;
}

.social-media {
    gap: 20px;
}

.social-media span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}

.social-media ul {
    gap: 10px;
}

.social-media ul li a {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 1000px;
    color: var(--lightBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
}

.social-media ul li a:hover {
    background-color: #1A1919;
    color: var(--white);
}

.social-media ul li a i {
    display: flex;
    line-height: 1;
}

/* ======= Footer Css End ======= */


/* ======= Home Css Start ======= */
.banner-section {
    background-color: var(--darkYellow);
    background-image: url(../images/new/banner-1.png), url(../images/new/banner-2.png);
    background-position: left bottom -9px, top right;
    background-repeat: no-repeat;
    padding: 134px 0 59px;
    position: relative;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 131px;
    background: url(../images/new/banner-3.png) no-repeat center center;
    width: 302px;
    height: 152px;
}

.banner-img img {
    max-width: unset;
}

.banner-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: var(--white);
}

.banner-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.banner-metric {
    background: rgba(26, 25, 25, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.banner-metric::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0.35;
}

.banner-metric>* {
    position: relative;
    z-index: 1;
}

.banner-metric-main {
    padding: 40px 44px;
}

.banner-metric .stat-row {
    display: flex;
    align-items: flex-end;
    gap: 0;
}

.banner-metric .stat-prefix,
.banner-metric .stat-suffix,
.banner-metric .stat-value {
    font-weight: 700;
    font-size: 48px;
    color: var(--white);
    line-height: 1;
}

.banner-metric-main .stat-prefix,
.banner-metric-main .stat-suffix,
.banner-metric-main .stat-value {
    font-size: 96px;
}

.banner-metric .stat-prefix {
    margin-right: 12px;
}

.banner-metric .stat-suffix {
    margin-left: 12px;
}

.banner-metric .stat-prefix.stat-prefix-tight {
    margin-right: 4px;
}

.banner-metric .stat-suffix.stat-suffix-tight {
    margin-left: 4px;
}

.banner-metric .stat-label {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.banner-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 24px;
}

.banner-content .btns {
    background-color: #fff;
    border: 1px solid var(--white);
    color: var(--darkYellow);
    padding: 13px 51px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.banner-content .btns:hover {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

.home-register-section {
    background: var(--lightYellow);
    padding: 80px 0 88px 0;
    position: relative;
    overflow: hidden;
}

.home-register-section .container {
    position: relative;
}

.choose-role-section {
    padding: 115px 0 88px;
}

.watch-works-section::before,
.home-register-section::before {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 188.16px;
    left: 0px;
    bottom: -0.16px;
    background: rgba(237, 126, 44, 0.16);
    border-radius: 240px 240px 0 0;
}

.watch-works-section::before {
    left: unset;
    right: 0;
}

.watch-works-section::after,
.home-register-section::after {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    right: -77px;
    top: -32px;
    background: rgba(215, 156, 0, 0.16);
    border-radius: 50%;
}

.watch-works-section::after {
    left: -77px;
    right: unset;
}

.home-register-head {
    margin-bottom: 25px;
}

.home-register-head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    width: 100%;
    max-width: 640px;
    margin: auto;
}

.home-register-head h2 i {
    color: var(--darkYellow);
}

.home-register-section .row {
    --bs-gutter-x: 145px;
}

.watch-works-section {
    background-color: #FDF2EA;
    padding: 96px 0 150px;
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    position: relative;
    overflow: visible;
}

.watch-works-section .section-title {
    text-align: center;
    width: 100%;
    max-width: 726px;
    margin: 0 auto 48px;
}


.watch-works-head p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
}

.home-register-box {
    text-align: center;
}

.home-register-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
    margin: 20px 0 0;
}

.home-register-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    width: 100%;
    max-width: 450px;
    margin: 8px auto 20px;
}

.home-register-box img {
    max-width: 260px;
}

.build-raise-section {
    padding: 101px 0 109px;
}

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

.section-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--grey);
    margin: 16px 0 16px;
}

.investor-content .section-title p {
    text-align: left;
    margin: 16px 0 88px;
}

.how-it-work-section {
    padding: 102px 0 74px;
    position: relative;
    overflow: hidden;
}

.how-it-work-section::after {
    content: "";
    width: 1304px;
    height: 1304px;
    background: url(../images/new/earth.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 425px);
    animation: rotate-animation 50s infinite linear;

}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.how-it-work-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 106px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}

.how-it-work-section .container {
    position: relative;
    z-index: 1;
}

.section-title label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--lightBlack);
    padding-left: 30px;
    position: relative;
}

.section-title label::before {
    position: absolute;
    color: #D79C00;
    left: 1px;
    font-size: 20px;
    top: 1px;
    font-weight: normal;
}

.section-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin: 14px 0 0;
}

.section-title h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--lightBlack);
    width: 100%;
    max-width: 730px;
    margin: 16px auto 28px;
}

.build-raise-box {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    overflow: hidden;
    min-height: 100%;
}

.build-raise-main {
    margin-top: 48px;
}

.build-raise-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
}

.build-raise-content {
    padding: 24px;
}

.build-raise-content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.build-raise-content li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    padding-left: 27px;
    position: relative;
}

.build-raise-content li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--grey);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
}


.all-on-main {
    margin: 56px auto 0;
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-bottom: 56px;
    width: 100%;
    max-width: 997px;
}

.all-on-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
    margin: 40px 0 8px;
}

.all-on-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    margin-bottom: 0;
}

.investor-content .btns,
.home-register-box .btns,
.watch-works-section .btns,
.all-on-section .btns {
    min-width: 196px;
}

.pricing-section {
    padding: 110px 0 112px;
}

.pricing-box {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    min-height: 100%;
    background-color: #fff;
}

.pricing-box>label {
    display: flex;
    background: #F7F7F7;
    padding: 16px 16px 15px 48px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 16px 16px 0 0;
    line-height: 24px;
    color: var(--lightBlack);
    text-transform: capitalize;
    position: relative;
}

.pricing-box>label::before {
    position: absolute;
    left: 15px;
    top: 17px;
    font-size: 23px;
}

.pricing-box>label>span {
    position: absolute;
    top: -18px;
    right: 20px;
    padding: 5px 10px;
    background: #884819;
    border-radius: 8px 0px 8px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.pricing-box.plan-price-green .pricing-content h3 {
    margin-bottom: 0;
}

.limited-time {
    display: inline-flex;
    padding: 4px 12px;
    background: linear-gradient(90deg, #43A047 0%, #183A1A 100%);
    border-radius: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.pricing-box>label>span::before {
    content: "";
    width: 6px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -6px;
    background: url(../images/new/shape.svg) no-repeat center center;
}

.pricing-box.plan-price-green>label {
    color: #fff;
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
}

.pricing-box.plan-price-green {
    border: 1px solid #874819;
}

.pricing-main {
    margin-top: 48px;
}

.pricing-content {
    padding: 16px 16px 32px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.pricing-content>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    margin-bottom: 8px;
    min-height: 54px;
}

.pricing-content h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: var(--lightBlack);
    margin-bottom: 32px;
}

.usage-list {
    padding: 23px 15px;
}

.usage-list h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--lightBlack);
    margin-bottom: 16px;
}

.usage-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usage-list li {
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    padding-left: 27px;
    position: relative;
    list-style: none;
}

.usage-list li::before {
    content: "\67";
    font-family: "angellinx" !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.testimonial-section {
    background-color: #F7F7F7;
    padding: 102px 0 103px 0;
    margin: 82px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    vertical-align: middle;
}

.testimonial-section .section-title {
    text-align: left;
    position: relative;
}

.testimonial-section .section-title .custom-nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-section .section-title .custom-nav button {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C0C0C0;
}

.testimonial-section .section-title .custom-nav button:hover {
    color: #000;
}

.testimonial-section .section-title .custom-nav button.preIcon {
    transform: rotate(180deg);
}

.testimonial-slider {
    margin-top: 48px;
}

.testimonial-slider .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0;
    display: block;
    width: 100%;
    position: relative;
}

.testimonial-slider .owl-stage {
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap;
}

.testimonial-slider .owl-item {
    display: flex !important;
    height: auto;
    justify-content: center;
    align-items: stretch;
    flex-shrink: 0;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
}

.testimonial-slider .owl-item.active {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    position: relative !important;
}

.testimonial-slider .owl-item.cloned {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

.testimonial-slider .owl-item>div {
    width: 100%;
    display: flex !important;
}

.testimonial-slider .owl-item>div {
    width: 100%;
    display: flex;
}

.investor-section {
    padding: 112px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.testimonial-box {
    padding: 24px 30px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: visible;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonial-slider .slick-slide {
    float: left;
    padding: 0 12px;
}

.testimonial-slider .owl-dots {
    display: none !important;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    right: 0;
}

.testimonial-box>p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--lightBlack);
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    max-height: 96px;
}

.testimonial-box>p::before {
    content: "\6c";
    font-family: "angellinx" !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 1;
    font-size: 24px;
    color: #D79C00;
    opacity: 0.4;
    margin: 0;
    padding: 0;
}

.testimonial-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
}

.testimonial-profile .profile-img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.testimonial-profile .profile-img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-profile .profile-name {
    text-align: left;
}

.testimonial-profile .profile-name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-profile .profile-name h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-bottom: 0;
}

.testimonial-profile .profile-name p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
}

.investorsection-section {
    padding: 20px 0;
}

.investor-content .section-title {
    text-align: left;
}



.investor-content .section-title h2 {
    font-weight: 500;
}

.investor-content .section-title h2 i,
.investor-content .section-title h2 em {
    color: #D79C00;
    font-weight: bold;
}

.video-img-main {
    width: 100%;
    max-width: 856px;
    margin: 0 auto 20px;
    position: relative;
}

.video-img-main i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 105px;
    cursor: pointer;
}

.faq-section {
    padding: 112px 0;
}

.faq-section-bg {
    background-color: #FDF7E6;
}

.faq-section.faq-sky {
    background: rgba(33, 150, 243, 0.1);
}

.accordion-wrap {
    width: 100%;
    max-width: 856px;
    margin: 48px auto 0;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-wrap .card-accordion {
    border-bottom: 1px solid #EBEBEB;
    padding: 31px 15px;
}

.accordion-wrap .card-accordion:last-child {
    border-bottom: 0;
}

.accordion-wrap .card-accordion>a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-right: 35px;
}

.accordion-wrap .card-accordion.open>a::before {
    background-color: var(--lightBlack);
    color: var(--white);
    transform: rotate(182deg);
}

.accordion-wrap .card-accordion>a::before {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.accordion-wrap .card-accordion.open {
    background-color: #F7F7F7;
}

.flex-card-body {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-top: 8px;
}

.get-started-section {
    margin-bottom: 113px;
}

.get-started-main {
    background-color: #FDF7E6;
    border-radius: 16px;
    overflow: hidden;
}

.get-started-img {
    padding: 48px;
    background-color: #D79C00;
    position: relative;
}

.get-started-img img {
    box-shadow: 8px -4px 18px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.get-started-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 204px;
    background: linear-gradient(180deg, rgba(215, 156, 0, 0) 0%, #D79C00 74.75%);
}

.get-started-img h4 {
    position: absolute;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 48px;
}

.get-started-content {
    padding: 0 64px;
}

.get-started-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin-bottom: 16px;
}

.get-started-content h2 i {
    color: #D79C00;
}

.get-started-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 56px;
}

.get-started-btn {
    gap: 32px;
}

.get-started-btn .btns {
    min-width: 199px;
}

/* ======= Home Css End ======= */


/* ======= Auth Css Start ======= */
.auth-section {
    min-height: 100dvh;
    padding: 24px 24px 24px 24px;
}

.auth-form {
    width: 49.11%;
    display: flex;
}

.auth-img {
    width: 49.11%;
    background: #FFF4D5;
    border-radius: 16px;
}

.auth-img-02 {
    background-color: #FDF2EA;
}

.auth-form-inner {
    width: 100%;
    max-width: 520px;
    margin: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 60px;
}

.login-back {
    position: absolute;
    top: 26px;
    display: flex;
}

.login-back a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    padding-left: 30px;
    position: relative;
}

.login-back a::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    font-size: 20px;
}

.auth-form-inner .logo {
    max-width: 237px;
}


.cms-top-section h1,
.profile-cover-section h2,
.save-list-main>h2,
.auth-form-inner h1,
.feed-top-section h1,
.explore-title h4,
.live-listing-head h1,
.blogs-title h1,
.campaigns-detail-head h1,
.title-top-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 23px 0 33px;
}


.cms-top-section h1,
.save-list-main>h2,
.explore-title h4,
.live-listing-head h1,
.blogs-title h1,
.title-top-section h2 {
    margin: 0;
}

.profile-cover-section h2 {
    color: #fff;
    margin: 0;
}

.feed-top-section h1 {
    margin: 0 0 16px;
}

.campaigns-detail-head h1 {
    margin: 0 0 14px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    display: flex;
    margin-bottom: 8px;
}

span.error,
.form-group label.error {
    margin-bottom: 0;
    color: red;
    font-weight: normal;
}

.form-group select,
.form-group input,
.form-group textarea {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    outline: none;
    outline-color: inherit;
}

.form-group input.dollar {
    padding-left: 40px;
    background: url(../images/new/dollar.svg) no-repeat left 15px center;
}

.form-group input.percentage {
    background: #fff url(../images/new/percentage.svg) no-repeat right 15px center;
}

.form-group input.search-icon {
    background: url(../images/new/tabler-icon-search.svg) no-repeat left 15px center;
    padding: 0 15px 0 44px;
}

.funding-form-section form .btns {
    min-width: 200px;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/new/select.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #C0C0C0;
}

.form-group select option {
    color: black;
}

.form-group select:valid {
    color: black;
}

.form-group textarea {
    display: flex;
    height: 104px;
    padding: 15px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C0C0C0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #C0C0C0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #C0C0C0;
}

input::placeholder,
textarea::placeholder {
    color: #C0C0C0;
}

.forgot-link a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00 !important;
    margin-bottom: 32px;
}


.an-account p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #767676;
    margin-bottom: 0;
}

.an-account p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
}

.an-account {
    margin-top: 24px;
}

.type-investor>h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

.type-radio-main {
    row-gap: 16px;
    margin-bottom: 24px;
}

.type-radio-main label {
    position: relative;
}

.type-radio-main label input {
    position: absolute;
    display: none;
}

.type-radio {
    padding: 13px 16px 13px 71px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

input:checked+.type-radio {
    background-color: #F7F7F7;
}

.type-radio::before {
    content: "";
    border: 2px solid #767676;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

input:checked+.type-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1A1919;
    position: absolute;
    top: 0;
    right: 22px;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

input:checked+.type-radio::before {
    border: 2px solid #000;
}

.type-radio h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 2px;
}

.type-radio p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    margin-bottom: 0;
}

.type-radio h5::before {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #D79C00;
    font-size: 39px;
}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #000;
}

/* ======= Auth Css End ======= */


.page-top-section {
    background-color: #D79C00;
    padding: 152px 0 64px;
    position: relative;
    overflow: hidden;
}

.page-top-section.black-bg {
    background-color: #1A1919;
}

.page-top-section.sky-bg {
    background-color: #2196F3;
}

.page-top-section.orange-bg {
    background-color: #ED7E2C;
}

.plan-bg {
    background-color: #FDF7E6;
}

.page-top-section::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    left: -125px;
    top: -93px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.page-top-section.round-design::before,
.page-top-section.round-design::after {
    width: 719px;
    height: 720px;
    left: -406px;
    top: -360px;
    background: rgba(255, 255, 255, 0.16);
    transform: rotate(180deg);
}

.page-top-section.round-design::after {
    left: unset;
    right: -406px;
}

.page-top-section.partners-top::before {
    top: unset;
    bottom: -93px;
}

.video-details-inner iframe {
    width: 100%;
    height: 388px;
    display: block;
    border-radius: 10px;
    margin-bottom: 56px;
}

.page-top-section::after {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 376.31px;
    right: -97px;
    bottom: -188.16px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.page-top-section.partners-top::after {
    top: -188.16px;
    bottom: unset;
}

.funding-top-section::before,
.funding-top-section::after {
    display: none;
}

.page-top-section p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.page-top-title h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.search-box-main {
    width: 100%;
    max-width: 636px;
    margin: auto;
    position: relative;
}

.search-box-main label {
    display: flex;
    position: relative;
}

.search-box-main label::before {
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 20px;
}

.search-box-main input {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 0;
    outline: none;
    outline-color: inherit;
    padding: 0 15px 0 45px;
}

.search-icon-btn {
    background: transparent;
    padding: 0;
    display: flex;
    line-height: 1;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.campaigns-list {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.campaigns-list-main {
    font-family: "DM Sans", sans-serif;
}

.campaigns-list h4,
.campaigns-list h5,
.campaigns-list p,
.campaigns-list label,
.campaigns-list a,
.campaigns-list b,
.campaigns-list span {
    font-family: "DM Sans", sans-serif;
}

.funds-list-main {
    font-family: "DM Sans", sans-serif;
}

.funds-list-main h4,
.funds-list-main h5,
.funds-list-main p,
.funds-list-main label,
.funds-list-main a,
.funds-list-main b,
.funds-list-main span {
    font-family: "DM Sans", sans-serif;
}

.mynetwork-box {
    position: relative;
}

.view-pitch::before,
.mynetwork-box .btns::before,
.campaigns-list .btns::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.campaigns-list .btns.verify-pitch::before,
.campaigns-list .btns.edit-btn::before,
.campaigns-list.create-pitch-card .btns::before {
    display: none;
}

.campaigns-list .btns.verify-pitch,
.campaigns-list .delete-icon,
.campaigns-list .btns.edit-btn {
    position: relative;
    z-index: 9;
    cursor: pointer;
    pointer-events: auto;
}

.campaigns-list .delete-icon i,
.campaigns-list .delete-icon .icon {
    pointer-events: none;
    cursor: pointer;
}

.campaigns-list.border-add {
    border: 1px solid #874819;
}

.drafted-tag {
    background: #767676;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.campaigns-list-main {
    gap: 40px;
}

.campaigns-list-head {
    padding: 12px 11px 13px;
    gap: 8px;
    min-height: 49px;
}

.funds-list-main .campaigns-list-head {
    background-color: transparent;
}

.team-list-main .campaigns-list-head {
    background-color: #F7F7F7;
}

.campaigns-img {
    width: 104px;
    height: 104px;
    margin-top: -33px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.campaigns-img img {
    border-radius: 8px;
    width: 104px;
    height: 104px;
    object-fit: cover;
}

.campaigns-list-section {
    padding: 56px 0;
}

.filter_box>h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1A1919;
    margin: 0;
    padding-left: 32px;
    position: relative;
    width: 126px;
}

.filter_box>h4::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
}

.filter_box form {
    width: calc(100% - 126px);
    gap: 16px;
}

.filter_box form.w-full {
    width: 100%;
    max-width: 500px;
}

.filter_box form.w-full .filter-select {
    width: calc(100% - 119px);
}

.filter-select select {
    height: 48px;
    width: 100%;
    background: #FFFFFF url(../images/new/chevron-down.svg) no-repeat right 10px center;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    outline: none;
    outline-color: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    padding: 0 45px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.filter-select {
    width: 16%;
}

.explore-title {
    margin: 56px 0 40px;
}

.campaigns-list-head .btn-save {
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    line-height: 1;
    font-size: 24px;
    position: relative;
    z-index: 9;
}

.campaigns-list-head .btn-save i {
    display: flex;
    line-height: 1;
}

.campaigns-list-head .btn-save i.icon-icon-26 {
    color: var(--darkYellow);
}

.campaigns-name {
    width: calc(100% - 104px);
}

.campaigns-img-main {
    padding: 0 16px 15px;
    border-bottom: 1px solid #EBEBEB;
}

.campaigns-name {
    padding: 14px 0 0 16px;
}

.campaigns-name h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
}

.campaigns-name p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 0;
    margin-top: 4px;
}

.campaigns-name h5 a {
    text-decoration: none;
    color: #1A1919;
}

.max-target label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.max-target h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.industry-tag {
    display: inline-flex;
    padding: 4px 12px;
    background: #FDF2EA;
    border-radius: 101.199px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ED7E2C;
    margin-bottom: 18px;
}

.campaigns-more-details {
    padding: 15px;
}

.campaigns-details {
    gap: 60px;
}

.feed-profile-name p,
.campaigns-detail p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
    padding-left: 32px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaigns-detail p {
    min-height: 21px;
}

.feed-profile-name p::before,
.campaigns-detail p::before {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 24px;
    color: #767676;
}

.campaigns-detail label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 5px;
}

.campaigns-detail b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.campaigns-detail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.campaigns-detail a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.view-details-btn .btns {
    min-width: 185px;
    padding: 9px;
}

.view-details-btn {
    margin-left: auto;
    align-self: center;
}

.verified-tag span {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    background: rgba(33, 150, 243, 0.1);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #2196F3;
}

.verified-tag.purple-tag span {
    color: purple;
    background: #fbcdfb;
}

.verified-tag.new-tag span {
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
    color: #fff;
    border: 1px solid #874819;
}

.live-listing-section {
    padding: 120px 0 40px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .live-listing-section {
    padding: 40px 0 40px;
}

/* Ensure live-listing-section starts below header when progress bar is NOT present */
body:not(.has-progress-bar) .live-listing-section {
    padding-top: 130px !important;
}



.live-listing-head a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #D79C00;
}

.live-listing-box-main {
    margin: 25px 0 0;
}

.live-listing-box {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.live-listing-box a {
    text-decoration: none;
}

.live-listing-box img {
    width: 80%;
    margin: auto;
    display: block;
}

.live-listing-box .d-flex {
    margin-top: auto;
}

.mynetwork-box .view-details .row {
    --bs-gutter-x: 14px !important;
}

.live-listing-box p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    margin: 32px 0 16px;
}

.live-listing-box-main .row {
    --bs-gutter-x: 40px;
}

.live-listing-box .btns {
    min-width: 227px;
}

.contact-top,
.terms-top {
    min-height: 360px;
    display: flex;
    align-items: center;
}

.contact-top p,
.terms-top p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.terms-top p {
    max-width: 900px;
}

.contact-us-section {
    padding: 72px 0 65px;
}

.contact-us-section .form-group {
    margin-bottom: 32px;
}

.contact-checkbox {
    margin-bottom: 30px;
}

.contact-checkbox label {
    position: relative;
}

.contact-checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact-checkbox label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    padding-left: 25px;
    position: relative;
}

.contact-checkbox label span::before {
    content: "";
    border: 2px solid #1A1919;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-checkbox label input:checked+span::before {
    content: "\47";
    font-family: "angellinx" !important;
}

.blogs-title {
    background: #FDF7E6;
    padding: 136px 0 184px;
    margin-bottom: -160px;
}



.blog-list-section .blog-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
}

.blog-list-img a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 24.7% 25%;
}

.blog-list-img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-section .row {
    --bs-gutter-x: 40px;
    row-gap: 40px;
}

.blog-list-content {
    padding: 16px 16px 11px;
    position: relative;
}

.blog-list-content .view-blog {
    position: absolute;
    right: 15px;
    bottom: 18px;
    width: 32px;
    height: 32px;
    background: #EBEBEB;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #1A1919;
    font-size: 20px;
}

.blog-list-content .view-blog i {
    display: flex;
    line-height: 1;
}

.blog-list-content h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 16px;
}

.blog-list-content h5 a {
    color: #1A1919;
    text-decoration: none;
}

.blog-name-date p,
.blog-list-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.blog-name-date span,
.blog-list-content span {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
}

.blog-list-section {
    padding-bottom: 60px;
}

.campaigns-details-section {
    padding: 120px 0 70px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .campaigns-details-section {
    padding: 40px 0 70px;
}

.partners-top {
    min-height: 360px;
}

.partners-top .page-top-title h1 {
    width: 100%;
    max-width: 690px;
    margin: 0 auto 16px;
}

.partners-top .page-top-title p {
    width: 100%;
    max-width: 760px;
    margin: auto;
}

.partners-listing-section {
    padding: 48px 0;
}

.partners-listing table {
    width: 100%;
}

.partners-listing table thead tr th {
    padding: 16px;
    background: #E9F4FE;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    white-space: nowrap;
}

.partners-listing table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.partners-listing table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.partners-listing table tbody tr td {
    padding: 24px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    border-bottom: 1px solid #EBEBEB;
}

.partners-listing table tbody tr td h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 2px;
}

.partners-listing table tbody tr td h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #767676;
}

.partners-listing table tbody tr td .site-logo a {
    display: flex;
    width: 104px;
    height: 104px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partners-listing table tbody tr td p {
    margin: 0;
}

.score-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 72px;
    height: 72px;
    background: #F8DC0A;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1A1919;
    gap: 4px;
}

.score-box::before {
    font-size: 24px;
}

.partners-listing table tbody tr td .btns {
    color: #1A1919;
    border: 1px solid #1A1919;
    padding: 9px 23px;
    white-space: nowrap;
}

.partners-listing table tbody tr td .btns:hover {
    color: #fff;
}

.list-back-btn {
    margin-bottom: 24px;
}

.list-back-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: inline-flex;
    padding-left: 33px;
    position: relative;
    z-index: 10 !important;
    /* Ensure link is above other elements */
    pointer-events: auto !important;
    /* Ensure link is clickable */
    cursor: pointer !important;
    /* Show pointer cursor */
}

.list-back-btn a::before {
    position: absolute;
    left: 2px;
    top: 0;
    transform: rotate(180deg);
    pointer-events: none;
    /* Allow clicks to pass through to the link */
    z-index: -1;
    /* Keep it behind the link text */
    font-size: 20px;
}


.campaigns-detail-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    padding-left: 33px;
    margin-bottom: 0;
    position: relative;
}

.campaigns-detail-head p::before {
    position: absolute;
    left: 0;
    color: #767676;
    font-size: 24px;
    line-height: 1;
    display: flex;
    top: -2px;
}

.campaigns-detail-head {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 56px;
}

.target-box-main {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 110px;
}

.campaigns-detail-img img {
    width: 100%;
}

.target-box-inner {
    padding: 16px;
    background: #FDF7E6;
    border-radius: 12px;
    position: relative;
}

.target-box-inner::before {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #ED7E2C;
    font-size: 56px;
}

.bg-color-new {
    background-color: #FDF2EA;
}

.target-box-inner label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 8px;
}

.target-box-inner h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.target-box-inner h5 a {
    text-decoration: none;
    color: #1A1919;
}

.verified-industry {}

.campaigns-list-box {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 12px 15px;
    gap: 20px;
    overflow: hidden;
}

.campaigns-detail-profile .col-lg-3 {
    width: 51%;
}

.campaigns-detail-profile .col-lg-4 {
    width: 49%;
}

.verified-industry {
    gap: 15px;
    margin-bottom: 24px;
}

.campaign-list {
    position: relative;
}

.campaign-list label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 8px;
    display: inline-flex;
}

.campaign-list h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.campaign-list h5 a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
    gap: 8px;
}

.campaign-list h5 a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.connect-link-main {
    margin-top: 10px;
}

.connect-link-main a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.connect-link-main a::before {
    font-size: 24px;
}

.website-link a {
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1A1919;
    padding-left: 28px;
    text-decoration: none;
    position: relative;
    word-break: break-all;
}

.website-link a::before {
    position: absolute;
    left: 0;
    top: 2px;
    color: #767676;
    font-size: 20px;
}



.plan-top-section {
    min-height: 360px;
    background: linear-gradient(270deg, #ED7E2C 0%, #D79C00 100%);
}

.usage-list br {
    display: none;
}

.funds-list-main .row {
    row-gap: 40px;
    --bs-gutter-x: 40px;
}

.funds-list-main .campaigns-detail:first-child {
    width: calc(100% + 30px);
    border-bottom: 1px solid #EBEBEB;
    margin: 0 -15px;
    padding: 0 15px 15px;
}

.funds-list-main .campaigns-img-main {
    border-bottom: 0;
    padding-bottom: 0;
}

.funds-list-main .campaigns-details {
    row-gap: 16px;
    column-gap: 0;
}

.funds-list-main .campaigns-detail {
    width: 50%;
}

.funds-list-main .view-details-btn .btns {
    min-width: 135px;
}

.campaigns-detail p.description-line-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.share-icon .st-btn img,
.share-icon .st-btn .st-label {
    display: none !important;
}

.favorites-icon a,
.share-icon #st-1 .st-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #EBEBEB;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
}

.share-icon #st-1 .st-btn::before {
    content: "\4d";
    font-family: "angellinx" !important;
}

.favorites-icon a {
    text-decoration: none;
    color: #1A1919;
    font-size: 20px;
}

.favorites-icon a .icon-icon-26 {
    color: #D79C00;
}

.favorites-icon a i {
    display: flex;
    line-height: 1;
}

.favorites-share {
    gap: 32px;
}

.details-inners {
    margin-top: 100px;
}

.details-inner-list .more-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
}

.details-inner-list h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
    margin-bottom: 16px;
}

.campaigns-detail-img {
    padding-right: 48px;
}

.campaigns-detail-img-inner {
    position: relative;
    padding: 50%;
}

.campaigns-detail-img-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.details-inner-list:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.view-all-fund a {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    padding: 18px 15px;
    margin: 0 -15px -12px;
    gap: 8px;
}

.view-all-fund a .icon {
    display: flex;
    line-height: 1;
    font-size: 24px;
}

.funding-top-section h1 {
    color: #000;
}

.funding-top-section p {
    color: #1A1919;
}

.funding-top-section {
    padding: 136px 0 128px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .funding-top-section {
    padding: 40px 0 128px;
}

.funding-form-section form {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 856px;
    margin: auto;
    padding: 47px;
}

.funding-form-section {
    margin-top: -104px;
    position: relative;
    padding-bottom: 104px;
}

.funding-form-section form .form-group {
    margin-bottom: 32px;
}

.currency-main {
    position: relative;
}

.currency-main select {
    width: 74px;
    border-radius: 12px 0 0 12px;
    position: absolute;
}

.form-group .currency-main input {
    padding-left: 90px;
}

.verify-top-section .container,
.funding-top-section .container {
    position: relative;
}

.verify-top-section .list-back-btn,
.funding-top-section .list-back-btn {
    position: absolute;
    top: -16px;
    margin: 0;
}

.verify-top-section .list-back-btn {
    top: -32px;
}

.verify-top-section .list-back-btn a {
    color: #fff;
}

.modal-content {
    border: 0;
    border-radius: 16px;
    /* CRITICAL: Modal must be above header (z-index: 99998-99999) */
    z-index: 100000 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
    /* CRITICAL: Backdrop transparent - no dark overlay for upload modal */
    /* Don't use display:none - let it exist in DOM */
    z-index: 99999 !important;
}

.modal-header {
    padding: 24px 75px 24px 24px;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.campaigns-detail-head .share-icon,
.campaigns-detail-head .favorites-icon {
    display: flex;
    gap: 16px;
    align-items: center;
}

.campaigns-detail-head .share-icon span,
.campaigns-detail-head .favorites-icon span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

#ShowVideo .modal-body .close,
.modal-header .close {
    position: absolute;
    right: 24px;
    top: 24px;
    border: 0;
    width: 32px;
    height: 32px;
    background: transparent !important;
    color: #1A1919 !important;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    z-index: 10;
}

/* Fix for icon-based close buttons */
.modal-header .close.icon {
    background: transparent !important;
    color: #1A1919 !important;
    opacity: 1 !important;
    font-size: 24px;
}

.modal-header .close.icon:before {
    color: #1A1919 !important;
    opacity: 1 !important;
}

/* Ensure close buttons stay visible on hover */
.modal-header .close:hover,
.modal-header .btn-close:hover {
    opacity: 1 !important;
    color: #1A1919 !important;
}

.modal-header .close.icon:hover:before {
    color: #1A1919 !important;
    opacity: 1 !important;
}

#ShowVideo .modal-body .close {
    right: -15px;
    top: -15px;
}

.modal-dialog {
    max-width: 636px;
    /* CRITICAL: Modal dialog must be above header */
    z-index: 100000 !important;
}

/* CRITICAL: Ensure modal container is above header */
.modal {
    z-index: 100000 !important;
}

.modal.show {
    z-index: 100000 !important;
}

/* CRITICAL: Ensure fund-management modal specifically is above header */
.modal.fund-management {
    z-index: 100000 !important;
}

.modal.fund-management .modal-dialog {
    z-index: 100001 !important;
}

.modal.fund-management .modal-content {
    z-index: 100002 !important;
}

/* Ensure Bootstrap modal backdrop is TRANSPARENT but exists in DOM */
.modal-backdrop {
    z-index: 99999 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

.modal-backdrop.fade {
    z-index: 99999 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

.modal-backdrop.show {
    z-index: 99999 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

.modal-body {
    padding: 32px;
}

#ShowVideo .modal-body {
    padding: 0;
}

#ShowVideo .modal-body iframe {
    border-radius: 16px;
    display: flex;
}

.fund-icon {
    height: 64px;
    margin-bottom: 24px;
}

.fund-icon .icon {
    font-size: 64px;
    display: flex;
    line-height: 1;
    color: #ED7E2C;
}

#quickApply input[type="submit"] {
    min-width: 200px;
}

.title-top-section {
    padding: 128px 0 16px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .title-top-section {
    padding: 40px 0 16px;
}

/* Reduce padding for mycampaigns page when progress bar is NOT present - move up slightly */
body:not(.has-progress-bar) .page-pitches-mycampaigns .title-top-section {
    padding-top: 60px !important;
}



.mynetwork-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    padding: 15px;
    min-height: 100%;
    position: relative;
}

.search-entrepreneurs .mynetwork-profile {
    width: 60px;
}

.search-entrepreneurs .mynetwork-profile img {
    width: 60px;
    height: 60px;
}

.search-entrepreneurs .mynetwork-name {
    width: calc(100% - 60px);
}

.full-screen-view::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.mynetwork-profile {
    width: 104px;
}

.mynetwork-name {
    width: calc(100% - 104px);
    padding-left: 16px;
}

.mynetwork-profile img {
    width: 100%;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
}

.mynetwork-section .row {
    row-gap: 1.5rem;
}

.mynetwork-name h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 8px;
    word-break: break-all;
}

.mynetwork-name>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    display: flex;
    position: relative;
    padding-left: 31px;
    margin-bottom: 1px;
}

.mynetwork-name>span::before {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 24px;
    color: #767676;
    line-height: 1;
    display: flex;
}

.title-top-section form {
    margin-top: 32px;
}

.investment-level label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
}

.investment-level h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1A1919;
    margin: 4px 0 0;
}

.investment-level {
    padding: 16px 0 16px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
}

.mynetwork-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.mynetwork-box a.btns {
    padding: 9px;
}

.mynetwork-box .view-details {
    margin-top: auto;
}

.feed-top-section {
    background-color: #FDF7E6;
    padding: 136px 0 144px;
}


.feed-top-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.feed-profile-main {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 24px;
    row-gap: 24px;
    margin-bottom: 40px;
}

.feed-post-content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.feed-data-section {
    margin-top: -112px;
    padding-bottom: 70px;
}

.post_content_conatiner {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.profile-img {
    width: 112px;
}

.profile-img img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ccc;
}

.feed-profile-name {
    padding-left: 24px;
}

.feed-profile-name h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #1A1919;
}

.invest_level {
    background: #FDF2EA;
    border-radius: 12px;
    padding: 12px;
}

.accordion-side-bar .accordion-item {
    padding: 15px;
    border-radius: 16px;
    gap: 8px;
    border: 1px solid #EBEBEB;
    margin-bottom: 0;
}

.accordion-side-bar .accordion-item.open-item {
    background-color: #F7F7F7;
    border: 1px solid transparent;
}

.accordion-side-bar .accordion-button {
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordion-side-bar .accordion-button::before {
    position: absolute;
    right: 0;
}

.accordion-side-bar .accordion-button[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.accordion-side-bar .accordion-button img {
    width: 48px;
    height: 48px;
    border: 1px solid #F7F7F7;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    padding: 5px;
}

.accordion-side-bar .accordion-button p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.invest_level_main {
    gap: 24px;
}

.invest_level p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.invest_level span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.accordion-side-bar .accordion-body {
    padding-top: 16px;
}

.accordion-side-bar .accordion-body h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 16px;
}

.accordion-side-bar .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.accordion-side-bar .accordion-body .btns {
    padding: 9px 23px;
    background-color: transparent;
}

.accordion-side-bar {
    gap: 16px;
    padding-right: 49px;
}

.feed-post-list {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.feed-post-main {
    gap: 32px;
}

.verify-top-section {
    min-height: 360px;
}

.verify-content {
    width: 100%;
    max-width: 856px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 56px 56px 45px;
}

.verify-content-section {
    margin-top: -128px;
    position: relative;
    padding-bottom: 49px;
}

.verify-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 32px;
}

.verify-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 27px;
}

.verify-content ul {
    margin: 32px 0;
    gap: 24px;
}

.verify-content li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    position: relative;
    padding-left: 32px;
}

.verify-content li::before {
    content: "\52";
    font-family: "angellinx" !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #43A047;
    font-size: 24px;
}

.verify-content .btns {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.edit-profile-top {
    min-height: 360px;
    padding: 136px 0 0;
}

.edit-profile-top .list-back-btn a {
    color: #fff;
}

.edit-profile {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.edit-profile>h2 {
    text-align: center;
    background: #F7F7F7;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    padding: 24px;
    margin-bottom: 0;
}

.edit-profile-section {
    margin-top: -160px;
    position: relative;
    padding-bottom: 70px;
}

.edit-profile form {
    padding: 46px;
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.uploading-section {
    width: 164px;
    height: 164px;
    margin: 0 auto 38px;
    background: #FFFFFF;
    border: 2px dashed #C0C0C0;
    border-radius: 1000px;
    position: relative;
}

.camer-button button {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -16px;
    bottom: -16px;
    background: #051828;
    color: #fff;
    border: 4px solid #FFFFFF;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.uploading-section img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.edit-profile .form-group {
    margin-bottom: 32px;
}

.save-list-section {
    padding: 136px 0 104px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .save-list-section {
    padding: 40px 0 104px;
}

.save-list-main ul {
    margin: 22px 0 40px;
    border-bottom: 1px solid #E4E3E0;
    gap: 36px;
}

.save-list-main ul li button {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    padding: 2px 41px 11px;
    position: relative;
}

.save-list-main ul li button[aria-selected="true"] {
    color: #D79C00;
    font-weight: 600;
}

.save-list-main ul li button[aria-selected="true"]::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: #D79C00;
    border-radius: 4px 4px 0px 0px;
}

.campaign-list-main .campaigns-list-head {
    background: #FDF7E6;
}

.feed-post-head .dropdown-toggle {
    font-size: 20px;
    margin-left: 15px;
    color: #000;
}

.feed-post-head .dropdown-toggle::after {
    display: none;
}

.feed-post-head .featured-post {
    display: inline-flex;
    margin-left: auto;
    padding: 4px 12px;
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.feed-post-head .dropdown-menu {
    width: 203px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(26, 25, 25, 0.12);
    border-radius: 8px;
    border: 0;
    margin-top: 26px !important;
    right: -17px !important;
    padding: 8px;
    z-index: 99999 !important;
    position: absolute !important;
    pointer-events: auto !important;
    overflow: visible !important;
}

/* FIX: Header profile dropdown - separate from feed dropdowns */
.header-inner ul.header-right .profile-dropdown .dropdown-menu,
.header-inner .profile-dropdown .dropdown-menu {
    width: 203px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 2px 12px rgba(26, 25, 25, 0.12) !important;
    border-radius: 8px !important;
    border: 0 !important;
    margin-top: 0 !important;
    /* Remove margin-top for header dropdowns */
    right: 0 !important;
    /* Align to right edge of button, not -17px */
    transform: translate(-10px, 0) !important;
    /* Move left by 10px to ensure full menu is clearly visible away from border, keep vertical position at button */
    padding: 8px !important;
    /* FIX B: Ensure absolute positioning */
    position: absolute !important;
    pointer-events: auto !important;
    /* FIX D: Ensure dropdown is not clipped */
    overflow: visible !important;
    /* CRITICAL: Create stacking context at highest level */
    isolation: isolate !important;
    /* Remove negative bottom that Popper might set */
    bottom: auto !important;
    top: 100% !important;
    /* Position directly below button */
}

/* CRITICAL: Profile dropdown when SHOWN - only apply z-index and visibility when actually shown */
.header-inner ul.header-right .profile-dropdown .dropdown-menu.show,
.header-inner ul.header-right li.profile-dropdown ul.dropdown-menu.dropdown-menu-end.show,
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style*="z-index"]:not([style*="display: none"]),
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style*="transform"]:not([style*="display: none"]) {
    /* FIX C: CRITICAL - Use extremely high z-index to appear above ALL page content */
    z-index: 999999 !important;
    /* CRITICAL: Must be extremely high to appear above all page content, progress bars, etc */
    visibility: visible !important;
    opacity: 1 !important;
}

/* FIX: Ensure profile dropdown in header is positioned correctly by Popper */
.header-inner ul.header-right .profile-dropdown .dropdown-menu {
    /* Remove margin-top that might interfere with Popper calculations */
    margin-top: 0 !important;
    /* Position directly below button */
    top: 100% !important;
    bottom: auto !important;
    /* Move left slightly to ensure full menu is clearly visible away from border */
    transform: translate(-10px, 0) !important;
    /* CRITICAL: Ensure z-index is maximum */
    z-index: 100000 !important;
    isolation: isolate !important;
}

/* FIX C: CRITICAL - Override Bootstrap Popper.js inline styles for ALL dropdowns */
/* Maximum specificity to target Popper-positioned dropdowns */
.dropdown-menu.show,
.dropdown-menu[style*="z-index"],
.dropdown-menu[data-popper-placement],
.header-inner .dropdown-menu.show,
.header-inner ul.header-right .dropdown-menu.show,
.header-inner .dropdown-menu[style],
.header-inner ul.header-right .dropdown-menu[style],
.profile-dropdown .dropdown-menu[style],
.profile-dropdown .dropdown-menu.show[style],
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style],
.header-inner ul.header-right .profile-dropdown .dropdown-menu.show[style],
/* Target dropdowns with transform from Popper */
.header-inner .dropdown-menu[style*="transform"],
.header-inner ul.header-right .dropdown-menu[style*="transform"],
.profile-dropdown .dropdown-menu[style*="transform"],
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style*="transform"] {
    z-index: 100000 !important;
    /* CRITICAL: Must match header dropdown z-index (100000) to ensure dropdowns appear above page content */
    /* CRITICAL: Ensure dropdown creates its own stacking context at the highest level */
    isolation: isolate !important;
    /* Keep absolute positioning for Popper.js compatibility */
    position: absolute !important;
}

/* CRITICAL: Profile dropdown when SHOWN - only apply high z-index when actually shown */
.header-inner ul.header-right .profile-dropdown .dropdown-menu.show,
.header-inner ul.header-right li.profile-dropdown ul.dropdown-menu.dropdown-menu-end.show,
ul.dropdown-menu.dropdown-menu-end.show {
    z-index: 999999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* FIX C: Ensure parent containers don't create stacking contexts that interfere */
.header-inner ul.header-right li.profile-dropdown {
    z-index: 10001 !important;
    position: relative !important;
    isolation: auto !important;
    /* Don't create stacking context here */
    transform: none !important;
    /* Ensure no transform creates stacking context */
}

/* CRITICAL: Ensure profile dropdown button doesn't create stacking context */
.header-inner ul.header-right li.profile-dropdown .dropdown-toggle {
    position: relative !important;
    transform: none !important;
    isolation: auto !important;
}

/* Ensure Bootstrap dropdowns are clickable */
.dropdown-toggle {
    cursor: pointer;
    pointer-events: auto;
}

.dropdown-menu {
    pointer-events: auto;
    z-index: 10000 !important;
    /* FIX B: Ensure all dropdown menus are absolutely positioned */
    position: absolute !important;
    /* FIX D: Ensure dropdowns are not clipped */
    overflow: visible !important;
}

/* Ensure ul.dropdown-menu has high z-index - CRITICAL: Header dropdowns must be above page content */
ul.dropdown-menu {
    z-index: 99999 !important;
}

/* CRITICAL: Ensure ALL header dropdowns have maximum z-index to appear above all page content */
.header-inner .dropdown-menu,
.header-inner ul.header-right .dropdown-menu,
.header-inner .submenu-menu,
.header-inner ul li .submenu-menu,
.profile-dropdown .dropdown-menu,
.profile-dropdown .dropdown-menu.show,
.header-inner ul.header-right .profile-dropdown .dropdown-menu,
.header-inner ul.header-right li.profile-dropdown ul.dropdown-menu.dropdown-menu-end.show,
/* Target dropdowns with inline styles from Popper.js */
.header-inner .dropdown-menu[style*="transform"],
.header-inner .dropdown-menu[style*="inset"],
.header-inner ul.header-right .dropdown-menu[style*="transform"],
.header-inner ul.header-right .dropdown-menu[style*="inset"],
.profile-dropdown .dropdown-menu[style*="transform"],
.profile-dropdown .dropdown-menu[style*="inset"],
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style*="transform"],
.header-inner ul.header-right .profile-dropdown .dropdown-menu[style*="inset"] {
    z-index: 100000 !important;
    /* CRITICAL: Ensure dropdown creates stacking context at highest level */
    isolation: isolate !important;
    position: absolute !important;
}

.feed-post-head .dropdown-menu li a,
.profile-dropdown .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 8px 8px 8px 33px;
    border-radius: 8px;
}


.feed-post-head .dropdown-menu li a::before,
.profile-dropdown .dropdown-menu li a::before {
    position: absolute;
    left: 7px;
    top: 9px;
    font-size: 18px;
    line-height: 1;
}


.profile-dropdown .dropdown-menu li a.active {
    background-color: #F7F7F7;
}

.profile-dropdown .dropdown-menu li:last-child a {
    color: #EF5350;
}

.post-share-box textarea {
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    outline: none;
    outline-color: inherit;
    display: flex;
    padding: 23px 255px 23px 16px;
}

.share-box-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    gap: 24px;
}

.share-box-btn .btns {
    padding: 9px 23px;
}

.post-share-form {
    margin-bottom: 32px;
    position: relative;
}

.form-btn button {
    background-color: transparent;
    padding: 0;
    border: 0;
    display: flex;
    line-height: 1;
    font-size: 24px;
}

.feed-post-head {
    padding: 16px;
    background: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
}

.feed-post-head>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.post-profile {
    width: 48px;
    height: 48px;
}

.post-profile a {
    display: flex;
}

.post-profile a img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.post-profile-name {
    padding-left: 16px;
}

.post-profile-name p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.post-profile-name h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 2px;
}

.feed-post-content {
    padding: 16px;
}

.share-images-box img,
.share-images-box iframe {
    width: 100%;
    height: 394px;
    border-radius: 8px;
    object-fit: cover;
}

.share-images-box img {
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* News Feed Professional Styling */
.like-list {
    padding: 12px 16px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    gap: 24px;
    align-items: center;
}

.like-list a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    text-decoration: none;
    transition: color 0.2s ease;
}

.like-list a:hover {
    color: #1A1919;
}

.like-list a span {
    font-weight: 600;
    color: #1A1919;
}

.click-list-section {
    padding: 12px 16px;
}

.click-list-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

.click-list-section ul li {
    margin: 0;
}

.click-list-section ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
    padding: 4px 0;
}

.click-list-section ul li a:hover {
    color: #1A1919;
}

.click-list-section ul li a i {
    font-size: 16px;
}

.click-list-section .active-like {
    color: #2E86AB;
}

.click-list-section .active-like:hover {
    color: #2E86AB;
}


.feed-post-list {
    margin-bottom: 24px;
}

.feed-post-list:last-child {
    margin-bottom: 0;
}

.post-share-form {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 32px;
}

.share-box-btn {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #EBEBEB;
}

.share-box-btn .form-btn {
    margin-right: 8px;
}

.share-box-btn .form-btn button {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #767676;
    transition: color 0.2s ease;
}

.share-box-btn .form-btn button:hover {
    color: #1A1919;
}

.post-share-box textarea {
    border: none;
    resize: none;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #1A1919;
    padding: 0;
    min-height: 60px;
}

.post-share-box textarea:focus {
    outline: none;
    box-shadow: none;
}

.post-share-box textarea::placeholder {
    color: #9B9B9B;
}

#comment_area_ {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EBEBEB;
}

#load-data {
    margin-top: 32px;
}

.title-top-section .filter-select {
    width: 230px;
}

.title-top-section .filter_box>h4 {
    width: auto;
}

.title-top-section .filter_box {
    gap: 32px
}

.mynetwork-section .view-details .row {
    --bs-gutter-x: 32px;
}


.pagination-main div:first-child {
    display: none;
}

.pagination-main div:last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    box-shadow: unset !important;
}

.pagination .page-link,
.pagination-main div:last-child span a,
.pagination-main div:last-child span span[aria-current="page"] span,
.pagination-main div:last-child span[aria-disabled="true"] span {
    width: 40px;
    height: 40px;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    padding: 0 !important;
    text-decoration: none;
    border: 0 !important;
    background-color: #fff;
    outline: none;
    box-shadow: unset;
}


.pagination .active .page-link,
.pagination-main div:last-child span span[aria-current="page"] span {
    background-color: #1A1919 !important;
    color: #fff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination-main div:last-child span[aria-disabled="true"] span {
    padding: 7px !important;
    border: 1px solid #EBEBEB !important;
    color: #C0C0C0;
    background-color: #F7F7F7;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 0;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
    font-family: "angellinx";
    font-size: 20px;
}

.pagination .page-item:first-child .page-link::before {
    content: "\25";
}

.pagination .page-item:last-child .page-link::before {
    content: "\26";
}

.pagination-main div:last-child span a[rel="prev"],
.pagination-main div:last-child span a[rel="next"] {
    padding: 7px !important;
    border: 1px solid #1A1919 !important;
    color: #1A1919;
}

.pagination .page-item:first-child,
.pagination-main div:last-child span[aria-disabled="true"]:first-child,
.pagination-main div:last-child span a[rel="prev"] {
    margin-right: 30px;
}

.pagination .page-item:last-child,
.pagination-main div:last-child span[aria-disabled="true"]:last-child,
.pagination-main div:last-child span a[rel="next"] {
    margin-left: 30px;
}

.mynetwork-section {
    padding-bottom: 70px;
}

.profile-cover-section {
    height: 320px;
    background: #ED7E2C url(../images/new/entrepreneur-bg.png) no-repeat bottom center;
    padding: 80px 0 0;
    position: relative;
    z-index: 1 !important;
    overflow: visible;
}

/* Ensure proper spacing when progress bar is NOT present - ONLY for /profile page */
/* Header is fixed at top with min-height: 70px + padding, need margin-top to push section below header */
/* Target only profile page using specific class */
body:not(.has-progress-bar) .profile-cover-section.my-profile-page {
    padding-top: 80px !important;
    margin-top: 90px !important;
}

/* When progress bar is present, ensure it's below header + progress bar */
body.has-progress-bar .profile-cover-section {
    padding-top: 60px !important;
}

/* Ensure section containing profile details appears above cover section */
.profile-cover-section+section {
    position: relative;
    z-index: 100 !important;
}

/* Fallback for browsers that don't support :has() */
section .view-profile-details {
    position: relative;
    z-index: 1000 !important;
}

.profile-cover-section::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    left: -125px;
    top: -93px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;

}

.investors-bg {
    background: #D79C00 url(../images/new/investors-bg.png) no-repeat bottom center;
}

.view-profile-details {
    margin-top: 20px;
    position: relative;
    z-index: 1000 !important;
}

.view-profile-img {
    border: none;
    outline: none;
    position: relative;
    z-index: 1000 !important;
}

.view-profile-img img {
    width: 212px;
    height: 212px;
    border: 8px solid #FFFFFF;
    background-color: #fff;
    border-radius: 1000px;
    object-fit: cover;
    margin-left: -8px;
    outline: none;
    position: relative;
    z-index: 1000 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.view-profile-details h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 16px 0 13px;
}

.view-profile-details p.icon {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    padding-left: 32px;
    margin-bottom: 14px;
}

.view-profile-details p.icon::before {
    position: absolute;
    left: 0;
    top: -1px;
    color: #767676;
    font-size: 24px;
}

.my-funds-btns .delete-icon {
    margin-right: auto;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10;
    position: relative;
    line-height: 1;
    color: #F44336;
    font-size: 24px;
}

.my-funds-section {
    margin-top: 32px;
}


.create-campaign-btn>.btns,
.btns-05 {
    display: flex;
    gap: 10px;
}

.create-campaign-btn>.btns i,
.btns-05 i {
    font-size: 18px;
    line-height: 1;
    display: flex;
}

.new-fund-top-sec {
    min-height: 360px;
    padding: 152px 0 110px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .new-fund-top-sec {
    padding: 40px 0 110px;
}

.new-fund-section {
    margin-top: -88px;
}

.status-tag span {
    display: inline-flex;
    display: flex;
    padding: 4px 12px;
    background: #767676;
    border-radius: 101.199px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.border-tags {
    color: #ED7E2C;
    border: 1px solid #ED7E2C;
    border-radius: 50px;
    padding: 3px 10px;
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 1px;
}

.border-tags.pink-tag {
    color: #f58498;
    border: 1px solid #f58498;
}

.border-tags.blue-tag {
    color: blue;
    border: 1px solid blue;
}

.border-tags.green-tag {
    color: green;
    border: 1px solid green;
}

.view-profile-details .invest_level_main {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.view-profile-details .invest_level p {
    font-size: 18px;
    margin-bottom: 11px;
}

.view-profile-details .invest_level {
    padding: 19px 17px 13px;
}

.view-profile-details .invest_level span {
    font-size: 24px;
}

.connection-requests p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    margin: 24px 0;
}

.connection-requests p span.color-green {
    color: green;
    font-weight: bold;
}

.email-address label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 2px;
}

.email-address b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
}

.profile-email-address {
    margin-top: 40px;
}

.email-address:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.edit-address-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00;
    position: relative;
    display: inline-flex;
    padding-left: 25px;
    text-decoration: none;
    margin-top: 8px;
}

.edit-address-link a::before {
    position: absolute;
    left: 0;
    font-size: 20px;
}



.tab-link ul {
    border-bottom: 1px solid #E4E3E0;
    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-link ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    text-decoration: none;
    display: flex;
    padding: 0 51px 11px;
    position: relative;
    white-space: nowrap;
}

.view-profile-data {
    padding: 32px 0 0 5px;
    position: relative;
    z-index: 100;
}

.tab-link {
    position: relative;
    z-index: 101;
    background: #fff;
}

.tab-link ul li.active a {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
}

.tab-link ul li.active a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #1A1919;
    border-radius: 4px 4px 0px 0px;
}

.plan-section {
    margin-top: -80px;
    position: relative;
}

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

.verification-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #051828;
    margin: 25px 0;
}

.verification-content .btns {
    min-width: 200px;
}

.plan-section .row {
    row-gap: 30px;
}

.applicant-lists-section {
    background-color: #ED7E2C;
    padding: 97px 0;
    position: relative;
    overflow: hidden;
}

.applicant-lists-section::before {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 188.16px;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 0 0 500px 500px;
}


.applicant-lists-section::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 325px;
    height: 325px;
    right: -128px;
    bottom: -72px;
    background: rgba(255, 255, 255, 0.16);
}

.applicant-lists-table>h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.all-table table {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.all-table table thead tr th {
    padding: 16px;
    background: #F7F7F7;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    line-height: normal !important;
}

.all-table table tbody tr td {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #1A1919;
    padding: 15px 16px 13px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.chat-profile-img-name {
    width: calc(100% - 180px);
    text-align: left;
}


.status-table-tag span {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 15px;
    border-radius: 50px;
}

.status-table-tag .declined {
    color: #F44336;
    background-color: #FFEBEE;
}

.status-table-tag .accepted {
    color: #43A047;
    background-color: #E8F5E9;
}

.status-table-tag .pending {
    color: #D79C00;
    background-color: #FDF7E6;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 48px;
}

.action-btn a {
    display: flex;
    line-height: 1;
    font-size: 20px;
    text-decoration: none;
    color: #1A1919;
}

.action-btn a.delete-icon {
    color: #F44336;
}

.profile-data>h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.profile-data>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

/* Ensure section has positioning context for .extra dropdown */
.header-inner ul li.section {
    position: relative;
}

.extra {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100001 !important;
    /* Higher than submenu */
    max-height: 400px;
    /* Allow scrolling if content is long */
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
    list-style: none;
}

.extra li {
    margin-bottom: 8px;
}

.extra li:last-child {
    margin-bottom: 0;
}

.extra li a {
    display: block;
    padding: 8px 0;
    color: #1A1919;
    text-decoration: none;
}

.extra li a:hover {
    color: #D79C00;
}

/* CRITICAL: Mobile-specific styles for .extra dropdown */
@media only screen and (max-width: 991px) {

    /* Ensure .extra dropdown works in mobile menu */
    .header-menu .section {
        position: relative !important;
        overflow: visible !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Hide the "More" text on mobile - show all items directly */
    .header-menu .section>a#more-btn {
        display: none !important;
    }

    /* Show .extra items inline in mobile menu */
    .header-menu .section .extra {
        position: relative !important;
        display: block !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: transparent !important;
        padding: 0 0 0 20px !important;
        margin: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        z-index: 1 !important;
    }

    /* Ensure mobile menu allows overflow for dropdowns */
    .header-menu {
        overflow-y: auto !important;
        overflow-x: visible !important;
    }
}
}

.profile-data>p:last-child {
    margin-bottom: 0;
}

.profile-data {
    padding-bottom: 55px;
    margin-bottom: 56px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    z-index: 100;
    background: #fff;
}

.profile-data:last-child {
    border-bottom: 0;
}


.my-profile-img-top {
    margin-top: -17px;
    position: relative;
    z-index: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    transform: translateY(-30px) !important;
}

.my-profile-img-top img {
    position: relative;
    z-index: 1 !important;
    display: block !important;
    margin: 0 auto 0 auto !important;
    margin-left: calc(50% + 520px) !important;
    transform: translateX(-50%) translateY(0px) !important;
}

/* Desktop: Reduce image size and position it in middle between progress bar and content */
@media only screen and (min-width: 1025px) {
    .my-profile-img-top {
        transform: translateY(10px) !important;
    }

    .my-profile-img-top img {
        width: 245px !important;
        height: auto !important;
        max-width: 245px !important;
        transform: translateX(-50%) translateY(10px) !important;
        z-index: 100 !important;
    }
}

/* Ensure cover section container doesn't interfere */
.profile-cover-section .container {
    position: relative;
    z-index: 1;
}

/* CRITICAL: Ensure list-back-btn is clickable and above other elements */
.profile-cover-section .list-back-btn {
    position: relative;
    z-index: 10 !important;
    pointer-events: auto !important;
    padding-top: 50px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-groups {
    position: relative;
}

.input-groups>b {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    width: 40px;
    justify-content: center;
}

.input-group-prepend {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #EBEBEB;
}

.input-group-prepend button {
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 22px;
    height: 23px;
}

.input-group-prepend button.btn-minus {
    border-top: 1px solid #EBEBEB;
}

.cms-top-section {
    padding: 136px 0 48px;
    background-color: #FDF7E6;
}

.cms-content-main {
    padding: 80px 0;
    background-color: #FDF7E6;
}

.cms-content-bg,
.cms-top-bg {
    background-color: #FDF2EA;
}

.cms-top-section h1 {
    text-align: center;
}

.cms-content-main h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin-bottom: 50px;
}

.cms-content-main p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 30px;
}

.cms-content-main h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
    margin-top: 50px;
}

.cms-content-main .container {
    max-width: 1000px;
}

.blogs-detail-bg {
    width: 100%;
    height: 519px;
    background: #FDF2EA;
}

.blogs-detail-section {
    margin: -383px 0 0;
}

.blogs-detail-section .container {
    max-width: 880px;
    margin: auto;
}

.blogs-detail-section h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 40px 0 16px;
}

.blog-detail-img {
    padding: 24.66% 25%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 48px;
}

.blog-detail-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-description p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

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

.box-details-content:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 56px;
}

.blogs-detail-section {
    padding-bottom: 70px;
}

.box-details-content h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.all-table.chat-table table {
    border: 1px solid #EBEBEB;
}

.blog-description p b {
    color: #1A1919;
    font-weight: 500;
}

.details-content {
    margin-top: 56px;
}

.all-table.chat-table table tbody tr td {
    vertical-align: middle;
}

.all-table.chat-table table tbody tr td a.btns {
    color: #fff;
}

.all-table.chat-table table tbody tr td:hover {
    background-color: #FDF7E6;
}

.all-table.chat-table table tbody tr td.client-name a {
    text-decoration: none;
    color: #1A1919;
    font-size: 18px;
}

.chat-profile-img a {
    width: 52px;
    height: 52px;
    display: flex;
}

.chat-profile-img a img {
    border-radius: 50%;
    object-fit: cover;
    width: 52px;
    height: 52px;
}

.chat-list-main .action-btn {
    gap: 15px;
}

.chat-profile-name {
    width: calc(100% - 62px);
    padding-left: 20px;
}

.all-table.chat-table table tbody tr td .chat-profile-name a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
}

.all-table table tbody tr td .chat-line-one {
    font-weight: 500;
    font-size: 16px;
    color: #767676;
}

.chat-list-section {
    padding-bottom: 70px;
}

.chat-list-section .pagination {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.unread-tag {
    position: absolute;
    bottom: 11px;
    right: 22px;
    font-size: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #D79C00;
}

.chat-list-section .pagination a {
    text-decoration: none;
    color: #1A1919;
}

.all-table.chat-table table tbody tr td a {
    color: #D79C00;
}

.terms-conditions-section .container {
    max-width: 877px;
    margin: auto;
}

.terms-conditions-section {
    padding: 72px 0;
}

.terms-conditions-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

.terms-conditions-section p:last-child {
    margin-bottom: 0;
}

.terms-conditions-box {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 56px;
}

.terms-conditions-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.terms-conditions-box h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}


.terms-conditions-section .terms-mail,
.terms-conditions-section .terms-conditions-info {
    display: flex;
    padding: 12px 8px 12px 40px;
    background: #FDF2EA;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    position: relative;
}

.terms-conditions-section .terms-conditions-info::before,
.terms-conditions-section .terms-mail::before {
    content: "\32";
    font-family: "angellinx" !important;
    color: #ED7E2C;
    position: absolute;
    left: 7px;
    top: 12px;
    line-height: 1;
    font-size: 25px;
}

.terms-conditions-section .terms-mail {
    background-color: #FDF7E6;
}

.terms-conditions-section .terms-mail::before {
    content: "\33";
}

.chat-box-inner {
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    background-color: #fff;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}

.chat-box-section {
    padding-bottom: 50px;
}

.chat-box-inner .ml-auto {
    margin-left: auto;
    padding: 12px 16px;
    background: #D79C00;
    border-radius: 16px 16px 0px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: unset;
}

.chat-box-inner span {
    padding: 12px 16px;
    background: #F7F7F7;
    margin-right: auto;
    border-radius: 16px 16px 16px 0px;
}

.chat-box-inner {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.date-chat {
    display: flex;
}

.date-chat small {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 4px;
}

.date-ml-auto {
    margin-left: auto;
}

.coming-soon-section {
    margin-top: 82px;
}

.coming-soon-main {
    position: relative;
    background: #ED7E2C;
    border-radius: 16px;
    padding: 72px 20px;
    overflow: hidden;
}

.coming-soon-main::before {
    content: "";
    position: absolute;
    width: 488px;
    height: 244px;
    right: 1052px;
    top: 0px;
    background: rgba(255, 255, 255, 0.16);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 0 900px 0 0;
}

.coming-soon-main::after {
    content: "";
    position: absolute;
    width: 488px;
    height: 244px;
    right: -220px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 900px 0 0 0;
}

.coming-soon-label,
.coming-soon-main .section-title label {
    padding: 6px 12px;
    background: #ED7E2C;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.coming-soon-main .section-title h2 {
    color: #fff;
}

.coming-soon-main .section-title p {
    color: #fff;
    width: 100%;
    max-width: 906px;
    margin: 16px auto 0;
}

.chat-profile-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    padding: 20px;
    row-gap: 20px;
    z-index: 10;
    /* Ensure header appears above messages */
}


.chat-profile-head img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.by-profile-name {
    padding-left: 12px;
}

.by-profile-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.by-profile-name p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.by-profile-name p::before {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #767676;
}

.chat-scrolling {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
    padding-top: 100px;
    /* Add top padding to account for absolutely positioned header */
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    position: relative;
    z-index: 1;
    /* Ensure messages are below header */
}

.chat-type {
    border-top: 1px solid #EBEBEB;
    padding: 20px;
}

.chat-type textarea {
    height: 48px;
    width: calc(100% - 60px);
    background: #F7F7F7;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
    color: #767676;
    outline: none;
    outline-color: inherit;
}

.chat-type button[type="submit"] {
    width: 48px;
    height: 48px;
    background-color: #000;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 24px;
}

.profile-cover-section .list-back-btn a {
    color: #fff;
    z-index: 10 !important;
    /* Ensure link is above cover section elements */
    pointer-events: auto !important;
    /* Ensure link is clickable */
    cursor: pointer !important;
    /* Show pointer cursor */
    position: relative;
    /* Ensure z-index works */
    padding: 10px 0;
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: fit-content !important;
    gap: 8px;
    /* Add space between icon and text */
}

.profile-cover-section .list-back-btn a:before {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: rotate(180deg) !important;
    display: inline-block !important;
    margin: 0 !important;
    /* Gap handles spacing */
}

.applicant-main {
    padding-left: 81px;
    position: relative;
}

.applicant-main span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 7px;
    display: flex;
}

.applicant-main h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.applicant-main::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #D79C00;
    font-size: 57px;
}

.funds-listing-details {
    padding: 12px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.funds-listing label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.funds-listing p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
    margin: 5px 0 0;
}

.funds-listing:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 13px;
}


.changes-pass-top {
    min-height: 360px;
    padding: 136px 0 0;
}

section.change-pass-section {
    margin-top: -136px;
    position: relative;
    padding-bottom: 70px;
}

.change-pass-section form {
    width: 100%;
    max-width: 856px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 48px;
    margin: auto;
}


.change-pass-section form .form-group {
    margin-bottom: 32px;
}


/* Example: Highlight active page in a different color */
.page-item.active .page-link {
    background-color: var(--darkYellow);
    border-color: var(--darkYellow);
    color: white;
}

/* Add hover effect */
.page-link {
    color: var(--darkYellow);
}

/* Add hover effect */
.page-link:hover {
    background-color: #f8f9fa;
    color: var(--darkYellow);
}

.pagination {
    gap: 0px !important;
    flex-wrap: wrap;
}

.lear-more-btn {
    margin-top: 40px;
}

.lear-more-btn a {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    min-width: auto !important;
}

.lear-more-btn a:hover {
    color: #fff;
}

.form-group .iti {
    width: 100%;
}

.fund-management .btns {
    min-width: 200px;
}

.deal-success-top {
    height: 360px;
}

.deal-success-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.deal-success-head {
    background-color: #F7F7F7;
    border-radius: 30px 30px 0 0;
    padding: 0 15px 86px;
}

.cfo-content .deal-success-head {
    padding: 86px 15px 86px;
}

.deal-success-section {
    margin-top: -152px;
    position: relative;
    margin-bottom: 104px;
}


.color-1 .deal-success-head {
    background-color: #FDEAEA;
}

.color-1 .services-box-main {
    background-color: #FDEAEA;
}

.color-2 .deal-success-head {
    background-color: #EAF4FD;
}

.color-2 .services-box-main {
    background-color: #EAF4FD;
}

.color-4 .deal-success-head {
    background-color: #FDF7E6;
}

.color-4 .services-box-main {
    background-color: #FDF2EA;
}

.color-5 .deal-success-head {
    background-color: #EDEAFD;
}

.color-5 .services-box-main {
    background-color: #EDEAFD;
}

.color-3 .deal-success-head {
    background-color: #F0FDEA;
}

.color-3 .services-box-main {
    background-color: #F0FDEA;
}

.success-icon {
    margin-top: -85px;
}

.deal-success-head h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin: 28px 0 26px;
}

.deal-success-head p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.success-content>h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 16px;
}

.success-content>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.success-content {
    padding: 104px 30px 47px;
}

.services-box-main {
    padding: 16px;
    background: #FDF2EA;
    border-radius: 12px;
    min-height: 100%;
}

.success-content .row {
    margin-top: 48px;
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.services-box-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 0;
}

.services-box-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.services-box-icon .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    color: #D79C00;
    font-size: 48px;
}

.services-box-content {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.step-form-main {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 856px;
    margin: auto;
    overflow: hidden;
}

.step-form-head {
    padding: 16px 15px 17px;
    background: #F7F7F7;
}

.step-form-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #767676;
    margin-bottom: 8px;
}

.step-form-head h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.step-form-inner {
    padding: 48px;
}

.light-bg {
    background: #FDF2EA;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 32px;
}

.box-more {
    background: #F7F7F7;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-more>h5 {
    padding: 10px 16px;
    background: #767676;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.box-more-inner {
    padding: 16px;
}

.box-more:last-child {
    margin-bottom: 0;
}

.step-btn {
    gap: 32px;
}

.step-btn .btns {
    min-width: 200px;
}

.deal-completion-section {
    padding: 120px 0 100px;
}

/* Reduce padding only when progress bar is present */
body.has-progress-bar .deal-completion-section {
    padding: 40px 0 100px;
}

/* Ensure deal-completion-section starts below header when progress bar is NOT present */
body:not(.has-progress-bar) .deal-completion-section {
    padding-top: 130px !important;
}

.deal-completion-section .campaigns-detail-head {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.deal-tabs ul>li>button {
    background-color: transparent;
    border: 0;
    padding: 0 14px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    position: relative;
}

.deal-tabs ul>li>button.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.deal-tabs button.active {
    color: #1A1919;
}

.deal-tabs ul {
    border-bottom: 2px solid #E4E3E0;
    gap: 40px;
}

.deal-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #1A1919;
    border-radius: 4px 4px 0px 0px;
}

.upload-box {
    border: 1px dashed #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 32px;
    transition: background-color 0.3s;
    width: 100%;
}

.upload-box .icon {
    width: 40px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #767676;
}

.upload-box.dragover {
    background-color: #f0f0f0;
    border-color: #aaa;
}

.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 9px 16px;
    background: #F7F7F7;
    border-radius: 8px;
    margin-bottom: 32px;
}

.upload-box input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.file-info {
    display: flex;
    align-items: center;
}

.file-info img {
    width: 32px;
    margin-right: 10px;
}

.remove-file {
    color: red;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-transform: capitalize;
}

.hint {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
}

.deal-form-step {
    width: 100%;
    max-width: 856px;
    margin: 40px auto 0;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.deal-form-head {
    padding: 17px 10px 16px;
    background: #F7F7F7;
}

.deal-form-head h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #1A1919;
    margin: 0;
}

.deal-form {
    padding: 48px;
}

.upload-box h5 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1A1919;
    margin: 8px 0;
}

.upload-box h5 span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #D79C00;
    text-decoration: underline;
}

.file-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.file-size {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #767676;
}

.deal-form .btns {
    min-width: 200px;
}

.deal-form .file-actions .btns {
    min-width: auto;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
}

.accordion-item {
    background: #FFFFFF;
    border: 1px solid #EBEBEB !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 31px;
}

.accordion-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    padding: 10px 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}

.accordion-title span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
}

.accordion-title[aria-expanded="true"] span {
    color: #fff;
}

.accordion-title::after {
    content: "\66";
    font-family: "angellinx" !important;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
}

.accordion-title[aria-expanded="true"] {
    background-color: #767676;
    color: #fff;
}

.accordion-title[aria-expanded="true"]::after {
    transform: rotate(180deg)
}

.deal-form .accordion-body {
    background-color: #F7F7F7;
    padding: 15px;
}

.deal-form .form-group {
    margin-bottom: 32px;
}

.final-agreement-item {
    margin-bottom: 15px;
}

span.badge.badge-success {
    background: green;
    margin-right: 5px;
}

span.badge.badge-info {
    color: #000000 !important;
    font-size: 15px !important;
}

/* .deal-form .uploaded-file {
    background-color: #FFFFFF;
    margin: 8px 0 0;
} */

.approved-text {
    position: absolute;
    top: 10px;
    right: 16px;
}

.add-new-link a {
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #1A1919;
    position: relative;
    margin-left: 26px;
    display: flex;
    margin-top: 12px;
}

.add-new-link a::before {
    position: absolute;
    left: -27px;
    font-size: 19px;
}

.btns.save-changes-btn {
    background-color: #000;
    border: 1px solid;
    padding: 10px 24px;
    margin-top: 31px;
    min-width: auto;
}

.take-rate-box {
    padding: 12px 12px 10px;
    background: #EBEBEB;
    border-radius: 12px;
    margin-top: 31px;
    position: relative;
}

.take-action {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.take-action button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 20px;
}

.take-action button.icon-icon-51 {
    color: #F44336;
}

.comment-header {
    position: relative;
}

.comments-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-header .comment-meta,
.take-rate-box h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-right: 70px;
    color: #1A1919;
    margin-bottom: .5rem;
}

.green-item .accordion-title {
    background: green;
    color: #fff;
}

p.text-info-main {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2196F3;
}

.form-group input[type="file"] {
    padding: 10px;
}

.comment-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-actions button {
    padding: 0;
    border: 0;
    display: flex;
    line-height: 1;
    font-size: 20px;
}

.comment-actions button i {
    display: flex;
    line-height: 1;
}

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

.comments-header h6 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.take-rate-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    margin-bottom: 6px;
}

.take-rate-box .file-name span {
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    position: relative;
    padding-left: 22px;
}

.take-rate-box span::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0B2735;
    font-size: 19px;
}

.comments-header h6 span,
.comment-count {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    vertical-align: middle;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.small-btn button.btns,
.take-action-main button.btns {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: auto;
    padding: 6px 11px;
    font-size: 14px;
    border-radius: 8px;
}

.full-radio label {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.full-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.full-radio span {
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.full-radio span::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #767676;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.full-radio input:checked+span {
    background-color: #F7F7F7;
}


.full-radio input:checked+span::after {
    border: 2px solid #1A1919;
}

.full-radio input:checked+span::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #1A1919;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
}

.amount-equity-tag-main {
    padding: 12px 16px;
    background: #FDF7E6;
    border-radius: 8px;
    gap: 35px;
}

.amount-equity-tag-main p {
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
    align-items: center;
    gap: 6px;
}

.amount-equity-tag-main p b {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.loading-spinner {
    width: 8vh;
    height: 8vh;
    border: 4px solid #fbfbfb;
    border-top: 5px solid #ED7E2C;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.add_more_label {
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.add_more_label span {
    margin-left: 5px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

.add_more_label::before {
    font-size: 18px;
}

.upload-icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #888;
}

.upload-click {
    color: #d4aa00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.upload-info {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

#upload-file-list li {
    color: #b38f02;
    padding: 4px;
}

.choose-plan-section {
    padding: 96px 0;
    background: #FDF7E6;
    border-radius: 12px;
}

.choose-plan-head {
    text-align: center;
    margin-bottom: 48px;
}

.choose-plan-head h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 16px;
}

.choose-plan-head p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    margin-bottom: 0;
}

.choose-plan-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 14px;
    position: relative;
}

.choose-plan-box.most-popular {
    border: 1px solid #DEA81B;
}

.choose-plan-box.most-popular>span {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    padding: 5px 10px;
    max-width: 119px;
    background: #DEA81B;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.choose-plan-inner {
    padding: 20px;
    background: #FDF2EA;
    border-radius: 16px;
    margin-bottom: 30px;
}

.choose-plan-inner span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1A1919;
}

.choose-plan-inner h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1A1919;
    margin: 18px 0 8px;
}

.choose-plan-inner small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
}

.choose-plan-inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 0;
}

.choose-plan-box ul {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    row-gap: 18px;
}

.choose-plan-box ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    padding-left: 26px;
    position: relative;
}

.choose-plan-box ul li::before {
    content: "\67";
    font-family: "angellinx" !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.next-step-section {
    padding: 104px 0;
}

.next-step-section h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin-bottom: 16px;
}

.next-step-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 35px;
}

.ml-2 {
    margin-left: 2px;

}

.create-campaign-main .uploading-section {
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border: 2px dashed #C0C0C0;
    border-radius: 16px;
}

.create-campaign-main .uploading-section img {
    border-radius: 16px;
}

.inner-list-bg {
    padding: 16px;
    background: #FDF2EA;
    border-radius: 12px;
}

.inner-list-bg .row {
    row-gap: 16px;
}

.inner-list-bg label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.inner-list-bg p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
}

.inner-list-bg .col-md-6 p {
    font-size: 18px;
}

.create-fund-listing-btn {
    margin-left: auto;
}

.select2-container--default .select2-selection--single {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.form-group>.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    color: #000;
    padding: 0 15px;
    background-image: url(../images/new/select.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

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

.chat-line-one br {
    display: none;
}

.notifications-list h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #051828;
}

.notifications-list span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #58646F;
}

.form-group.error-bottom {
    display: flex;
    flex-direction: column;
}

.form-group.error-bottom .select2 {
    order: 1;
}

.form-group.error-bottom .error {
    order: 3;
}

.disabled-btn {
    opacity: 0.6;

}

.mobile-plan-show {
    margin-top: 30px;
    display: none !important;
}

.mobile-plan-show .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 15px;
}

.mobile-plan-show .pricing-box,
.mobile-plan-show .pricing-box>label {
    border-radius: 0;
}

.mobile-plan-show .col-4 {
    width: 300px;
}

.feed-post-head {}


.plan-select .notify-message {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.notify-message p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}

.pitch-video-main iframe {
    width: 100%;
    height: 388px;
    border-radius: 10px;
}

.team-detail-main {
    gap: 16px;
}

.team-detail .team-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 16px;
}

.accordion-title .badge {
    margin-left: auto;
    margin-right: 10px;
}

.applied-via-green {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #43A047;
    margin: 10px 15px 10px 0;
}

.btns.declined-tag {
    margin-right: 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #F44336;
    padding: 2px 15px;
}

.conn-notify-btn {
    display: flex;
    gap: 10px;
}

.conn-notify-btn .btn.blue {
    background-color: blue;
    color: #fff;
    padding: 2px 14px;
}

.conn-notify-btn .btn.green {
    background-color: #FFEBEE;
    color: #F44336;
    padding: 2px 14px;
}

.profile_image_error .error {
    display: flex;
    justify-content: center;
    color: red;
    margin-bottom: 5px;
}

.plan-price .text-danger {
    font-size: 20px;
    line-height: 50px;
}

.verify-iframe {
    padding: 0 15px 30px;
}

.verify-iframe iframe {
    background: #fff;
}

.status-table-tag.mr-2 {
    margin-right: 15px;
}

.custom-file-label {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-file-label b {
    background-color: var(--darkYellow);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    white-space: nowrap;
}

.custom-file-label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
}

.by-text li {
    font-size: 14px;
}

.by-text li a {}

/* ======= Intelligence Section Styles ======= */
.rz-intelligence-section {
    padding: 60px 0;
}

.rz-section-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.rz-intelligence-tagline {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1A1919;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
    word-wrap: break-word;
}

/* ============================================
   MyCampaigns page: ensure header dropdowns stay above content
   ============================================ */
body.page-pitches-mycampaigns .site-header,
body.page-pitches-mycampaigns .header-inner {
    position: relative !important;
    z-index: 100000 !important;
    overflow: visible !important;
}

/* Desktop header-menu should be relative, but mobile needs fixed positioning */
@media (min-width: 992px) {
    body.page-pitches-mycampaigns .header-menu {
        position: relative !important;
        z-index: 100000 !important;
        overflow: visible !important;
    }
}

/* CRITICAL: On mobile, header-menu must be fixed positioned from viewport */
@media only screen and (max-width: 991px) {

    .header-menu,
    .d-flex.header-menu,
    .flex-lg-row.header-menu,
    .flex-column.header-menu,
    .header-inner>.header-menu,
    .header-inner .header-menu {
        position: fixed !important;
        top: 68px !important;
        left: -100% !important;
        margin: 0 !important;
        margin-top: 0 !important;
        /* CRITICAL FIX: Bottom MUST be auto to avoid white gap */
        inset: 68px auto auto -100% !important;
        transform: none !important;
        height: auto !important;
        max-height: calc(100vh - 68px) !important;
        overflow-y: auto !important;
        padding-bottom: 20px !important;
    }

    .active-menu .header-menu,
    .active-menu .d-flex.header-menu,
    .active-menu .flex-lg-row.header-menu,
    .active-menu .flex-column.header-menu,
    .active-menu .header-inner>.header-menu,
    .active-menu .header-inner .header-menu {
        left: 0 !important;
        top: 68px !important;
        /* CRITICAL FIX: Bottom MUST be auto to avoid white gap */
        inset: 68px auto auto 0 !important;
        margin: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
    }
}

body.page-pitches-mycampaigns .header-inner .dropdown-menu,
body.page-pitches-mycampaigns .header-inner .submenu-menu,
body.page-pitches-mycampaigns .header-right .dropdown-menu {
    z-index: 100001 !important;
    overflow: visible !important;
}

body.page-pitches-mycampaigns .main-content,
body.page-pitches-mycampaigns .title-top-section,
body.page-pitches-mycampaigns .mynetwork-section,
body.page-pitches-mycampaigns .my-funds-section,
body.page-pitches-mycampaigns .campaigns-list-main,
body.page-pitches-mycampaigns .campaigns-list,
body.page-pitches-mycampaigns .campaigns-more-details,
body.page-pitches-mycampaigns .container,
body.page-pitches-mycampaigns .row {
    overflow: visible !important;
    position: static !important;
    z-index: auto !important;
}

/* ============================================
   GLOBAL FIX: Remove ALL blur from ALL modals
   This must be at the END to override everything
   ============================================ */
.modal-backdrop,
.modal-backdrop.show,
.modal-backdrop.fade,
.modal-backdrop.fade.show {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
}

.modal,
.modal.show,
.modal.fade,
.modal.fade.show,
.modal-dialog,
.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
}

.modal-content {
    background: #ffffff !important;
    opacity: 1 !important;
}

/* SweetAlert2 z-index fix - ensure popups appear above loading overlay and all page content */
.swal2-container,
.swal2-container.swal2-shown,
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-no-backdrop {
    z-index: 9999999 !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.swal2-popup {
    z-index: 9999999 !important;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.swal2-backdrop-show,
.swal2-backdrop {
    z-index: 9999998 !important;
    position: fixed !important;
    inset: 0 !important;
    visibility: visible !important;
    opacity: 0.4 !important;
}

/* SweetAlert2 pointer-events fix - ensure buttons are clickable */
.swal2-container,
.swal2-popup,
.swal2-actions,
.swal2-confirm,
.swal2-cancel,
.swal2-deny {
    pointer-events: auto !important;
}

/* Force highest z-index for SweetAlert */
.swal2-high-z-index {
    z-index: 9999999 !important;
    position: fixed !important;
}

.swal2-high-z-index-popup {
    z-index: 9999999 !important;
    position: relative !important;
}

/* Ensure SweetAlert container blocks clicks properly */
.swal2-container.swal2-shown {
    pointer-events: auto !important;
}

/* SweetAlert buttons must be clickable */
.swal2-actions button {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Hide deny button and close button - only show 2 buttons */
.swal2-deny,
.swal2-close,
.swal2-close *,
button.swal2-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Hide deny button and close button - only show 2 buttons */
.swal2-deny {
    display: none !important;
}

/* Completely hide close button */
.swal2-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: absolute !important;
    left: -9999px !important;
    pointer-events: none !important;
}

/* Style popup to EXACTLY match site modals - consistent design system */
.swal2-popup {
    border-radius: 15px !important;
    /* Match modal-content border-radius */
    border: 1px solid #EBEBEB !important;
    /* Match modal border */
    padding: 0 !important;
    /* Remove default padding - use header/body/footer structure */
    box-shadow: 0 8px 32px rgba(26, 25, 25, 0.25) !important;
    /* Match modal shadow */
    max-width: 600px !important;
    /* Match modal-dialog max-width */
    width: 90% !important;
    margin: 0 auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

/* Create header structure like modals */
.swal2-header {
    padding: 24px 24px 20px !important;
    /* Match modal-header padding */
    border-bottom: 1px solid #EBEBEB !important;
    /* Match modal-header border */
    border-radius: 15px 15px 0 0 !important;
    margin: 0 !important;
}

.swal2-title {
    font-size: 20px !important;
    /* Match modal-title */
    font-weight: 700 !important;
    /* Match modal-title */
    color: #1A1919 !important;
    /* Match modal-title */
    margin: 0 !important;
    /* Match modal-title */
    padding: 0 !important;
    line-height: 24px !important;
    /* Match modal-title */
}

/* Body section like modals */
.swal2-content {
    padding: 24px !important;
    /* Match modal-body padding */
    margin: 0 !important;
}

.swal2-html-container {
    font-size: 16px !important;
    color: #767676 !important;
    /* Match site grey text */
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.swal2-html-container strong {
    color: #1A1919 !important;
    font-weight: 600 !important;
}

.swal2-icon {
    margin: 0 0 16px 0 !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
}

.swal2-icon.swal2-warning {
    border-color: #ED7E2C !important;
    color: #ED7E2C !important;
    border-width: 2px !important;
}

.swal2-icon.swal2-warning .swal2-icon-content {
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Style SweetAlert buttons to EXACTLY match site .btns design */
.swal2-actions {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 20px 24px 24px !important;
    /* Match modal-footer padding */
    flex-wrap: wrap !important;
    border-top: 1px solid #EBEBEB !important;
    /* Match modal-footer border */
}

.swal2-actions-custom {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 20px 24px 24px !important;
    border-top: 1px solid #EBEBEB !important;
}

/* Match .btns class exactly */
.swal2-confirm-custom,
.swal2-confirm {
    background-color: var(--darkYellow, #D79C00) !important;
    /* Match .btns */
    border: 1px solid var(--darkYellow, #D79C00) !important;
    color: var(--white, #ffffff) !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    font-weight: 700 !important;
    /* Match .btns */
    font-size: 16px !important;
    /* Match .btns */
    line-height: 20px !important;
    /* Match .btns */
    padding: 13px 23px !important;
    /* Match .btns */
    border-radius: 12px !important;
    /* Match .btns */
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 120px !important;
    margin: 0 !important;
    box-shadow: 0px 4px 28px rgba(215, 156, 0, 0.7) !important;
    /* Match .btns-shadow */
}

.swal2-confirm-custom:hover,
.swal2-confirm:hover {
    background-color: #C08A00 !important;
    /* Match .btns hover */
    border-color: #C08A00 !important;
    transform: translateY(-1px) !important;
}

/* Match .btns-secondary or grey button style */
.swal2-cancel-custom,
.swal2-cancel {
    background-color: #6c757d !important;
    color: #ffffff !important;
    border: 1px solid #6c757d !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 13px 23px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 120px !important;
    margin: 0 !important;
}

.swal2-cancel-custom:hover,
.swal2-cancel:hover {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
    transform: translateY(-1px) !important;
}

/* Remove any filter/blur that might affect SweetAlert */
.swal2-container,
.swal2-popup,
.swal2-actions,
.swal2-container * {
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* ============================================
   MOBILE FIX: Prevent white background above/below modals
   ============================================ */
@media (max-width: 768px) {
    .modal {
        background-color: transparent !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .modal.show {
        background-color: transparent !important;
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .modal-dialog {
        margin: 10px !important;
        max-width: calc(100% - 20px) !important;
        background: transparent !important;
        background-color: transparent !important;
        min-height: auto !important;
        height: auto !important;
    }

    .modal-dialog-centered {
        min-height: calc(100% - 20px) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    .modal-dialog-centered .modal-content {
        margin: auto !important;
        max-height: calc(100vh - 40px) !important;
        overflow-y: auto !important;
    }

    /* Remove any white padding/margin around the modal */
    .modal-dialog::before,
    .modal-dialog::after {
        display: none !important;
        content: none !important;
    }

    /* Ensure the modal backdrop doesn't create white space */
    .modal-backdrop {
        background: transparent !important;
        opacity: 0 !important;
    }

    /* Verification modal specific fix */
    #toApply .modal-dialog,
    #verificationTrustModal .modal-dialog {
        background: transparent !important;
        background-color: transparent !important;
    }
}

/* Desktop fix for modal backgrounds */
@media (min-width: 769px) {
    .modal {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    .modal-dialog {
        background: transparent !important;
        background-color: transparent !important;
    }
}