@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/poppins-regular.woff2') format('woff2'),
        url('../webfonts/poppins-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/poppins-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/poppins-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --brand-color: #D79200;
    --brand-color-orange-50: #FBF4E6;
    --brand-color-orange-100: #F3DDB0;
    --brand-color-orange-200: #EDCD8A;
    --brand-gray-black-50: #E9E9EA;
    --brand-gray-black-50: #E9E9EA;
    --brand-gray-black-100: #D2D2D5;
    --brand-gray-black-200: #A5A5AB;
    --brand-gray-black-300: #777980;
    --brand-gray-black-400: #4A4C56;
    --brand-gray-black-450: #2A2A2A;
    --brand-gray-black-500: #1D1F2C;
    --brand-gray-black-600: #161721;
    --brand-secondary-color-brown-200: #ADB690;
    --brand-secondary-color-brown-400: #70803D;
    --brand-secondary-color-brown-500: #4C600D;
    --brand-error-red-100: #FBD8DB;
    --brand-error-red-500: #EB3D4D;
    --brand-font-family: Poppins;
}

body {
    font-family: var(--brand-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.btn {
    font-family: var(--brand-font-family);
}

.topbar {
    padding: 0.688rem 0;
    background: var(--brand-color);
}

.topbar p {
    color: var(--bs-white);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}

.topbar a {
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.navbar {
    padding: 0.913rem 0;
}

.navbar .nav-link {
    color: var(--brand-color);
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 2.5px 2.66px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--brand-color);
}

.navbar .nav-link.active,
.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    border-bottom: 1px solid var(--brand-color);
}

.navbar .navbar-brand img {
    height: 60px;
}

.navbar .btn-search {
    height: 60px;
    width: 60px;
    border-radius: 99px;
    background: #F9F9F9;
}

.navbar .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar .dropdown .auth-avatar {
    height: 60px;
    width: 60px;
    border-radius: 99px;
    background: #F9F9F9;
}

.navbar .dropdown .auth-info {
    text-align: left;
}

.navbar .dropdown .auth-info h6 {
    color: var(--brand-gray-black-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.navbar .dropdown .auth-info p {
    color: var(--brand-gray-black-200);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.navbar .dropdown .dropdown-menu {
    width: 386px;
    padding: 24px;
    border-radius: 0 0 12px 12px;
    background: var(--bs-white);
}

.navbar .dropdown .dropdown-menu p {
    color: var(--brand-gray-black-300);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 18px 0;
}

.navbar .dropdown .dropdown-menu a {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 8px;
}

.navbar .dropdown .dropdown-menu a:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.navbar .dropdown .dropdown-menu a .icon {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    background: var(--brand-gray-black-50);
}

.navbar .dropdown .dropdown-menu a .icon.icon-danger {
    color: var(--brand-error-red-500);
    background: var(--brand-error-red-100);

}

.navbar .dropdown .dropdown-menu a .text h6 {
    color: var(--brand-gray-black-500);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.navbar .dropdown .dropdown-menu a .text p {
    color: var(--brand-gray-black-300);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.navbar .btn-log-in {
    color: var(--bs-white);
    width: 100px;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
    --bs-btn-padding-y: 0.638rem;
    text-transform: uppercase;
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
}

.navbar .btn-sign-up {
    color: var(--brand-color);
    width: 100px;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
    --bs-btn-padding-y: 0.638rem;
    text-transform: uppercase;
    border: 1px solid var(--brand-color);
    background: var(--bs-white);
}

.navbar .btn-log-in:hover,
.navbar .btn-sign-up:hover {
    color: var(--bs-white);
    background: var(--brand-color);
}

.hero-section {
    min-height: 693px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: var(--bs-white);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 10%);
    z-index: 1;
}

.hero-section.home-hero-section {
    background: url('../images/home-bg.jpg');
}

.hero-section.about-hero-section {
    background: url('../images/about-bg.png');
}

.hero-section.contact-hero-section {
    background: url('../images/contact-bg.png');
}

.hero-section.events-hero-section {
    background: url('../images/events-bg.jpg');
}

.hero-section.projects-hero-section {
    background: url('../images/projects-bg.jpg');
}

.hero-section.network-fee-hero-section {
    background: url('../images/network-fee-bg.png');
}

.hero-section.food-programme-hero-section {
    background: url('../images/food-programme-bg.png');
}

.hero-section.eco-weel-hero-section {
    background: url('../images/eco-weel-bg.png');
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section-green-overlay::before {
    background: var(--brand-color);
}

.hero-section-gradient::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), var(--brand-color));
}

.hero-section h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    text-align: center;
    line-height: 120%;
}

.hero-section p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
}

.hero-section .btn,
.hero-section .btn-brand {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: medium;
    padding: 12px 24px;
    line-height: 160%;
    border: 1px solid var(--brand-color);
}

.hero-section .btn.btn-brand {
    color: var(--bs-white);
    background: var(--brand-color) !important;
}

.hero-section .btn {
    color: var(--brand-color);
    background: transparent !important;
}

.hero-section .btn:hover,
.hero-section .btn-brand:hover {
    color: var(--bs-white);
    background: var(--brand-color);
}

.what-is-chain-of-deeds-section {
    background-image: url('../images/world-of-chains.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: inherit;
    position: relative;
    background-color: var(--brand-color-orange-50);
    overflow: hidden;
}

.what-is-chain-of-deeds-section .container {
    position: relative;
    z-index: 1;
}

.what-is-chain-of-deeds-section h1 span {
    color: var(--brand-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 16px;
    border-radius: 99px;
    line-height: 160%;
    border: 1px solid var(--brand-color-orange-200);
    background-color: #FFFFFF1A;
}

.what-is-chain-of-deeds-section p,
.membership-section p,
.membership-section .package-description,
.milestone-section .milestone-tabs span,
.milestone-section .milestone-content p,
.events-section .event-description p,
.projects-section .project-description p,
.projects-section .project-wrap .project-description .total-funded,
.projects-section .project-wrap .project-description .total-donation-stat .our-journey-section p,
.our-mission-section .mission-card p,
.our-vision-section p,
.merchandise-section p,
.our-journey-section p,
.our-core-value-section .core-value-card p,
.campaign-details-section .campaign-heading p,
.contact-us-section .contact-info-wrap .contact-info-item p,
.campaign-details-section .campaign-open-donations p,
.campaign-details-section .campaign-open-donations .funded,
.campaign-details-section .campaign-open-donations .days-left,
.change-password-wrapper .page-sub-heading,
.languages-wrapper .page-sub-heading,
.follow-us-wrapper .page-sub-heading,
.follow-us-wrapper .page-sub-text,
.campaign-details-section .campaign-details ul li span,
.network-fee-section .fee-covers-wrap .fee-covers-propery p,
.food-programme-section .food-contribution p,
.eco-weel-system .system-property p,
.food-programme-section .sustainable-approach-property p {
    color: var(--brand-gray-black-300);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.what-is-chain-of-deeds-section .btn,
.our-journey-section .btn,
.membership-section .start-membership,
.our-vision-section .btn {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid var(--brand-color);
    border-radius: 8px;
    background: var(--brand-color);
}

.what-is-chain-of-deeds-section .the-chain-images {
    display: flex;
    align-items: center;
}

.what-is-chain-of-deeds-section .the-chain-images img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--bs-white);
    object-fit: cover;
    margin-left: -15px;
}

.what-is-chain-of-deeds-section .the-chain-images img:first-child {
    margin-left: 0;
}

.what-is-chain-of-deeds-section .the-chain-images span {
    width: 48px;
    height: 48px;
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: var(--brand-color);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
}

.what-is-chain-of-deeds-section .chain-communities {
    position: relative;
    height: 450px;
}

.what-is-chain-of-deeds-section .chain-communities img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.what-is-chain-of-deeds-section .chain-communities img:first-child {
    position: absolute;
    top: 0;
    left: 40px;
    width: 280px;
    height: 312px;
    border-radius: 16px;
    object-fit: cover;
    z-index: 1;
}

.what-is-chain-of-deeds-section .chain-communities img:last-child {
    position: absolute;
    top: 60px;
    right: 0;
    width: 284px;
    height: 370px;
    border-radius: 16px;
    object-fit: cover;
    z-index: 2;
}

.membership-section {
    background: var(--bs-white);
}

.membership-section .custom-badge {
    color: var(--brand-color);
    border: 1px solid var(--brand-color-orange-200);
}

.membership-section h1,
.milestone-section h2,
.our-vision-section h1,
.our-journey-section h1,
.our-mission-section h1,
.our-core-value-section h1,
.join-ad-section .join-ad-wrap h1,
.contact-us-section h1 {
    color: var(--brand-gray-black-600);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.membership-section p span,
.project-leader-wrap .project-lead h5 {
    color: var(--brand-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}

.project-leader-wrap .project-lead h5 {
    color: var(--brand-gray-black-500);
    margin-bottom: 5px;
}

.project-leader-wrap .project-lead p {
    color: #9F9F9F;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    width: 300px;
}

.membership-section .membership-package,
.our-mission-section .mission-card {
    /* min-width: 280px; */
    background: #FBF4E666;
    padding: 25px;
}

.membership-section .membership-package:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.membership-section .membership-package .membership-package-price span:first-child {
    color: var(--brand-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 124%;
}

.membership-section .membership-package .membership-package-price span:last-child {
    color: #9A9CA5;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
}

.membership-section .package-name,
.our-mission-section .mission-card .mission-title,
.our-core-value-section .core-value-card .core-value-title,
.network-fee-section .fee-covers-wrap .fee-covers-propery h6,
.food-programme-section .food-contribution h6,
.chain-of-deeds-network-package h3,
.eco-weel-system .system-property h6,
.auth-wrapper .split-your-contribution .contribution-package h5,
.food-programme-section .sustainable-approach-property h6 {
    color: var(--brand-secondary-color-brown-500);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}

.membership-section .package-description {
    line-height: 1.6;
    margin-bottom: 20px;
}

.membership-section .package-link {
    color: var(--brand-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 24px;
    line-height: 160%;
    text-decoration: none;
    text-transform: uppercase;
}

.membership-section .package-link i {
    margin-left: 5px;
}

.milestone-section {
    background: #FDFCF9;
}

.milestone-section .custom-badge {
    color: #7A7C85;
    border: 1px solid #E5D6B3;
}

.what-is-chain-of-deeds-section .chain-together,
.milestone-section,
.merchandise-section p .our-vision-section p,
.events-section .mx-auto p,
.projects-section .mx-auto p,
.our-mission-section p,
.our-core-value-section p,
.follow-us-wrapper .social-wrap .social-info p,
.contact-us-section p {
    color: var(--brand-gray-black-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.milestone-section .milestone-card {
    background: var(--bs-white);
    border-radius: 14px;
    border: 1px solid #EAEAEA;
    height: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
}

.milestone-section .milestone-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.milestone-section .milestone-card .milestone-header {
    padding: 24px;
}

.milestone-section .milestone-card h3 {
    color: var(--brand-color);
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0;
    line-height: 116%;
}

.milestone-section .milestone-card h3 span {
    font-size: 48px;
    font-weight: 600;
    font-style: normal;
    line-height: 124%;
}

.milestone-section .milestone-tabs {
    display: flex;
    justify-content: space-between;
    background: #F8F6F1;
    padding: 12px;
    align-items: center;
    align-self: stretch;
}

.milestone-section .milestone-tabs span {
    flex: 1;
    text-align: center;
    padding: 16px;
}

.milestone-section .milestone-tabs span img {
    display: block;
    margin: auto;
    padding: 3.5px;
}

.milestone-section .milestone-tabs .active {
    color: var(--brand-color);
    border-radius: 12px;
    background: var(--bs-white);
    box-shadow: 0 0 8.3px 0 rgba(0, 0, 0, 0.16);
}

.milestone-section .milestone-content {
    margin: 24px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(251, 244, 230, 0.30);
    box-shadow: inset 0 0 0 1px #d7920047;
}

.milestone-section .milestone-line {
    margin: auto;
    width: 90%;
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(270deg, var(--brand-secondary-color-brown-500) 0%, var(--brand-color) 100%);
}

.milestone-section .milestone-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--brand-color-orange-50);
    margin: 24px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px var(--brand-color)47;
}

.milestone-section .milestone-footer span {
    color: var(--brand-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
}

.milestone-section .milestone-footer strong {
    color: var(--brand-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

.our-vision-section {
    background: #fdf9f2;
    background-image: url('../images/world-map.png');
    background-repeat: no-repeat;
    background-position: 53% center;
    position: relative;
    overflow: hidden;
}

.our-vision-section .custom-badge,
.our-journey-section .custom-badge {
    color: var(--brand-secondary-color-brown-500);
    border: 1px solid var(--brand-secondary-color-brown-200);
}

.our-vision-section .vision-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    overflow: hidden;
    width: 75%;
}

.our-vision-section .vision-stats div {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.our-vision-section .vision-stats div:nth-child(1) {
    border-right: 2px solid var(--brand-gray-black-50);
    border-bottom: 2px solid var(--brand-gray-black-50);
}

.our-vision-section .vision-stats div:nth-child(2) {
    border-bottom: 2px solid var(--brand-gray-black-50);
}

.our-vision-section .vision-stats div:nth-child(3) {
    border-right: 2px solid var(--brand-gray-black-50);
}

.our-vision-section .vision-stats h5 {
    color: var(--brand-secondary-color-brown-400);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    text-transform: uppercase;
}

.our-vision-section .vision-stats h6 {
    color: var(--brand-secondary-color-brown-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
}

/* .our-vision-section .btn {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    padding: 15px 18px;
    border-radius: 12px;
    border: 1px solid var(--bs-white);
    background: var(--brand-color);
} */

.our-vision-section .vision-media {
    position: relative;
}

.our-vision-section img:first-child {
    position: absolute;
    left: 30%;
    top: 30%;
}

.merchandise-section .custom-badge {
    color: var(--brand-color);
    border: 1px solid var(--brand-color-orange-200);
}

.merchandise-section .product-wrap {
    /* min-width: 280px; */
    background: var(--bs-white);
    box-shadow: 5px 5px 40.7px 0 rgba(0, 0, 0, 0.15);
}

.merchandise-section .header-line {
    margin: auto;
    height: 1px;
    opacity: 1;
    background: linear-gradient(270deg, var(--brand-secondary-color-brown-500) 0%, var(--brand-color) 100%);
}

.merchandise-section .product-wrap .product-heading {
    text-align: center;
    padding: 16px;
}

.merchandise-section .product-wrap .product-description {
    padding: 16px;
}

.merchandise-section .product-wrap .product-description h3.product-name {
    color: #07080B;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.merchandise-section .product-wrap .product-description h4.product-price span:first-child {
    color: var(--brand-gray-black-600);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.merchandise-section .product-wrap .product-description h4.product-price span:last-child {
    color: var(--brand-gray-black-200);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
}

.merchandise-section .product-wrap .product-attributes span {
    color: var(--brand-gray-black-400);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.merchandise-section .product-wrap .product-attributes span::before {
    content: "✓";
    color: var(--brand-gray-black-400);
    font-weight: 600;
    margin-right: 6px;
    display: inline-block;
}

.merchandise-section .product-wrap .product-link {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    background: var(--brand-color);
    text-align: center;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--brand-color-orange-100, #F3DDB0);
}

.events-section .custom-badge,
.projects-section .custom-badge {
    color: var(--brand-color);
    border: 1px solid var(--Secondary-color-brown-200, var(--brand-secondary-color-brown-200));
}

.events-section .event-wrap,
.projects-section .project-wrap {
    /* min-width: 280px; */
    background: var(--bs-white);
}

.events-section .event-media {
    padding: 1px;
    overflow: hidden;
}

.events-section .event-media img {
    width: 100%;
}

.events-section .event-description,
.projects-section .project-description {
    padding: 24px;
}

.events-section .event-description .event-name,
.projects-section .project-description .project-name {
    color: var(--bs-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

.events-section .event-description p,
.projects-section .project-description p {
    line-height: 132%;
}

.events-section .event-description .btn-event-link {
    margin-bottom: 1rem;
}

.events-section .event-description .btn-event-details,
.projects-section .project-description .btn-project-details,
.events-section .event-description .btn-event-share,
.projects-section .project-description .btn-project-share {
    color: var(--brand-gray-black-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 100%;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--brand-gray-black-100);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.events-section .event-description .btn-event-share,
.projects-section .project-description .btn-project-share {
    width: 52px;
    height: 52px;
    padding: 0 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projects-section .project-wrap .project-media {
    position: relative;
}

.projects-section .project-wrap .project-media span.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 12px;
    border-radius: 24px;
    background: var(--brand-color);
}

.projects-section .project-wrap .project-description .total-donation {
    color: var(--brand-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .total-donation span {
    color: var(--brand-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .donation-progress-bar,
.campaign-details-section .campaign-open-donations .donation-progress-bar {
    display: flex;
    height: 6px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Gray-Black-50, var(--brand-gray-black-50));
    overflow: hidden;
}

.projects-section .project-wrap .project-description .donation-progress-fill,
.campaign-details-section .campaign-open-donations .donation-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 12px;
    background: var(--brand-color, var(--brand-color));
    transition: width 0.3s ease;
}

.projects-section .project-wrap .project-description .btn-donate-now,
.events-section .event-description .btn-event-link {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: var(--brand-color);
}

/* .membership-section .start-membership {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 18px 15px;
    border-radius: 8px;
    border: none;
    line-height: 124%;
    background: var(--brand-color);
    transition: 0.3s;
} */

.our-journey-section,
.our-core-value-section {
    background-color: var(--brand-color-orange-50);
}

.our-mission-section .mission-icon,
.our-core-value-section .core-value-card .core-value-icon,
.network-fee-section .fee-covers-wrap .fee-covers-propery .icon,
.food-programme-section .sustainable-approach-property .icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    padding: 8px;
    background: var(--brand-color-orange-50);
    border: 1px solid transparent;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 1rem;
}

.our-mission-section .mission-icon::before,
.our-core-value-section .core-value-card .core-value-icon::before,
.network-fee-section .fee-covers-wrap .fee-covers-propery .icon::before,
.food-programme-section .sustainable-approach-property .icon::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 8px;
    background: linear-gradient(270deg, rgba(76, 96, 13, 0.3) 0%, rgba(215, 146, 0, 0.3) 100%);
    z-index: -1;
}

.our-core-value-section .core-value-card {
    display: flex;
    gap: 20px;
    background-color: var(--bs-white);
    padding: 24px;
}

.join-ad-section .join-ad-wrap {
    color: var(--bs-white);
    padding: 40px;
    border-radius: 12px;
    background-color: var(--brand-color);
}

.join-ad-section .join-ad-wrap h1 {
    color: var(--bs-white);
    text-align: center;
}

.join-ad-section .join-ad-wrap .btn {
    font-weight: 500;
    font-style: medium;
    font-size: 16px;
    line-height: 160%;
    padding: 12px 24px;
    text-transform: uppercase;
    border: 1px solid var(--bs-white);
}

.join-ad-section .join-ad-wrap .btn:first-child {
    color: var(--brand-color);
    background-color: var(--bs-white);
}

.join-ad-section .join-ad-wrap .btn:last-child {
    color: var(--bs-white);
    background-color: transparent;
}

.contact-us-section .contact-form-wrap h4 {
    color: var(--brand-gray-black-600);
    font-weight: 600;
    font-size: 32px;
    line-height: 116%;
}

.contact-us-section .contact-form-wrap p {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.contact-us-section .contact-form-wrap label,
.back-to-action .back-link {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-decoration: none;
}

.contact-us-section .contact-form-wrap .form-control {
    padding: 24px;
    border: 0;
    border-radius: 12px;
    background-color: #F3F3F5;
}

.contact-us-section .contact-form-wrap .file-upload-area {
    position: relative;
    padding: 24px;
    border: 1px dashed var(--brand-color);
    border-radius: 12px;
    background: #F3F3F5;
    cursor: pointer;
    overflow: hidden;
}

.contact-us-section .contact-form-wrap .file-upload-area:hover {
    border-color: var(--brand-color);
    background: rgba(215, 146, 0, 0.05);
}

.contact-us-section .contact-form-wrap .file-upload-area.drag-over {
    border-color: var(--brand-color);
    background: rgba(215, 146, 0, 0.1);
    border-style: solid;
}

.contact-us-section .contact-form-wrap .file-upload-content {
    text-align: center;
}

.contact-us-section .contact-form-wrap .upload-icon {
    color: var(--bs-black);
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.contact-us-section .contact-form-wrap .upload-text {
    color: var(--brand-gray-black-600);
    font-size: 18px;
    font-weight: 400;
    line-height: 132%;
    margin-bottom: 8px;
}

.contact-us-section .contact-form-wrap .upload-hint {
    color: var(--brand-gray-black-300);
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    margin-bottom: 0;
}

.contact-us-section .contact-form-wrap .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.contact-us-section .contact-form-wrap .file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-us-section .contact-form-wrap .file-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 6px 12px;
    background: rgba(215, 146, 0, 0.1);
    border-radius: 8px;
    font-size: 13px;
    color: #2c3e50;
    animation: fadeIn 0.3s ease;
}

.contact-us-section .contact-form-wrap .file-item i {
    font-size: 16px;
    color: var(--brand-color);
}

.contact-us-section .contact-form-wrap .file-item .file-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-us-section .contact-form-wrap .file-item .file-size {
    font-size: 11px;
    color: var(--bs-gray);
}

.contact-us-section .contact-form-wrap .file-item .remove-file {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-us-section .contact-form-wrap .file-item .remove-file i {
    font-size: 12px;
    color: var(--bs-gray);
}

.contact-us-section .contact-form-wrap .file-item .remove-file:hover {
    background: var(--bs-red);
}

.contact-us-section .contact-form-wrap .file-item .remove-file:hover i {
    color: var(--bs-white);
}

.contact-us-section .contact-form-wrap .btn {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 12px 24px;
    border: 1px solid var(--brand-color);
    background-color: var(--brand-color);
}

.contact-us-section .contact-info-wrap {
    padding: 24px;
    border-radius: 12px;
    background-color: var(--brand-color-orange-50);
}

.contact-us-section .contact-info-wrap .contact-info-item {
    display: flex;
    gap: 15px;
}

.contact-us-section .contact-info-wrap .contact-info-item i {
    color: var(--brand-color);
}

.contact-us-section .contact-info-wrap .contact-info-item h6 {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.back-to-action {
    padding: 20px;
    background-color: var(--brand-color-orange-50);
}

.campaign-details-section .campaign-heading {
    border-radius: 12px;
    padding: 24px;
    background-color: var(--brand-color-orange-50);
}

.campaign-details-section .campaign-heading h1 {
    color: var(--brand-color);
    font-weight: 600;
    font-size: 36px;
    line-height: 116%;
}

.campaign-details-section .campaign-heading span {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.campaign-details-section .campaign-heading img {
    border-radius: 12px;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.campaign-details-section .campaign-content .nav-tabs .nav-link {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    border-bottom: 1px solid var(--brand-gray-black-50);
}

.campaign-details-section .campaign-content .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: var(--brand-gray-black-50);
}

.campaign-details-section .campaign-content .nav-tabs .nav-link.active {
    color: var(--brand-color);
    border-color: transparent;
    border-bottom-color: var(--brand-color);
}

.campaign-details-section .project-leader-wrap,
.campaign-details-section .campaign-open-donations,
.campaign-details-section .campaign-details,
.campaign-details-section .campaign-donors {
    border-radius: 12px;
    padding: 24px;
    background-color: var(--bs-white);
}

.campaign-details-section .campaign-open-donations h1 {
    color: var(--bs-black);
    font-weight: 600;
    font-size: 36px;
    line-height: 116%;
}

.campaign-details-section .campaign-open-donations p span {
    color: var(--brand-gray-black-500);
}

.campaign-details-section .campaign-open-donations .campaign-stats {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 1rem !important;
}

.campaign-details-section .campaign-open-donations .campaign-stats>div {
    position: relative;
    padding: 0 12px;
}

.campaign-details-section .campaign-open-donations .campaign-stats>div:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: var(--brand-gray-black-100);
}

.campaign-details-section .campaign-open-donations .campaign-stats h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}

.campaign-details-section .campaign-open-donations .campaign-stats span {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}

.campaign-details-section .campaign-open-donations .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 1.1rem;
}

.campaign-details-section .campaign-open-donations .btn-donate-now {
    color: var(--bs-white);
    background-color: var(--brand-color);
}

.campaign-details-section .campaign-open-donations .btn-share-campaign {
    color: var(--brand-gray-black-400);
    border: 1px solid var(--brand-gray-black-100);
    background-color: var(--bs-white);
}

.campaign-details-section .campaign-open-donations .protected-wrap {
    color: #1B5D3F;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    border-radius: 12px;
    padding: 16px;
    background-color: #EEF7F2;
}

.campaign-details-section .project-leader-wrap h1,
.campaign-details-section .campaign-details h1,
.campaign-details-section .campaign-donors h1 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 1rem;
}

.campaign-details-section .campaign-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.campaign-details-section .campaign-details ul li {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: .8rem;
}

.campaign-details-section .campaign-details ul li span:first-child {
    color: var(--brand-gray-black-300);
}

.campaign-details-section .campaign-details ul li span:last-child {
    color: var(--brand-gray-black-600);
}

.campaign-details-section .campaign-donors .project-leader-wrap .project-team .project-lead,
.campaign-details-section .campaign-donors .recent-donors .single-donor {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #E9E9EA;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.campaign-details-section .campaign-donors .recent-donors .btn-view-donors {
    color: var(--brand-gray-black-400);
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    width: 100%;
    padding: 12px;
    border: 1px solid #D2D2D5;
    border-radius: 12px;
}

/* story timeline */
.campaign-details-section .campaign-content .story-timeline p {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.campaign-details-section .campaign-content .story-timeline p b {
    color: var(--brand-gray-black-500);
    font-weight: 500;
}

.campaign-details-section .campaign-content .story-timeline .story-highlight {
    padding: 24px;
    border-left: 2px solid var(--brand-color);
    background-color: var(--brand-color-orange-50);
}

.campaign-details-section .campaign-content .story-timeline .story-item {
    border-radius: 12px;
    padding: 16px;
    border: 1px solid var(--brand-gray-black-100);
}

.campaign-details-section .campaign-content .story-timeline .story-item h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}

.campaign-details-section .campaign-content .story-timeline .story-item p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.campaign-details-section .campaign-content .story-timeline .story-item.active {
    background-color: var(--brand-color-orange-50);
    border-color: var(--brand-color);
}

/* updates timeline */
.campaign-details-section .campaign-content .updates-timeline .update-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--brand-gray-black-50);
}

.campaign-details-section .campaign-content .updates-timeline .update-item span {
    color: var(--brand-gray-black-300);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
}

.campaign-details-section .campaign-content .updates-timeline .update-item h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    margin: 1rem 0;
}

.campaign-details-section .campaign-content .updates-timeline .update-item p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

/* comment timeline */
.campaign-details-section .campaign-content .comments-timeline .btn {
    color: var(--bs-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    border-radius: 8px;
    padding: 10px 24px;
    background-color: var(--brand-color);
}

.campaign-details-section .campaign-content .comments-timeline .comment-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--brand-gray-black-50);
}

.campaign-details-section .campaign-content .comments-timeline .comment-item h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.campaign-details-section .campaign-content .comments-timeline .comment-item h6 span {
    color: #2D8A5E;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
}

.campaign-details-section .campaign-content .comments-timeline .comment-item p.comment-info {
    color: #9F9F9F;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
}

.campaign-details-section .campaign-content .comments-timeline .comment-item p.post-comment {
    color: #9F9F9F;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
}

.campaign-details-section .campaign-content .comments-timeline .comment-item p.comment-likes {
    color: var(--brand-error-red-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
}

.stats-and-actions .available-gift-vouchers {
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(279deg, #F0B842 0%, #F8A80F 45.6%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.stats-and-actions .available-gift-vouchers h6 {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.stats-and-actions .available-gift-vouchers h4 {
    color: var(--bs-white);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 18px 0;
}

.stats-and-actions .available-gift-vouchers p {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.3rem;
}

/* .stats-and-actions .available-gift-vouchers .ellipse-wrap {
    position: relative;
    width: 100%;
}

.stats-and-actions .available-gift-vouchers .ellipse-wrap .ellipse-1 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -7px;
    top: -24px;
    fill: rgba(255, 255, 255, 0.20);
}

.stats-and-actions .available-gift-vouchers .ellipse-wrap .ellipse-2 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -33px;
    top: -12px;
    fill: rgba(255, 255, 255, 0.20);
} */


.stats-and-actions .available-gift-vouchers .ellipse-1,
.stats-and-actions .available-gift-vouchers .ellipse-2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.stats-and-actions .available-gift-vouchers .ellipse-1 {
    width: 80px;
    height: 80px;
    right: -20px;
    top: -20px;
}

.stats-and-actions .available-gift-vouchers .ellipse-2 {
    width: 100px;
    height: 100px;
    right: -40px;
    top: 10px;
}

.stats-and-actions .available-gift-vouchers .btn {
    width: 100%;
    padding: 16px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--brand-color-orange-100);
    background: var(--brand-color-orange-50);
    border-color: var(--brand-color-orange-50);
}

.stats-and-actions .available-gift-vouchers hr {
    border-color: rgba(255, 255, 255, 0.5);
    margin: 20px 0;
}

.stats-row .available-gift-vouchers h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.stats-row .available-gift-vouchers p {
    font-size: 14px;
    margin: 0;
}

.stats-row .border-start,
.stats-row .border-end {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.stats-and-actions .action-card {
    border-radius: 8px;
    border: 1px solid var(--brand-color-orange-100);
    background: var(--brand-color-orange-50);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    height: 126px;
}

.stats-and-actions .action-card p,
.stats-and-actions .action-card .btn span {
    color: var(--brand-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
    height: 100%;
}

.stats-and-actions .overall-stats-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    /* flex-wrap: wrap; */
    gap: 12px;
    height: 100%;
}

.stats-and-actions .overall-stats-card>div {
    width: 25%;
    text-align: center;
}

.stats-and-actions .overall-stats-card h6 {
    color: var(--brand-color);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.stats-and-actions .overall-stats-card p {
    color: var(--brand-gray-black-300);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.stats-and-actions .overall-stats-card .action-card {
    flex: 0 0 25%;
}

/* avatar */
.avatar {
    color: var(--bs-white);
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    border-radius: 30px;
}

.avatar-y {
    background-color: #FFD700;
}

.avatar-y-500 {
    background-color: #EAAA0A;
}

.avatar-p {
    background-color: #E91E8C;
}

.orders-wrapper .page-heading,
.follow-us-wrapper .page-heading,
.edit-profile-wrapper .page-heading,
.change-password-wrapper .page-heading {
    color: var(--brand-gray-black-500);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.edit-profile-wrapper .profile-picture-section {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #F2F2F2;
}

.edit-profile-wrapper .profile-picture-section img {
    width: 96px;
    height: 96px;
    border-radius: 96px;
}

.edit-profile-wrapper .profile-picture-section .icon-camera {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--brand-color);
}

.edit-profile-wrapper .profile-picture-section p {
    color: #A7A7A7;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.edit-profile-wrapper .label,
.change-password-wrapper .label {
    color: var(--brand-gray-black-450);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.edit-profile-wrapper .form-control,
.change-password-wrapper .form-control {
    padding: 15px;
    border-radius: 10px;
    background: #F2F2F2;
}

.edit-profile-wrapper .btn,
.change-password-wrapper .btn-cancel,
.change-password-wrapper .btn {
    color: var(--bs-white);
    height: 50px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: var(--brand-color);
}

.change-password-wrapper .password-requirements {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    background: #F3F4F6;
}

.change-password-wrapper .password-requirements h6 {
    color: var(--brand-gray-black-450);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.languages-wrapper .page-sub-heading,
.change-password-wrapper .page-sub-heading,
.follow-us-wrapper .page-sub-heading {
    color: var(--brand-gray-black-450);
    font-weight: 500;
}

.languages-wrapper .languages {
    border-radius: 16px;
    padding: 16px;
    background: #F9FAFB;
}

.languages-wrapper .languages .language {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E9EA;
}

.languages-wrapper .languages .language h6 {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.languages-wrapper .languages .language p {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.languages-wrapper .languages .language .fa-check-circle {
    color: var(--brand-color);
    font-size: 22px;
}

.change-password-wrapper .password-requirements ul li {
    color: var(--brand-gray-black-300);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.change-password-wrapper .btn-cancel {
    color: var(--brand-color);
    text-align: center;
    text-decoration: none;
    background-color: var(--bs-white);
    border: 1px solid var(--brand-color);
    display: block;
}

.toggle-password-wrap {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.follow-us-wrapper .social-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    border-radius: 12px;
    border-width: 1px;
    padding: 24px;
    border: 1px solid #F4F4F4;
    background: #F9FAFB;
}

.follow-us-wrapper .social-wrap .social-icon {
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 99px;
    padding: 12px;
}

.follow-us-wrapper .social-wrap .social-info h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.follow-us-wrapper .social-wrap .fa-angle-right {
    color: var(--brand-gray-black-400);
}

.follow-us-wrapper .social-wrap .social-icon.facebook {
    background: #155DFC;
}

.follow-us-wrapper .social-wrap .social-icon.twitter {
    background: #00A6F4;
}

.follow-us-wrapper .social-wrap .social-icon.tiktok {
    background: #070707;
}

.follow-us-wrapper .social-wrap .social-icon.instagram {
    background: linear-gradient(135deg, #9810FA 0%, #E60076 50%, #FF6900 100%);
}

.follow-us-wrapper .social-wrap .social-icon.linkedin {
    background: #1447E6;
}

.follow-us-wrapper .social-wrap .social-icon.youtube {
    background: #E7000B;
}

.follow-us-wrapper .social-wrap .social-info p {
    margin-bottom: 0;
}

.orders-wrapper .order-wrap {
    display: flex;
    justify-content: space-between;
    opacity: 1;
    border-radius: 12px;
    border-width: 1px;
    padding: 24px;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.orders-wrapper .order-wrap h5 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
}

.orders-wrapper .order-wrap p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.orders-wrapper .order-wrap p.tracking-no {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.orders-wrapper .order-wrap h6 {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: right;
}

.orders-wrapper .order-wrap .order-badge {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    padding: 6px 12px;
    border-radius: 99px;
    border: 1px solid transparent;
}

.orders-wrapper .order-wrap .order-badge.delivered {
    color: #008236;
    border-color: #B9F8CF;
    background: #DCFCE7;
}

.orders-wrapper .order-wrap .order-badge.processing {
    color: #F97338;
    border-color: #FFD6C4;
    background: #FFF7ED;
}

.orders-wrapper .order-wrap .order-badge.cancelled {
    color: #F44263;
    border-color: #FFC7D1;
    background: #FFF1F2;
}

.orders-wrapper .order-wrap .order-badge.in-transit {
    color: #1447E6;
    border-color: #BEDBFF;
    background: #DBEAFE;
}

.tokens-nav-tabs-wrapper .nav-link {
    color: var(--brand-gray-black-300);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.tokens-nav-tabs-wrapper .nav-link.active {
    color: var(--brand-color);
}

.tokens-nav-tabs-wrapper .tab-content {
    padding: 2rem 0;
}

.tokens-nav-tabs-wrapper .token-package {
    position: relative;
    width: 100%;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E5E7EB;
    background: var(--bs-white);
}

.tokens-nav-tabs-wrapper .token-package.popular {
    background: #FBF4E6;
    border-color: #E4B654;
}

.tokens-nav-tabs-wrapper .token-package .badge {
    position: absolute;
    top: -10px;
    right: 20px;
    color: var(--bs-white);
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    border-radius: 99px;
    padding: 6px 12px;
}

.tokens-nav-tabs-wrapper .token-package .badge.popular {
    background: var(--brand-color);
}

.tokens-nav-tabs-wrapper .token-package .badge.discount {
    background: #00C950;
}

.tokens-nav-tabs-wrapper .token-details {
    text-decoration: none;
}

.tokens-nav-tabs-wrapper .token-package .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 36px;
    background: #FFAC00;
    margin: auto;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
}

.tokens-nav-tabs-wrapper .token-package .icon i {
    color: var(--bs-white);
}

.tokens-nav-tabs-wrapper h6 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.tokens-nav-tabs-wrapper a.text-decoration-none {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.tokens-nav-tabs-wrapper p {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.tokens-nav-tabs-wrapper .token-package p.text-brand {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.tokens-nav-tabs-wrapper .token-package p.text-del {
    color: var(--brand-gray-black-200);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: line-through;
    margin-bottom: 0;
}

.tokens-nav-tabs-wrapper .btn-top-up {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    border-radius: 8px;
    padding: 12px;
    height: 50px;
    background-color: var(--brand-color);
}

.top-up-credits-wrap .bg-credit {}

.top-up-credits-wrap {}

.tokens-nav-tabs-wrapper {}

.event-details-section h1 {
    color: var(--bs-black);
    font-weight: 600;
    font-size: 36px;
    line-height: 124%;
    letter-spacing: 0%;
    margin-bottom: 2rem;
}

.event-details-section .event-info i {
    color: var(--brand-color);
    font-size: 20px;
}

.event-details-section .event-info p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0%;
    margin-bottom: .3rem;
}

.event-details-section .event-info p:last-child {
    color: var(--brand-gray-black-500);
    margin-bottom: 0;
}

.event-details-section h5 {
    color: var(--bs-black);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
}

.event-details-section p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.event-details-section .event-organizer {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.event-details-section .event-organizer h6 {
    color: var(--brand-gray-black-500);
    font-weight: 600;
    font-size: 20px;
    line-height: 116%;
    letter-spacing: 0%;
}

.event-details-section .event-organizer p {
    color: #9F9F9F;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: 0%;
}

.event-details-section .event-organizer p:last-child {
    margin-bottom: 0;
}

.event-details-section .event-registration {
    padding: 24px;
    border-radius: 12px;
    border-width: 1px;
    border: 1px solid #E9E9EA;
}

.event-details-section .event-registration h6 {
    color: var(--bs-black);
    font-weight: 400;
    font-size: 20px;
    line-height: 132%;
    letter-spacing: 0%;
}

.event-details-section .event-registration span {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.event-details-section .event-registration span:last-child {
    color: var(--brand-gray-black-300);
}

.event-details-section .event-registration .event-progress-bar,
.auth-wrapper .contribution-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: #c58a00;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.event-details-section .event-registration .event-registration-form label {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.event-details-section .event-registration .event-registration-form .form-control {
    padding: 24px;
    border-radius: 12px;
    background-color: #F3F3F5;
}

.event-details-section .event-registration .event-registration-form .btn {
    color: var(--bs-white);
    padding: 12px;
    border-radius: 12px;
    background-color: var(--brand-color);
}

.eco-weel-section .monthly-contribution,
.food-programme-section .monthly-contribution,
.network-fee-section .monthly-contribution {
    border-radius: 12px;
    padding: 24px;
    background-color: var(--brand-color-orange-50);
}

.eco-weel-section .monthly-contribution p,
.food-programme-section .monthly-contribution p,
.network-fee-section .monthly-contribution p {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.eco-weel-section .monthly-contribution h1,
.food-programme-section .monthly-contribution h1,
.network-fee-section .monthly-contribution h1 {
    color: var(--brand-color);
    font-weight: 600;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    text-align: center;
}

.eco-weel-section .monthly-contribution h1 span,
.food-programme-section .monthly-contribution h1 span,
.network-fee-section .monthly-contribution h1 span {
    color: var(--brand-gray-black-600);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
}

.food-programme-section .sustainable-approach h1,
.food-programme-section .sustainable-approach h1,
.network-fee-section .fee-covers-wrap h1 {
    color: var(--brand-gray-black-600);
    font-weight: 600;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    margin: 2rem 0;
}

.network-fee-section .fee-covers-wrap .fee-covers-propery {
    display: flex;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.network-fee-section .fee-covers-wrap .network-benefits,
.eco-weel-section .eco-weel-system .solutions-benefits {
    border-radius: 12px;
    padding: 24px;
    border-width: 1px;
    background-color: var(--brand-color-orange-50);
}

.network-fee-section .fee-covers-wrap .network-benefits i,
.eco-weel-section .eco-weel-system .solutions-benefits i {
    color: var(--brand-color);
}

.network-fee-section .fee-covers-wrap .network-benefits p,
.eco-weel-section .eco-weel-system .solutions-benefits p,
.food-programme-section .sustainable-approach p,
.eco-weel-section .eco-weel-system .solutions-benefits p strong,
.network-fee-section .fee-covers-wrap .network-benefits p strong {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.network-fee-section .fee-covers-wrap .network-benefits p strong,
.eco-weel-section .eco-weel-system .solutions-benefits p strong {
    color: var(--brand-gray-black-500);
}

.food-programme-section .sustainable-approach p {
    color: var(--brand-gray-black-400);
}

.food-programme-section .sustainable-approach-property,
.eco-weel-system .system-property {
    border-radius: 12px;
    padding: 24px;
    border-width: 1px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.food-programme-section .sustainable-approach-property {
    margin: auto;
    margin-bottom: 1.5rem;
}

.food-programme-section .food-contribution {
    display: flex;
    gap: 20px;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 2rem;
}

.food-programme-section .food-contribution .contribution-badge {
    color: var(--bs-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 8px;
    border-width: 1px;
    background-color: var(--brand-color);
}

.eco-weel-system .system-property {
    display: flex;
    gap: 20px;
    text-align: left;

}

.eco-weel-system .system-property .icon {
    background-color: var(--brand-color);
    border-radius: 8px;
    padding: 8px;
    border-width: 1px;
}

.terms-and-conditions-section h1 {
    color: var(--brand-gray-black-600);
    font-weight: 600;
    font-size: 36px;
    line-height: 124%;
    letter-spacing: 0%;
}

.terms-and-conditions-section p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.terms-and-conditions-section .brand-hr {
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--brand-color);
}

.terms-and-conditions-section .seciton-1 .brand-hr {
    width: 29%;
}

.terms-and-conditions-section .seciton-2 .brand-hr {
    width: 30.5%;
}

.terms-and-conditions-section .seciton-3 .brand-hr {
    width: 29%;
}

.terms-and-conditions-section .seciton-4 .brand-hr {
    width: 25.5%;
}

.terms-and-conditions-section .seciton-5 .brand-hr {
    width: 15%;
}

.terms-and-conditions-section .seciton-6 .brand-hr {
    width: 34.5%;
}

.terms-and-conditions-section .seciton-7 .brand-hr {
    width: 28.5%;
}

.terms-and-conditions-section .seciton-8 .brand-hr {
    width: 26%;
}

.terms-and-conditions-section .seciton-9 .brand-hr {
    width: 25%;
}

.terms-and-conditions-section .seciton-10 .brand-hr {
    width: 24.5%;
}

.terms-and-conditions-section .seciton-11 .brand-hr {
    width: 15.7%;
}

.terms-and-conditions-section h5 {
    color: var(--brand-gray-black-600);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-bottom: 5px;
}

.terms-and-conditions-section .outer-ul,
.terms-and-conditions-section .inner-ul {
    list-style-type: disc;
}

.terms-and-conditions-section .outer-ul li,
.terms-and-conditions-section .inner-ul li {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: .5rem;
}

.terms-and-conditions-section .outer-ul li span,
.terms-and-conditions-section .inner-ul li span {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .heading {
    color: var(--brand-gray-black-600);
    font-weight: 600;
    font-size: 32px;
    line-height: 116%;
    letter-spacing: 0%;
    margin-bottom: 3rem;
    text-align: center;
}

.auth-wrapper .heading-subline {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
}

.auth-wrapper label {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 0.6rem;
    display: block;
}

.auth-wrapper .form-control {
    border-radius: 12px;
    padding: 24px;
    background: #F3F3F5;
}

.auth-wrapper .text-remember-me {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .btn-submit {
    color: var(--bs-white);
    padding: 12px 24px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0.8rem;
    border: 1px solid var(--brand-color);
    background: var(--brand-color);
}

.auth-wrapper .a-link {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-decoration: none;
}

.auth-wrapper .bottom-line-text {
    margin-top: 3rem;
    text-align: center;
}

.auth-wrapper .bottom-line-text a {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.auth-wrapper .bottom-line-text span {
    color: var(--brand-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
}

.auth-wrapper .toggle-password-wrap i {
    right: 28px;
    bottom: 28px;
    font-size: 20px;
}

#get-the-full-experience-modal .mobile-app {
    width: 386px;
    height: 464px;
}

#get-the-full-experience-modal h4 {
    color: var(--brand-gray-black-500);
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

#get-the-full-experience-modal p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 1.5rem;
}

#get-the-full-experience-modal .modal-header,
#get-the-full-experience-modal .modal-body {
    padding: 80px;
}

.auth-wrapper .btn-google-login {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    background-color: var(--brand-gray-black-50);
}

/* Stepper */
.auth-wrapper .stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.auth-wrapper .step {
    text-align: center;
}

.auth-wrapper .circle {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #F6F5F4;
    color: var(--brand-gray-black-300);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
}

.auth-wrapper .step.active .circle {
    background: var(--brand-color);
    color: #fff;
}

.auth-wrapper .step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin: 1rem 0;
}

.auth-wrapper .step.active p {
    color: var(--brand-color);
}

/* Lines */
.auth-wrapper .line {
    width: 60px;
    height: 1px;
    background: #E7E7E7;
    margin: 0 10px;
    margin-top: -30px;
}

.auth-wrapper .chain-of-deeds-network-package {
    border-radius: 12px;
    border-width: 1px;
    padding: 24px;
    background-color: #FBF4E666;
}

.auth-wrapper .chain-of-deeds-network-package h6 {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0.8rem 0;
}

.auth-wrapper .chain-of-deeds-network-package h6 span {
    color: var(--brand-gray-black-200);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .chain-of-deeds-network-package p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    margin-bottom: 0;
}

.auth-wrapper .or-divider hr {
    flex: 1;
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 0;
}

.auth-wrapper .or-divider span {
    color: #2A2A2A;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.auth-wrapper .agree-to-join label {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .split-your-contribution {
    border-radius: 12px;
    opacity: 1;
    padding: 24px;
    background-color: var(--brand-color-orange-50);
}

.auth-wrapper .split-your-contribution h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 1rem;
}

.auth-wrapper .split-your-contribution .contribution-package {
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.auth-wrapper .split-your-contribution .contribution-package h6 {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0%;
}

.auth-wrapper .split-your-contribution .contribution-package h6 span {
    color: var(--brand-gray-black-200);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .contribution-info {
    display: flex;
    gap: 10px;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid var(--brand-color);
}

.auth-wrapper .contribution-info i {
    color: var(--brand-color);
}

.auth-wrapper .contribution-info p {
    color: var(--brand-gray-black-300);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .contribution-info p strong {
    color: var(--brand-gray-black-400);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .authorise-payment-wrap .payment-method-option {
    border-radius: 12px;
    padding: 24px;
    background-color: #F3F3F5;
}

.auth-wrapper .authorise-payment-wrap .payment-method-option .form-check-input {
    width: 24px;
    height: 24px;
    border-color: var(--brand-gray-black-200);
}

.auth-wrapper .authorise-payment-wrap .payment-method-option .form-check-input:checked[type=radio] {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}


.auth-wrapper .authorise-payment-wrap .payment-method-option .form-check-label {
    color: var(--brand-gray-black-500);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.auth-wrapper .form-box {
    display: none;
}

.auth-wrapper .form-box.active {
    display: block;
}















/* Loader Overly */
.disable-actions {
    pointer-events: none;
    user-select: none;
}

body.disable-actions .loader-overlay {
    display: flex !important;
}

.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 20, 0.65);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    opacity: 1;
    visibility: visible;
    transition: glow .4s ease;
}

/* Fade Out */
.loader-overlay.fade-out {
    opacity: 0;
    visibility: hidden;
}

/* Center Box */
.loader-box {
    position: relative;
    text-align: center;
    padding: 40px 50px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.loader-box img {
    position: absolute;
    top: 23%;
    left: 32%;
    width: 80px;
    animation: fadeText 1.5s ease-in-out infinite alternate;
}

/* Spinner Ring */
.loader-spinner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-top: 4px solid #ffffff;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

/* Logo Centered */
.loader-logo {
    position: absolute;
    top: 100px;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    animation: pulse 1.8s ease-in-out infinite alternate;
}

/* Loading Text */
.loader-text {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffffcc;
}

/* toastr */
#toastr-content {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: var(--bs-white);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background: #333;
    height: auto;
    min-height: 45px;
    width: auto;
    min-width: 200px;
    max-width: 350px;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#toastr-wrap.toastr-show #toastr-content {
    opacity: 1;
    transform: translateY(0);
}

#toastr-wrap.toastr-success #toastr-content {
    background: #10b981;
}

#toastr-wrap.toastr-error #toastr-content {
    background: #ef4444;
}

#toastr-wrap.toastr-warning #toastr-content {
    background: #f59e0b;
}

#toastr-wrap.toastr-info #toastr-content {
    background: #3b82f6;
}

.footer-section {
    padding: 80px 140px 20px 140px;
    background: #020408;
}

.footer-section .footer-content .footer-brand-info .footer-logo {
    width: 60px;
    height: 60px;
}

.footer-section .footer-content .footer-brand-info h6 {
    color: var(--bs-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
}

.footer-section .footer-content .footer-brand-info p {
    max-width: 368px;
}

.footer-section .footer-content .stay-updated p {
    max-width: 339px;
}

.footer-section .footer-content .footer-brand-info p,
.footer-section .footer-content .stay-updated p,
.footer-section .footer-bottom p {
    color: var(--brand-color-orange-50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer-section .footer-content .footer-brand-info .footer-social-badges {
    display: flex;
    gap: 10px;
}

.footer-section .footer-content .footer-brand-info .footer-social-badges a {
    width: 24px;
    height: 24px;
    text-decoration: none;
}

.footer-section .footer-content .utility-links h6,
.footer-section .footer-content .stay-updated h6 {
    color: var(--bs-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer-section .footer-content .utility-links a {
    color: var(--brand-color-orange-50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
}

.footer-section .footer-content .stay-updated .input-group {
    gap: 10px;
    max-width: 339px;
}

.footer-section .footer-content .stay-updated .input-group .form-control {
    color: var(--brand-gray-black-50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 8px !important;
    border: 1px solid #49494C;
    background: rgba(255, 255, 255, 0.20);
}

.footer-section .footer-content .stay-updated .input-group .form-control::placeholder {
    color: var(--bs-white);
    opacity: 1;
}

.footer-section .footer-content .stay-updated .input-group .btn-subscribe-newsletter {
    color: var(--brand-color-orange-50);
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 8px !important;
    background: var(--brand-color);
}

.footer-section .footer-line {
    margin: auto;
    height: 2px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.20);
}

.merchandise-section .product-wrap,
.membership-section .membership-package,
.events-section .event-wrap,
.projects-section .project-wrap,
.our-mission-section .mission-card,
.our-core-value-section .core-value-card,
.campaign-details-section .project-leader-wrap,
.campaign-details-section .campaign-open-donations,
.campaign-details-section .campaign-details,
.campaign-details-section .campaign-donors,
.network-fee-section .fee-covers-wrap .network-benefits,
.eco-weel-section .eco-weel-system .solutions-benefits,
.eco-weel-section .eco-weel-system .solutions-benefits,
.food-programme-section .food-contribution,
.food-programme-section .sustainable-approach-property,
.eco-weel-system .system-property,
.chain-of-deeds-network-package,
.auth-wrapper .split-your-contribution .contribution-package {
    position: relative;
    flex: 1;
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}

.membership-section .membership-package::before,
.merchandise-section .product-wrap::before,
.events-section .event-wrap::before,
.projects-section .project-wrap::before,
.our-mission-section .mission-card::before,
.our-core-value-section .core-value-card::before,
.campaign-details-section .project-leader-wrap::before,
.campaign-details-section .campaign-open-donations::before,
.campaign-details-section .campaign-details::before,
.campaign-details-section .campaign-donors::before,
.network-fee-section .fee-covers-wrap .network-benefits::before,
.eco-weel-section .eco-weel-system .solutions-benefits::before,
.food-programme-section .food-contribution::before,
.food-programme-section .sustainable-approach-property::before,
.eco-weel-system .system-property::before,
.chain-of-deeds-network-package::before,
.auth-wrapper .split-your-contribution .contribution-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(270deg, var(--brand-secondary-color-brown-500) 0%, var(--brand-color) 100%);
    -webkit-mask:
        linear-gradient(var(--bs-white) 0 0) content-box,
        linear-gradient(var(--bs-white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 12px;
    z-index: -1;
}

.text-brand {
    color: var(--brand-color) !important;
}

.custom-badge {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 10px 16px;
    border-radius: 99px;
    margin-bottom: 25px;
}

.project-statuses-wrap .progress-steps {
    position: relative;
}

.project-statuses-wrap .progress-steps::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.project-statuses-wrap .step {
    position: relative;
    z-index: 2;
    flex: 1;
}

.project-statuses-wrap .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: var(--bs-white);
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.project-statuses-wrap .step.completed .circle {
    background: var(--brand-color);
    border-color: var(--brand-color);
    color: var(--bs-white);
}

.project-statuses-wrap .step.active .circle {
    border: 2px solid var(--brand-color);
    background: var(--bs-white);
}

.project-statuses-wrap .step.completed~.step::before {
    background: #ddd;
}

.project-statuses-wrap .progress-steps .step.completed::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 38%;
    width: 100%;
    height: 2px;
    background: var(--brand-color);
    z-index: -1;
}

.project-statuses-wrap .step:first-child {
    text-align: left;
}

.project-statuses-wrap .step:last-child {
    text-align: right;
}

.project-statuses-wrap .step:first-child .circle {
    margin-left: 0;
    margin-right: auto;
}

.project-statuses-wrap .step:last-child .circle {
    margin-left: auto;
    margin-right: 0;
}

.project-statuses-wrap .step p {
    font-size: 14px;
    margin: 0;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeText {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

































/* Responsive */
@media (max-width: 991.98px) {
    .topbar .container {
        text-align: center;
    }

    .topbar .container.d-flex {
        flex-direction: column;
    }

    .topbar .d-flex.align-items-center.gap-2 {
        justify-content: space-between;
        width: 100%;
    }

    .topbar .d-flex.align-items-center.gap-2 a {
        text-decoration: none;
    }

    .navbar .navbar-brand img {
        width: 38px;
        height: 38px;
    }

    .navbar-toggler {
        color: var(--brand-color);
        border: 0;
        padding: 0 2px;
    }

    .navbar-toggler.user-profile-link {
        color: var(--brand-color);
        font-size: 22px;
        margin-top: 2px;
        text-decoration: none;
    }

    .navbar-toggler.user-profile-link .dropdown-toggle {
        color: var(--brand-color);
    }

    .navbar-toggler.user-profile-link .dropdown-menu {
        right: -30px;
    }

    .navbar-toggler.user-profile-link .dropdown-toggle::after {
        display: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 18%;
        right: -100%;
        width: 80%;
        max-width: 400px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9999;
        display: block !important;
        overflow-y: auto;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
        border-left: 1px solid rgba(215, 146, 0, 0.15);
    }

    .navbar-collapse.show {
        right: 20px;
        border-radius: 0 0 12px 12px;
    }

    .navbar-collapse.show~.container::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 9998;
        animation: fadeIn 0.3s ease;
    }

    /* .navbar-collapse .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        padding-right: 60px;
        border-bottom: 1px solid rgba(215, 146, 0, 0.15);
        background: linear-gradient(135deg, var(--bs-white) 0%, var(--brand-color-orange-50) 100%);
        position: relative;
        overflow: hidden;
    } */

    /* .navbar-collapse .menu-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--brand-color), var(--brand-secondary-color-brown-500), var(--brand-color));
        background-size: 200% 100%;
        animation: gradientMove 3s ease infinite;
    } */

    .navbar-collapse .menu-logo img {
        height: 42px;
        width: auto;
        transition: transform 0.3s ease;
    }

    .navbar-collapse .menu-logo img:hover {
        transform: scale(1.05);
    }

    .navbar-collapse .close-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
        cursor: pointer;
        font-size: 32px;
        color: #999999;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 999;
    }

    .navbar-collapse .close-menu:hover {
        color: var(--brand-color);
        transform: rotate(90deg);
        background: rgba(215, 146, 0, 0.1);
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 24px;
    }

    .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
        opacity: 0;
        transform: translateX(20px);
        transition: all 0.4s ease;
        transition-delay: calc(0.05s * var(--item-index, 0));
    }

    .navbar-collapse.show .navbar-nav .nav-item {
        opacity: 1;
        transform: translateX(0);
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
        --item-index: 1;
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
        --item-index: 2;
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
        --item-index: 3;
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
        --item-index: 4;
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
        --item-index: 5;
    }

    .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
        --item-index: 6;
    }

    .navbar-collapse .navbar-nav .nav-link {
        font-size: 18px;
        padding: 16px 20px !important;
        display: inline-block;
        color: #2c3e50;
        transition: all 0.3s ease;
        border-radius: 12px;
        position: relative;
        font-weight: 500;
        letter-spacing: 0.3px;
        border: 0;
    }

    .navbar-collapse .navbar-nav .nav-link:hover,
    .navbar-collapse .navbar-nav .nav-link.active {
        color: var(--brand-color);
        font-weight: 600;
    }

    .navbar-collapse .d-flex {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px 25px 35px;
        gap: 12px;
        margin-top: 10px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
        transition-delay: 0.3s;
    }

    .navbar-collapse.show .d-flex {
        opacity: 1;
        transform: translateY(0);
    }

    .navbar-collapse.show .gap-3.align-items-center {
        display: none !important;
    }

    .navbar-collapse .btn {
        width: 100%;
        max-width: 280px;
        margin: 5px 0;
        transition: all 0.3s ease !important;
        border-radius: 50px !important;
        font-weight: 500 !important;
        letter-spacing: 0.5px !important;
    }

    .navbar-collapse .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(215, 146, 0, 0.2);
    }

    .navbar-toggler:focus {
        box-shadow: unset !important;
        outline: none;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 4px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--brand-color), var(--brand-secondary-color-brown-500));
        border-radius: 4px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background: var(--brand-color);
    }

    .navbar-toggler .navbar-toggler-icon {
        transition: transform 0.3s ease;
    }

    .hero-section h1 {
        font-size: 32px;
        line-height: 132%;
    }

    .hero-section p {
        margin: 1.5rem 0 !important;
        line-height: 160%;
    }

    .what-is-chain-of-deeds-section,
    .what-is-chain-of-deeds-section .container,
    .membership-section,
    .milestone-section,
    .our-vision-section,
    .merchandise-section,
    .projects-section,
    .events-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .our-journey-section .container,
    .our-core-value-section .container,
    .join-ad-section .container,
    .contact-us-section .container,
    .campaign-details-section .container,
    .our-mission-section .container {
        margin: 0 !important;
        margin-bottom: 0 !important;
    }

    .what-is-chain-of-deeds-section {
        background-position: 100% bottom;
        background-size: 120%;
    }

    .what-is-chain-of-deeds-section h1 span {
        font-size: 12px;
    }

    .what-is-chain-of-deeds-section .d-flex {
        display: block !important;
    }

    .what-is-chain-of-deeds-section .d-flex .btn,
    .what-is-chain-of-deeds-section .d-flex .the-chain-images,
    .what-is-chain-of-deeds-section .d-flex .chain-together {
        margin-bottom: 1rem;
    }

    .what-is-chain-of-deeds-section .chain-communities {
        margin-top: 25px;
        height: 250px;
    }

    .what-is-chain-of-deeds-section .chain-communities img:first-child,
    .what-is-chain-of-deeds-section .chain-communities img:last-child {
        width: 160px;
        height: 171px;
    }

    .custom-badge {
        font-size: 12px;
    }

    .membership-section h1,
    .milestone-section h2,
    .our-vision-section h1,
    .our-journey-section h1,
    .our-core-value-section h1,
    .join-ad-section .join-ad-wrap h1,
    .contact-us-section h1,
    .contact-us-section .contact-form-wrap h4,
    .our-mission-section h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 124%;
    }

    .join-ad-section .join-ad-wrap .d-flex {
        display: block !important;
    }

    .join-ad-section .join-ad-wrap .btn {
        display: block !important;
        width: 100%;
        margin-bottom: 1rem;
    }

    .our-vision-section .vision-stats {
        width: 100%;
    }

    .our-vision-section .btn {
        width: 100%;
    }

    .our-vision-section .vision-media {
        margin-top: 25px;
    }

    .our-vision-section img:first-child {
        left: 25%;
        top: 25%;
    }

    .our-vision-section .vision-media img:last-child {
        width: 100%;
    }

    .our-journey-section .btn,
    .contact-us-section .form-wrapper {
        margin-bottom: 2rem;
    }

    .campaign-details-section .campaign-content .nav-tabs {
        justify-content: center;
    }

    .campaign-details-section .campaign-content .nav-tabs .nav-link {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
    }

    #get-the-full-experience-modal .mobile-app {
        width: 100%;
        height: 100%;
    }

    .footer-section {
        padding: 30px 20px !important;
    }

    .footer-section .container {
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 358px;
    }

    .chain-communities {
        height: auto;
        display: flex;
        gap: 10px;
    }

    .chain-communities img {
        position: static;
        width: 48%;
        height: auto;
    }

    .vision-stats div {
        padding: 25px 15px;
    }

    .vision-stats h5 {
        font-size: 32px;
    }

    .vision-stats h6 {
        font-size: 13px;
    }

    .campaign-details-section .campaign-open-donations .campaign-stats {
        gap: 16px;
    }

    .campaign-details-section .campaign-open-donations .campaign-stats>div {
        padding: 0 8px;
    }

    .campaign-details-section .campaign-open-donations .campaign-stats>div:not(:last-child)::after {
        right: -8px;
        height: 30px;
    }

    .campaign-details-section .campaign-open-donations .campaign-stats h6 {
        font-size: 20px;
    }

    .campaign-details-section .campaign-open-donations .campaign-stats span {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .vision-stats {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .vision-stats div:last-child {
        border-bottom: none !important;
    }

    .vision-stats h5 {
        font-size: 36px;
    }

    .vision-stats h6 {
        font-size: 14px;
    }

    .navbar-collapse {
        max-width: 100%;
    }

    /* .navbar-collapse .menu-header {
        padding: 15px 25px;
    } */

    .stats-and-actions .overall-stats-card .action-card {
        flex: 0 0 48%;
    }

    .navbar-collapse .navbar-nav .nav-link {
        font-size: 16px;
        padding: 14px !important;
    }

    .navbar-collapse .btn {
        max-width: 240px;
    }
}

@media (max-width: 375px) {
    .vision-stats div {
        padding: 15px 10px;
    }

    .vision-stats h5 {
        font-size: 32px;
    }

    .vision-stats h6 {
        font-size: 12px;
    }
}