@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 {
    --cod-primary-color: #D79200;
    --cod-font-family: Poppins;
}

body {
    font-family: var(--cod-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.btn {
    font-family: var(--cod-font-family);
}

/* Topbar */
.topbar {
    padding: 0.688rem 0;
    background: var(--cod-primary-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 */
.navbar {
    padding: 0.913rem 0;
}

.navbar .nav-link {
    color: var(--cod-primary-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(--cod-primary-color);
}

.navbar .nav-link.active,
.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
    border-bottom: 1px solid var(--cod-primary-color);
}

.navbar .navbar-brand img {
    height: 60px;
}

.navbar .btn-search {
    padding: unset;
    font-size: 23px;
}

.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(--cod-primary-color);
    background: var(--cod-primary-color);
}

.navbar .btn-sign-up {
    color: var(--cod-primary-color);
    width: 100px;
    height: 46px;
    font-weight: 500;
    font-size: 16px;
    --bs-btn-padding-y: 0.638rem;
    text-transform: uppercase;
    border: 1px solid var(--cod-primary-color);
    background: var(--bs-white);
}

.navbar .btn-log-in:hover,
.navbar .btn-sign-up:hover {
    color: var(--bs-white);
    background: var(--cod-primary-color);
}

/* Hero Section */
.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 .container {
    position: relative;
    z-index: 2;
}

.hero-section-green-overlay::before {
    background: var(--cod-primary-color);
}

.hero-section-gradient::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), var(--cod-primary-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-cod {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: medium;
    padding: 12px 24px;
    line-height: 160%;
    border: 1px solid var(--cod-primary-color);
}

.hero-section .btn.btn-cod {
    color: var(--bs-white);
    background: var(--cod-primary-color) !important;
}

.hero-section .btn {
    color: var(--cod-primary-color);
    background: transparent !important;
}

.hero-section .btn:hover,
.hero-section .btn-cod:hover {
    color: var(--bs-white);
    background: var(--cod-primary-color);
}

/* What is chain of deeds section */
.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: #FBF4E6;
    overflow: hidden;
}

.what-is-chain-of-deeds-section .container {
    position: relative;
    z-index: 1;
}

.what-is-chain-of-deeds-section h1 span {
    color: #D79200;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 16px;
    border-radius: 99px;
    line-height: 160%;
    border: 1px solid #EDCD8A;
    background-color: #FFFFFF1A;
}

.what-is-chain-of-deeds-section p {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.what-is-chain-of-deeds-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 #D79200;
    border-radius: 8px;
    background: #D79200;
}

.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: #D79200;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
}

.what-is-chain-of-deeds-section .chain-together {
    color: #4A4C56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.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 */
.membership-section {
    background: var(--bs-white);
}

.membership-section .custom-badge {
    color: #D79200;
    border: 1px solid #EDCD8A;
}

.membership-section h1 {
    color: #161721;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.membership-section p {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.membership-section p span {
    color: #D79200;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 116%;
}

.membership-section .membership-package {
    position: relative;
    flex: 1;
    /* min-width: 280px; */
    background: #FBF4E666;
    border-radius: 12px;
    padding: 25px;
    z-index: 1;
    overflow: hidden;
}

.membership-section .membership-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(270deg, #4C600D 0%, #D79200 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;
}

.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: #D79200;
    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 {
    color: #4C600D;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    margin-bottom: 10px;
}

.membership-section .package-description {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    line-height: 160%;
}

.membership-section .package-link {
    color: #D79200;
    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;
}

.membership-section .start-membership {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 8px;
    border: none;
    line-height: 124%;
    background: #D79200;
    transition: 0.3s;
}

.membership-section .start-membership:hover {
    background: #b97a00;
    color: var(--bs-white);
}

/* Milestone Section */
.milestone-section {
    background: #FDFCF9;
}

.milestone-section .custom-badge {
    color: #7A7C85;
    border: 1px solid #E5D6B3;
}

.milestone-section h2 {
    color: #161721;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.milestone-section p {
    color: #4A4C56;
    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: #D79200;
    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;
    color: #777980;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    padding: 16px;
}

.milestone-section .milestone-tabs span img {
    display: block;
    margin: auto;
    padding: 3.5px;
}

.milestone-section .milestone-tabs .active {
    color: #D79200;
    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-content p {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.milestone-section .milestone-line {
    margin: auto;
    width: 90%;
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(270deg, #4C600D 0%, #D79200 100%);
}

.milestone-section .milestone-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbf4e6;
    margin: 24px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px #d7920047;
}

.milestone-section .milestone-footer span {
    color: #D79200;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
}

.milestone-section .milestone-footer strong {
    color: #D79200;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

/* Our Vision */
.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 {
    color: #4C600D;
    border: 1px solid #ADB690;
}

.our-vision-section h1 {
    color: #161721;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
}

.our-vision-section p {
    color: #4A4C56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.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 #E9E9EA;
    border-bottom: 2px solid #E9E9EA;
}

.our-vision-section .vision-stats div:nth-child(2) {
    border-bottom: 2px solid #E9E9EA;
}

.our-vision-section .vision-stats div:nth-child(3) {
    border-right: 2px solid #E9E9EA;
}

.our-vision-section .vision-stats h5 {
    color: #70803D;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    text-transform: uppercase;
}

.our-vision-section .vision-stats h6 {
    color: #70803D;
    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: #D79200;
}

.our-vision-section .vision-media {
    position: relative;
}

.our-vision-section img:first-child {
    position: absolute;
    left: 30%;
    top: 30%;
}

/* Merchandise */
.merchandise-section .custom-badge {
    color: #D79200;
    border: 1px solid #EDCD8A;
}

.merchandise-section p {
    color: #4A4C56;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.merchandise-section .product-wrap {
    position: relative;
    flex: 1;
    /* min-width: 280px; */
    background: var(--bs-white);
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 5px 5px 40.7px 0 rgba(0, 0, 0, 0.15);
}

.merchandise-section .product-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(270deg, #4C600D 0%, #D79200 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;
}

.merchandise-section .header-line {
    margin: auto;
    height: 1px;
    opacity: 1;
    background: linear-gradient(270deg, #4C600D 0%, #D79200 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: #161721;
    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: #A5A5AB;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
}

.merchandise-section .product-wrap .product-attributes span {
    color: #4A4C56;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.merchandise-section .product-wrap .product-attributes span::before {
    content: "✓";
    color: #4A4C56;
    font-weight: 600;
    margin-right: 6px;
    display: inline-block;
}

.merchandise-section .product-wrap .product-link {
    color: var(--bs-white);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--Primary-Brand-Color-orange-100, #F3DDB0);
    background: #D79200;
}

/* Events & Projects Section */
.events-section .custom-badge,
.projects-section .custom-badge {
    color: #D79200;
    border: 1px solid var(--Secondary-color-brown-200, #ADB690);
}

.events-section .mx-auto p,
.projects-section .mx-auto p {
    color: #4A4C56;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.events-section .event-wrap,
.projects-section .project-wrap {
    position: relative;
    flex: 1;
    /* min-width: 280px; */
    background: var(--bs-white);
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}

.events-section .event-wrap::before,
.projects-section .project-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: linear-gradient(270deg, #4C600D 0%, #D79200 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;
}

.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 {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

.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: #D79200;
    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: #4A4C56;
    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 #D2D2D5;
    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;
}

/* Project Section */
.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: #D79200;
}

.projects-section .project-wrap .project-description .total-donation {
    color: #D79200;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .total-donation span {
    color: #D79200;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .total-funded {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .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, #E9E9EA);
    overflow: hidden;
}

.projects-section .project-wrap .project-description .donation-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 12px;
    background: var(--Primary-Brand-Color-orange-500, #D79200);
    transition: width 0.3s ease;
}

.projects-section .project-wrap .project-description .total-donation-stat {
    color: #777980;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.projects-section .project-wrap .project-description .btn-donate-now {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 12px;
    background: #D79200;
    width: 100%;
}

/* Footer Section */
.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: #FBF4E6;
    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: #FBF4E6;
    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: #E9E9EA;
    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: #FBF4E6;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    border-radius: 8px !important;
    background: #D79200;
}

.footer-section .footer-line {
    margin: auto;
    height: 2px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.20);
}

/* General */
.text-cod {
    color: var(--cod-primary-color);
}

.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;
}

/* 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 a {
        display: inline-block;
        padding: 5px 0;
    }

    /* navbar mobile */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9999;
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        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: 0;
    }

    .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;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            backdrop-filter: blur(0);
        }

        to {
            opacity: 1;
            backdrop-filter: blur(5px);
        }
    }

    .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, #ffffff 0%, #fbf4e6 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, #D79200, #4C600D, #D79200);
        background-size: 200% 100%;
        animation: gradientMove 3s ease infinite;
    }

    @keyframes gradientMove {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .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 {
        width: 44px;
        height: 44px;
        cursor: pointer;
        font-size: 32px;
        color: #999;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
    }

    .navbar-collapse .close-menu:hover {
        color: #D79200;
        transform: rotate(90deg);
        background: rgba(215, 146, 0, 0.1);
    }

    .navbar-collapse .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
    }

    .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        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: block;
        color: #2c3e50;
        transition: all 0.3s ease;
        border-radius: 12px;
        position: relative;
        font-weight: 500;
        letter-spacing: 0.3px;
    }


    .navbar-collapse .navbar-nav .nav-link:hover,
    .navbar-collapse .navbar-nav .nav-link.active {
        color: #D79200;
        font-weight: 600;
        background: linear-gradient(90deg, rgba(215, 146, 0, 0.1), transparent);
        border-left: 4px solid #D79200;
    }

    .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 .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: 0 0 15px 0 rgba(215, 146, 0, 0.5) !important;
        outline: none;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: rgba(215, 146, 0, 0.1);
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 4px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #D79200, #4C600D);
        border-radius: 4px;
    }

    .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background: #D79200;
    }

    .navbar-toggler .navbar-toggler-icon {
        transition: transform 0.3s ease;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        transform: rotate(90deg);
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 10px 0 rgb(232 179 44) !important;
    }

    .hero-section h1,
    .membership-section h1,
    .membership-section .membership-package .membership-package-price span:first-child,
    .milestone-section h2,
    .milestone-section .milestone-card h3 span,
    .our-vision-section h1 {
        font-size: 38px;
    }

    .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;
    }

    .what-is-chain-of-deeds-section .chain-together {
        display: block;
        margin: auto;
    }

    .what-is-chain-of-deeds-section .chain-communities {
        margin-top: 25px;
        height: 335px;
    }

    .what-is-chain-of-deeds-section .chain-communities img:first-child {
        width: 135px;
        height: 220px;
    }

    .what-is-chain-of-deeds-section .chain-communities img:last-child {
        width: 184px;
        height: 270px;
    }

    .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%;
    }

    .footer-section {
        padding: 20px;
    }

    .footer-section .container {
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 480px;
    }

    .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;
    }
}

@media (max-width: 576px) {
    .vision-stats {
        grid-template-columns: 1fr;
        border-radius: 15px;
    }

    .vision-stats div {
        padding: 20px 15px;
        border: none !important;
        border-bottom: 2px solid #E9E9EA !important;
    }

    .vision-stats div:last-child {
        border-bottom: none !important;
    }

    .vision-stats h5 {
        font-size: 36px;
    }

    .vision-stats h6 {
        font-size: 14px;
    }
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .navbar-collapse {
        max-width: 100%;
    }

    .navbar-collapse .menu-header {
        padding: 15px 25px;
        padding-right: 60px;
    }

    .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;
    }
}