.webdesign-portfolio-section {
    background: #ffffff;
    color: #0b1118;
}

.webdesign-portfolio-heading {
    font-size: clamp(2rem, 4vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 18px;
}

.webdesign-portfolio-subheading {
    max-width: 780px;
    color: var(--text-paragraph-color);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 36px;
}

.webdesign-portfolio-filters {
    background: #F3F4F6;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid #E5E7EB
}

.portfolio-filter-btn {
    border: none;
    background: transparent;
    color: rgba(11, 17, 24, 0.65);
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.portfolio-filter-btn:hover,
.portfolio-filter-btn.active {
    background: #64D7B3;
    color: #ffffff;
}

.webdesign-portfolio-card {
    background: #fbfdff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(26, 198, 143, 0.12);
    box-shadow: 0 22px 60px rgba(16, 59, 52, 0.14);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.webdesign-portfolio-thumb img {
    width: 100%;
    object-fit: cover;
}

.webdesign-portfolio-body {
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.webdesign-portfolio-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.portfolio-tag {
    font-size: 0.83rem;
    font-weight: 400;
    padding: 6px 14px;
    border-radius: 999px;
}

.portfolio-tag.primary {
    background: rgba(26, 198, 143, 0.16);
    color: #138b63;
}


.webdesign-portfolio-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.webdesign-portfolio-text {
    margin: 0;
    color: rgba(11, 17, 24, 0.75);
    line-height: 1.6;
}

.webdesign-portfolio-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(11, 17, 24, 0.7);
}

.portfolio-client {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.client-dot {
    display: inline-block;
}

.webdesign-portfolio-footer i {
    font-size: 1.2rem;
    color: #1ac68f;
}

.webdesign-process-title {
    font-size: clamp(2rem, 4vw, 2.2rem);
    font-weight: 700;
    color: var(--text-black-color);
}

.webdesign-process-description {
    max-width: 780px;
    color: var(--text-paragraph-color);
    font-size: 16px;
    line-height: 1.6;
}

.ecommerce-endtoend-title {
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 18px;
}

.ecommerce-endtoend-subtitle {
    max-width: 820px;
    color: var(--text-paragraph-color);
    font-size: 1.02rem;
    line-height: 1.7;
}

.ecommerce-endtoend-item {
    padding: 15px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.ecommerce-endtoend-icon {
    max-width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #1ac68f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.2);
    width: 100%;
}

.ecommerce-endtoend-item-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-black-color);
}

.ecommerce-endtoend-item-text {
    margin: 0;
    color: var(--text-paragraph-color);
    line-height: 1.7;
}

.mobile-solutions-section {
    background: #ffffff;
}

.mobile-solutions-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 18px;
}

.mobile-solutions-subtitle {
    max-width: 820px;
    color: var(--text-paragraph-color);
    font-size: 1.05rem;
    line-height: 1.7;
}

.mobile-solution-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 30px 28px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 10px 15px 0px #0000001A;
}

.mobile-solution-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #1ac68f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.25);
}

.mobile-solution-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-black-color);
}

.mobile-solution-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--text-paragraph-color);
}

.mobile-solution-list li {
    position: relative;
    padding-left: 22px;
}

.mobile-solution-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #1ac68f;
    font-weight: 700;
}

.mobile-choose-card {
    text-align: center;
    padding: 32px 28px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(12, 60, 48, 0.12);
    border: 1px solid rgba(26, 198, 143, 0.18);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.mobile-choose-card-1 {
    background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 70.71%);
    border: none;
    box-shadow: none;
}

.mobile-choose-card-2 {
    background: linear-gradient(135deg, #FAF5FF 0%, #FDF2F8 70.71%);
    border: none;
    box-shadow: none;
}

.mobile-choose-card-3 {
    background: linear-gradient(135deg, #ECFEFF 0%, #EFF6FF 70.71%);
    border: none;
    box-shadow: none;
}

.webdesign-choose-section.webdesign-choose-section {
    background: #ffffff;
}

.mobile-choose-card-1 .mobile-choose-icon {
    background: #3B82F6;
    color: #ffffff;
}

.mobile-choose-card-2 .mobile-choose-icon {
    background: #9333EA;
    color: #ffffff;
}

.mobile-choose-card-3 .mobile-choose-icon {
    background: #06B6D4;
    color: #ffffff;
}

.mobile-choose-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #1ac68f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.2);
}

.mobile-choose-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--text-black-color);
}

.mobile-choose-text {
    margin: 0;
    color: var(--text-paragraph-color);
    line-height: 1.7;
    max-width: 280px;
}

.digital-marketing-solutions-section {
    background: #f4fff7;
}

.digital-solutions-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 18px;
}

.digital-solutions-subtitle {
    max-width: 860px;
    color: var(--text-paragraph-color);
    font-size: 1.05rem;
    line-height: 1.7;
}

.digital-solution-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px;
    border: 1px solid rgba(26, 198, 143, 0.12);
    box-shadow: 0 18px 40px rgba(14, 61, 52, 0.12);
}

.digital-solution-card-1 .digital-solution-icon {
    background: #DBEAFE;
    color: #3B82F6;
}

.digital-solution-card-2 .digital-solution-icon {
    background: #DCFCE7;
    color: #16A34A;
}

.digital-solution-card-3 .digital-solution-icon {
    background: #F3E8FF;
    color: #9333EA;
}

.digital-solution-card-4 .digital-solution-icon {
    background: #FFEDD5;
    color: #EA580C;
}

.digital-solution-card-5 .digital-solution-icon {
    background: #FEE2E2;
    color: #DC2626;
}

.digital-solution-card-6 .digital-solution-icon {
    background: #E0E7FF;
    color: #4F46E5;
}

.digital-solution-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: linear-gradient(140deg, rgba(26, 198, 143, 0.16) 0%, rgba(79, 202, 255, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #1ac68f;
}

.digital-solution-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--text-black-color);
}

.digital-solution-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--text-paragraph-color);
}

.digital-solution-list li {
    position: relative;
    padding-left: 22px;
}

.digital-solution-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #1ac68f;
    font-weight: 700;
}

.digital-process-section {
    background: #ffffff;
}

.digital-process-title {
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 15px;
}

.digital-process-subtitle {
    max-width: 740px;
    color: var(--text-paragraph-color);
    font-size: 1.05rem;
    line-height: 1.7;
}

.digital-process-step {
    background: #ffffff;
    padding: 28px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
}

.digital-process-step::after {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: rgba(26, 198, 143, 0.8);
    display: block;
}

.digital-process-steps .col-lg-4:last-child .digital-process-step::after {
    display: none;
}

.digital-process-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 10px 0 0px;
    color: var(--text-black-color);
}

.digital-process-step p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-paragraph-color);
}

.digital-process-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #ffffff;
}

.digital-process-icon.icon-blue {
    background: #2563eb;
}

.digital-process-icon.icon-green {
    background: #16a34a;
}

.digital-process-icon.icon-purple {
    background: #7c3aed;
}

.digital-process-icon.icon-orange {
    background: #f97316;
}

.digital-process-icon.icon-red {
    background: #ef4444;
}

.webdesign-solutions-section .section-description {
    max-width: 840px;
}

.webdesign-solution-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px 34px;
    border: 1px solid rgba(26, 198, 143, 0.22);
    box-shadow: 0 20px 50px rgba(13, 69, 58, 0.14);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.webdesign-solution-icon {
    width: 94px;
    height: 94px;
    border-radius: 9px;
    background: #EAFEEB;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.2);
}

.webdesign-solution-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 0;
}

.webdesign-solution-list {
    margin: 0;
    padding-left: 22px;
    color: var(--text-paragraph-color);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.webdesign-solution-text {
    margin: 0;
    color: var(--text-paragraph-color);
    line-height: 1.8;
}

.webdesign-advantage-section {
    background: #0e1721;
    color: #ffffff;
}

.webdesign-advantage-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #1ac68f;
    margin-bottom: 12px;
}

.webdesign-advantage-title {
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    margin: 0;
}

.webdesign-advantage-card {
    background: linear-gradient(180deg, rgba(26, 198, 143, 0.08) 0%, rgba(26, 198, 143, 0.02) 100%);
    border-radius: 24px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    border: 1px solid rgba(125, 242, 197, 0.18);
    box-shadow: 0 20px 55px rgba(5, 20, 26, 0.45);
}

.webdesign-advantage-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(28, 40, 56, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(125, 242, 197, 0.18);
}

.webdesign-advantage-icon img {
    max-width: 34px;
}

.webdesign-advantage-stat {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff;
}

.webdesign-advantage-stat span {
    color: #64D7B3;
}

.webdesign-advantage-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.webdesign-choose-section {
    background: linear-gradient(180deg, rgba(232, 251, 241, 0.9) 0%, #ffffff 100%);
}

.webdesign-choose-section .section-description {
    max-width: 820px;
}

.webdesign-choose-card {
    position: relative;
}

.g-10 {
    --bs-gutter-y: 6rem;
    --bs-gutter-x: 6rem;
}

.webdesign-choose-card::before {
    content: "";
    position: absolute;
    inset: -40px auto auto -40px;
    width: 100%;
    height: 217px;
    background: linear-gradient(115.89deg, #FFFFFF 0%, #E5F4FD 100%);
    border-radius: 15px;
    z-index: 0;
    border: 1px solid #A9A9A94D
}

.webdesign-choose-content {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 50px 50px 2px 50px;
    padding: 36px 32px;
    box-shadow: 0 20px 55px rgba(16, 59, 52, 0.12);
    border: 1px solid rgba(26, 198, 143, 0.18);
}

.webdesign-choose-icon {
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: linear-gradient(140deg, rgba(26, 198, 143, 0.16) 0%, rgba(79, 202, 255, 0.12) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.2);
    z-index: 1;
}

.webdesign-choose-icon img {
    max-width: 46px;
}

.webdesign-choose-title {
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 14px;
    z-index: 1;
}

.webdesign-choose-text {
    position: relative;
    margin: 0;
    color: var(--text-paragraph-color);
    line-height: 1.7;
    z-index: 1;
}

/*-----Token Services Section Styles start-----------*/
.token-services-section {
    background: #ffffff;
}

.token-services-section .section-title {
    max-width: 720px;
    margin: 0 auto;
}

.token-service-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px;
    border: 1px solid rgba(26, 198, 143, 0.18);
    box-shadow: 0 18px 40px rgba(22, 74, 70, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.token-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(22, 74, 70, 0.18);
}

.token-service-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(26, 198, 143, 0.16) 0%, rgba(79, 202, 255, 0.12) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #1AC68F;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.22);
}

.token-service-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin: 0;
}

.token-service-description {
    margin: 0;
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
}

/*-----Token Services Section Styles end-----------*/
/*-----Multi Level Marketing page start-----------*/

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f8f5 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.pre-title-box {
    display: inline-block;
    padding: 8px 48px;
    border-radius: 40px;
    border: 1px solid var(--border-color);
}

.pre-title {
    color: var(--primary-text-color);
    font-size: var(--paragraph-fs);
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
}

.hero-description {
    font-size: 1.2rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-success {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

.btn-outline-dark:hover {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: white;
}

.dot-1 {
    top: 10%;
    left: 20%;
}

.dot-2 {
    top: 20%;
    right: 15%;
}

.dot-3 {
    top: 40%;
    left: 5%;
}

.dot-4 {
    top: 60%;
    right: 10%;
}

.dot-5 {
    bottom: 30%;
    left: 15%;
}

.dot-6 {
    bottom: 20%;
    right: 20%;
}

.dot-7 {
    bottom: 10%;
    left: 35%;
}

.dot-8 {
    bottom: 15%;
    right: 35%;
}

/* Section Titles */
.section-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: #111827;
    line-height: 46px;
    max-width: 750px;
    margin: 0 auto;
}

/* Info Cards */
.info-card {
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 10px;
}

.card-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    font-weight: 400;
    line-height: 1.6;
}

/* Work Process Card */
.work-process-card {
    padding: 2rem;
    padding-left: 0px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.commissions-section {
    padding: 3rem;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.process-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 2.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.process-list.process-list-text-dark li {
    color: var(--text-paragraph-color);
}

.process-list li::before {
    content: url('/images/service/ok.svg');
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-weight: bold;
    top: calc(50% - 10px);
}

/* Work Visual Card */
.work-visual-card {
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Benefit Cards */
.benefit-card {
    padding: 2rem;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.benefit-card .btn {
    margin-top: auto;
}

.benefit-card-1 {
    background: #EAFEEB;
    border: 0.78px solid #DEF1DF;
}

.benefit-card-2 {
    background: #FFF1E7;
    border: 0.78px solid #F2E7E1;
}

.benefit-card-3 {
    background: #E7E9FF;
    border: 0.78px solid #E1E3FF;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.benefit-illustration {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.benefit-illustration.benefit-card-1-bg {
    background-color: #F8F7FC;
}

.benefit-card-1 .illustration-icon,
.benefit-card-2 .illustration-icon {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.benefit-card-3 .illustration-icon {
    display: flex;
    justify-content: center;
    height: 100%;
}

.benefit-title {
    font-size: var(--sub-heading-fs);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.benefit-description {
    color: var(--text-paragraph-color);
    font-size: var(--small-paragraph-fs);
    font-weight: 400;
    line-height: 19px;
}


.cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-decoration {
    position: relative;
    height: 200px;
}

.decorative-lines {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.line {
    width: 60px;
    height: 2px;
    background: white;
    margin: 10px 0;
    opacity: 0.3;
    border-radius: 2px;
}

.line-2 {
    width: 80px;
    margin-left: 20px;
}

.line-3 {
    width: 40px;
    margin-left: 40px;
}

.decorative-dots {
    position: absolute;
    top: 20%;
    right: 20%;
}

.decorative-dots .dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    margin: 8px;
    display: inline-block;
    opacity: 0.4;
}

/*-----Multi Level Marketing page end-----------*/

/*-----Unilevel Plan page start-----------*/
/* Custom CSS for Unilevel Plan Page */

/* General Classes */
.text-dark-grey {
    color: var(--text-dark-grey);
}

.bg-light-green {
    background-color: var(--light-green);
}

/* 
.min-vh-75 {
    min-height: 75vh;
} */

/* Hero Section */
.unilevel-hero-section {
    position: relative;
    overflow: hidden;
}

.unilevel-hero-graphic {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.everything-you-need-to-know {
    background-color: #F7F7F7;
    border: 1px solid #E3DCDC;
    border-radius: 16px;
    padding: 50px 40px;
}

/* Feature Cards */
.unilevel-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.growth-icon {
    position: relative;
    font-size: 2rem;
    color: #6f42c1;
}

.growth-icon i:first-child {
    position: absolute;
    top: -5px;
    left: -5px;
    color: var(--primary-green);
    font-size: 1.5rem;
}

.money-bag-icon {
    position: relative;
    font-size: 2rem;
    color: var(--text-dark-grey);
}

.money-bag-icon i:last-child {
    position: absolute;
    top: 5px;
    right: -5px;
    color: var(--primary-green);
    font-size: 1.2rem;
}

.gear-icon {
    font-size: 2rem;
    color: #87ceeb;
}

/* Network Structure Diagram */
.network-structure-diagram {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unilevel-commission-list li {
    font-size: var(--heading-fs);
    font-weight: 500;
    color: #3E4E60;
}

.unilevel-commission-list li strong {
    color: var(--text-dark-grey);
}

.sub-heading-common {
    color: var(--primary-green);
    font-size: var(--heading-fs);
    font-weight: 500;
    margin-bottom: 8px;
}

.heading-common {
    color: var(--text-black-color);
    font-size: var(--main-heading-fs);
    font-weight: 600;
    margin-bottom: 16px;
}

.paragraph-common {
    color: #1C1C1C9E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 25px;
}

.everything-you-need-to-know-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}

.unilevel-card {
    border: 1px solid #EBE8E8;
    border-radius: 30px;
    padding: 30px;
    background-color: var(--bg-white);
    transition: all 0.3s ease;
}

.unilevel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.how-it-works-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grow-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 280px;
}

.commissions-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 200px;
}

.sub-heading-common-card {
    color: var(--text-dark-grey);
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
}

.breakdown-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 30px;
}

.breakdown-img-box.nft-img-icon img {
    max-width: 45px;
}

.exchange-bg-img img {
    max-width: 45px;
}

/* Coins Stack */
.coins-stack {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA Section */
.unilevel-cta-section {
    background-color: var(--bg-dark-grey);
}

.unilevel-cta-section .form-control-lg {
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
}

.unilevel-cta-section .btn-lg {
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
}

/*-----Unilevel Plan page end-----------*/

/*-----New Hero Section Design start-----------*/
.new-hero-section {
    background-color: #EAFEEB;
    padding: 64px 0;
    min-height: 90vh;
    display: flex;
    align-items: center;
    margin: 0 24px;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 45px;
    margin-bottom: 48px;
}

/* Pre-title Badge */
.pre-title-badge {
    display: inline-block;
    background: #FFFFFF;
    padding: 8px 35px;
    border-radius: 40px;
    border: 1px solid #ECECEC;
    margin-bottom: 2.5rem;
}

.pre-title-text {
    color: var(--text-dark-grey);
    font-size: var(--paragraph-fs);
    font-weight: 400;
    margin: 0;
}

/* Main Headline */
.main-headline {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto;
}


/* Description Text */
.description-text {
    font-size: var(--sub-heading-fs);
    color: var(--text-paragraph-color);
    line-height: 1.4;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto 2rem;
}

/* Network Card */
.network-card {
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0px 0px 4px 0px #00000040;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.network-card-bg {
    background: #EEEFEC;
}

.binary-network-bg {
    background: #ffffff;
}

.generation-network-bg {
    background: #EBF3FB;
}

/*-----New Hero Section Design end-----------*/

/*-----New Advantages Section Design start-----------*/
.advantages-section {
    padding: 2.5rem 0;
}

.flex-1 {
    flex: 1;
}

/* Advantages Grid */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 1.5rem;
    margin-bottom: 3rem;
    max-width: 1180px;
}

/* Advantage Cards */
.advantage-card-new {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.advantage-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 50px;
}

.card-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-title {
    font-size: var(--small-heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 5px;
    line-height: 1.3;
}

.card-category {
    font-size: var(--small-paragraph-fs);
    color: #4D4F4E;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Success Container */
.success-container {
    background: #EAFEEB;
    border-radius: 40px;
    padding: 65px 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2rem;
    max-width: 1180px;
}

.success-container:before {
    background: url('/images/service/achieving-img.png') no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    background-position: right;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.success-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-text-color);
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 40px;
    z-index: 2;
    max-width: 700px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.rotate-45 {
    transform: rotate(45deg);
}

.success-description {
    font-size: var(--heading-fs);
    color: var(--text-black-color);
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.unilevel-compensation-bonus-breakdown {
    border: 1px solid #E3DCDC;
    border-radius: 40px;
    padding: 45px 40px;
}

.unilevel-compensation-bonus-breakdown-content {
    margin: 0 auto;
    padding: 0 15px;
}

/*-----New Advantages Section Design end-----------*/

/*-----Pros and Cons Section Styles start-----------*/

.pros-cons-card {
    background: white;
    border-radius: 20px;
    padding: 36px 45px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.pros-cons-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pros-cons-card .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.balance-icon {
    flex-shrink: 0;
}

.balance-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 50px;
}

.pros-cons-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.pros-title {
    color: var(--primary-text-color);
}

.cons-title {
    color: #D86C56;
}

.card-intro {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin-bottom: 20px;
}

.bottom-n-35 {
    bottom: -35px;
}

.top-101 {
    top: 101px;
}

.start-45 {
    left: 45px;
}

.end-p-27 {
    right: 27%;
}

.end-p-42 {
    right: 42%;
}

.bottom-80 {
    bottom: 80px;
}

.pros-cons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-cons-list li {
    color: var(--text-black-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.pros-cons-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--primary-text-color);
    border-radius: 50%;
}

/*-----Pros and Cons Section Styles end-----------*/

/*-----Direct Selling Software Grid Styles start-----------*/

.direct-selling-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.direct-selling-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.direct-selling-card .card-icon {
    margin-bottom: 20px;
    flex-shrink: 0;
}

.direct-selling-card .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.direct-selling-card .icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.direct-selling-card .card-title {
    font-size: var(--small-heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    line-height: 1.3;
}

.direct-selling-card .card-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* Section title styling */
.direct-selling-section .section-title {
    font-size: var(--normal-main-heading-fs);
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    line-height: 1.3;
}

/*-----Direct Selling Software Grid Styles end-----------*/

/*-----Blockchain Benefits Section Styles start-----------*/

.blockchain-benefits-section {
    background-color: #ffffff;
}

.blockchain-benefit-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #2ECC71;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.benefit-card-ido.blockchain-benefit-card {
    border-left: 20px solid #1AC68F;
    border-radius: 24px;
    padding: 35px 25px;
}

.blockchain-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #2ECC71;
}

.blockchain-benefit-card .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blockchain-benefit-card .benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockchain-benefit-card .benefit-icon.bg-color-shadow {
    background: #EAFEEB;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border-radius: 18px;
    height: 85px;
    width: 85px;
    padding: 15px;
}

.blockchain-benefit-card .benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blockchain-benefit-card .benefit-title {
    font-size: var(--heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    margin: 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.blockchain-benefit-card .checkmark-icon {
    color: #2ECC71;
    font-size: 1rem;
    font-weight: bold;
}

.blockchain-benefit-card .benefit-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* Bottom Navigation Section */
.blockchain-benefits-section .blockchain-nav-section {
    padding: 20px 0;
}

.blockchain-benefits-section .nav-items-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.blockchain-benefits-section .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.blockchain-benefits-section .nav-item .nav-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

.blockchain-benefits-section .nav-item .nav-icon i {
    font-size: 18px;
    color: #333;
}

.blockchain-benefits-section .nav-item .nav-checkmark {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #2ECC71;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.blockchain-benefits-section .nav-item .nav-label {
    font-size: 0.85rem;
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.blockchain-benefits-section .nav-item:hover .nav-icon {
    border-color: #2ECC71;
    background: #F8FFF8;
}

.blockchain-benefits-section .nav-item:hover .nav-icon i {
    color: #2ECC71;
}

/*-----Blockchain Benefits Section Styles end-----------*/

/*-----Altcoins and Token Development Section Styles start-----------*/

.altcoins-token-section {
    background: #EAFEEB;
}

.altcoins-token-section .section-title {
    font-size: var(--normal-main-heading-fs);
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.altcoins-token-section .section-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    max-width: 875px;
    margin: 0 auto;
}

.altcoins-token-section .altcoin-token-card {
    background: white;
    border-radius: 15px;
    padding: 30px 45px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #C9D4FD;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.altcoins-token-section .altcoin-token-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.altcoins-token-section .altcoin-token-card .token-icon {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}

.altcoins-token-section .altcoin-token-card .icon-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    bottom: 5px;
}

.altcoins-token-row {
    padding-top: 80px;
}

.altcoins-token-section .altcoin-token-card .icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.altcoins-token-section .altcoin-token-card .token-title {
    font-size: var(--heading-fs);
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.erc20-token-card .token-title {
    color: #133ACA;
}

.trc20-token-card .token-title {
    color: #913345;
}

.bep20-token-card .token-title {
    color: #ECBE20;
}

.custom-altcoin-card .token-title {
    color: #1C91F2;
}

.altcoins-token-section .erc20-token-card {
    border-color: #C9D4FD;
}

.altcoins-token-section .trc20-token-card {
    border-color: #913345;
}

.altcoins-token-section .bep20-token-card {
    border-color: #ECBE20;
}

.altcoins-token-section .custom-altcoin-card {
    border-color: #1993F2;
}

.altcoins-token-section .altcoin-token-card .token-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* Bottom Features Section */
.altcoins-token-section .altcoin-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    flex-direction: column;
    text-align: center;
}

.altcoins-token-section .altcoin-feature-item .feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.security-first-item .feature-icon {
    background: #FF6B001A;
}

.fast-deployment-item .feature-icon {
    background: #1E2A781A;
}

.support-item .feature-icon {
    background: #A855F71A;
}

.security-first-item i {
    color: #FF6B00;
}

.fast-deployment-item i {
    color: #1E2A78;
}

.support-item i {
    color: #A855F7;
}

.altcoins-token-section .altcoin-feature-item .feature-title {
    font-size: var(--paragraph-fs);
    font-weight: 600;
    color: var(--text-black-color);
    margin-bottom: 5px;
    line-height: 1.3;
}

.altcoins-token-section .altcoin-feature-item .feature-description {
    color: var(--text-paragraph-color);
    font-size: var(--small-paragraph-fs);
    line-height: 1.5;
    margin: 0;
}

/*-----Altcoins and Token Development Section Styles end-----------*/

/*-----Exchange Security Features Section Styles (Light Theme) start-----------*/
.exchange-security-title {
    font-size: var(--main-heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 0;
}

.exchange-security-feature {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}

.exchange-security-feature:last-child {
    border-bottom: none;
}

.exchange-security-feature-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 8px;
    line-height: 1.3;
}

.exchange-security-feature-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/*-----Exchange Security Features Section Styles (Light Theme) end-----------*/

/*-----Blockchain Services Section Styles start-----------*/

.blockchain-services-section {
    background-color: #ffffff;
}

.blockchain-services-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.blockchain-services-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.blockchain-service-card {
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0px 1px 5px 0px #00000040;
    transition: all 0.3s ease;
    border: 1px solid var(--old-Color, #1AC68F);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.blockchain-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 20px #00000040;
}

.service-icon {
    width: 85px;
    height: 85px;
    margin: 0 0 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #00000033;
    border-radius: 50%;
    padding: 15px;

}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 40px;
}

.max-width-300 {
    max-width: 300px;
}

.service-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.service-labels {
    margin-bottom: 15px;
}

.service-label {
    display: inline-block;
    background: #F7F8F9;
    color: #4B5768;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 2px;
}

.service-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    text-align: start;
}

/*-----Blockchain Services Section Styles end-----------*/

/*-----NFT Development Process Section Styles start-----------*/

.nft-development-process-section {
    background-color: #ffffff;
}

.nft-process-title {
    font-size: var(--main-heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.nft-process-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.nft-process-card {
    background: #ffffff;
    padding: 30px 25px;
    box-shadow: 0px 4px 22px 0px #0000001A;
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nft-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.process-card-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 10px;
    line-height: 1.3;
}

.process-card-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.8;
    margin: 0;
    flex-grow: 1;
}

/* NFT Features Section */
.nft-features-section {
    background-color: #ffffff;
}

.nft-features-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 0;
}

.nft-feature-card {
    background: #EAFEEB;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0px 0px 3px 0px #00000040;
    border: 1px solid var(--old-Color, #1AC68F);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nft-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 120px;
    position: relative;
    z-index: 2;
}

.feature-title {
    font-size: var(--heading-fs);
    font-weight: 600;
    color: var(--primary-text-color);
    margin: 0;
    line-height: 1.3;
}

/*-----NFT Development Process Section Styles end-----------*/

/*-----Blockchain Platforms Section Styles start-----------*/

.blockchain-platforms-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 0;
}

.blockchain-platform-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 3px solid #1AC68F;
    position: relative;
}

.mt-100 {
    margin-top: 100px;
}

.blockchain-platform-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.platform-icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    border: 3px solid #1AC68F;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
}

.platform-icon img {
    width: 100%;
    object-fit: contain;
    max-width: 60px;
}

.platform-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 45px;
}

.platform-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/*-----Blockchain Platforms Section Styles end-----------*/

/*-----Key Services Section Styles start-----------*/

.key-services-section {
    background-color: #ffffff;
}

.key-services-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 0;
}

.key-service-card {
    background: linear-gradient(360deg, #FFFFFF 31.31%, #EAFEEB 90.26%);
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0px 0px 4px 0px #00000040;
    transition: all 0.3s ease;
    border: 1px solid #F0F0F0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.key-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.key-service-card .service-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
}

.key-service-card .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 50px;
}

.crypro-service-content {
    display: flex;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    background: #ECFEED;
    padding: 10px 50px;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 25px;
    margin-top: 90px;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    width: 100%;
}

.key-service-card .service-icon {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
}

.key-service-card .service-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 0px;
    line-height: 1.3;
}

.key-service-card .service-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/*-----Key Services Section Styles end-----------*/

/*-----Additional Features Section Styles start-----------*/

.additional-features-title {
    font-size: var(--main-heading-fs);
    font-weight: 600;
    color: var(--text-black-color);
    line-height: 1.3;
    margin-bottom: 15px;
}

.additional-feature-card {
    background: #EAFEEB;
    border-radius: 15px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #1AC68F;
    text-align: center;
}

.additional-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.additional-feature-card .feature-icon {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.additional-feature-card .feature-icon img {
    width: 100%;
    object-fit: contain;
    max-width: 110px;
}

.additional-feature-card .feature-title {
    font-size: var(--heading-fs);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 15px;
    line-height: 1.3;
}

.additional-feature-card .feature-description {
    color: var(--text-paragraph-color);
    font-size: var(--paragraph-fs);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/*-----Additional Features Section Styles end-----------*/

/*-----Comparison Table Section Styles start-----------*/

.comparison-table-container {
    overflow-x: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    min-width: 1000px;
}

.comparison-table thead {
    background-color: #E8F5E8;
}

.comparison-table thead th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    border: 1px solid #E0E0E0;
    border-bottom: 2px solid #1AC68F;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table tbody td {
    padding: 20px 15px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border: 1px solid #E0E0E0;
    line-height: 1.6;
}

.table-row-light {
    background-color: #F0F8F0;
}

.table-row-white {
    background-color: #FFFFFF;
}

.comparison-table tbody tr:hover {
    background-color: #F8F9FA;
    transition: background-color 0.3s ease;
}

/*-----Comparison Table Section Styles end-----------*/

/*-----ICO Offer Section Styles start-----------*/
.ico-offer-section {
    background-image: url('/images/service/what-we-provide-ico-bg.png');
    background-size: cover;
    background-position: center;
}

.ico-offer-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(239, 250, 246, 0.95) 100%);
    border-radius: 24px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 12px 35px rgba(29, 77, 74, 0.12);
    border: 1px solid rgba(26, 198, 143, 0.12);
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ico-offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(29, 77, 74, 0.18);
}

.ico-offer-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1AC68F;
    background: linear-gradient(135deg, rgba(26, 198, 143, 0.15) 0%, rgba(92, 193, 255, 0.05) 100%);
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.18);
}

.ico-offer-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin: 0;
}

.ico-offer-description {
    margin: 0;
    font-size: var(--paragraph-fs);
    color: var(--text-paragraph-color);
    line-height: 1.6;
}

/*-----ICO Offer Section Styles end-----------*/

/*-----ICO Prelaunch Section Styles start-----------*/
.ico-prelaunch-section {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.ico-prelaunch-section::before,
.ico-prelaunch-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 260px;
    background-image: radial-gradient(rgba(26, 198, 143, 0.12) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.8;
    z-index: 1;
}

.ico-prelaunch-section::before {
    top: 60px;
    left: 40px;
}

.ico-prelaunch-section::after {
    bottom: 60px;
    right: 40px;
}

.ico-prelaunch-section .section-title {
    color: var(--text-black-color);
}

.ico-prelaunch-wrapper {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.ico-prelaunch-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-image: linear-gradient(to bottom, rgba(35, 201, 153, 0.55) 60%, rgba(98, 134, 255, 0.45));
    opacity: 0.7;
}

.ico-prelaunch-step {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 48px;
    position: relative;
}

.ico-prelaunch-step.left {
    grid-template-columns: auto 1fr;
}

.ico-prelaunch-step.right {
    grid-template-columns: 1fr auto;
}

.ico-prelaunch-content {
    background: #FFFFFF;
    border: 1px solid rgba(23, 186, 139, 0.22);
    box-shadow: 0 18px 45px rgba(12, 60, 48, 0.12);
    padding: 28px 32px;
    border-radius: 20px;
    position: relative;
}

.ico-prelaunch-content::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: inherit;
    border-top: inherit;
    border-right: inherit;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -9px;
    border: none;
}

.ico-prelaunch-step.left .ico-prelaunch-content::before {
    left: -9px;
}

.ico-prelaunch-step.right .ico-prelaunch-content::before {
    right: -9px;
}

.ico-prelaunch-label {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1AC68F;
    margin-bottom: 12px;
}

.ico-prelaunch-content p {
    margin: 0;
    color: var(--text-paragraph-color);
    font-size: 0.98rem;
    line-height: 1.7;
}

.ico-prelaunch-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(155deg, rgba(41, 215, 167, 0.2) 0%, rgba(78, 108, 255, 0.2) 100%);
    box-shadow: 0 18px 45px rgba(24, 126, 109, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #1AC68F;
    position: relative;
}

.ico-prelaunch-icon::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 58px;
    border-bottom: 2px dashed rgba(26, 198, 143, 0.4);
    border-radius: 0 0 100px 100px;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.ico-prelaunch-step.left .ico-prelaunch-content {
    grid-column: 2;
    text-align: left;
}

.ico-prelaunch-step.left .ico-prelaunch-icon {
    grid-column: 1;
    justify-self: flex-end;
}

.ico-prelaunch-step.right .ico-prelaunch-content {
    grid-column: 1;
    text-align: left;
}

.ico-prelaunch-step.right .ico-prelaunch-icon {
    grid-column: 2;
    justify-self: flex-start;
}

.ico-prelaunch-step.right .ico-prelaunch-content::before {
    border-right: inherit;
    border-top: inherit;
}

.ico-prelaunch-step.left .ico-prelaunch-content::before {
    border-left: inherit;
    border-bottom: inherit;
}

/*-----ICO Prelaunch Section Styles end-----------*/

/*-----Coin Benefits Section Styles start-----------*/
.coin-benefits-section {
    background: linear-gradient(180deg, rgba(230, 253, 240, 0.95) 0%, rgb(255 255 255 / 75%) 100%);
    position: relative;
    overflow: hidden;
}

.coin-benefits-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/service/coin-benefits-texture.png') center top / cover no-repeat;
    opacity: 0.35;
    pointer-events: none;
}

.coin-benefits-section .container {
    position: relative;
    z-index: 2;
}

.coin-benefits-hero {
    max-width: 720px;
}

.coin-benefits-description {
    margin: 18px auto 0;
    font-size: 1.05rem;
    color: var(--text-paragraph-color);
    line-height: 1.7;
}

.coin-benefits-grid {
    margin-top: 60px;
}

.coin-benefit-card {
    background: #F8FFF9;
    border: 2px solid rgba(26, 198, 143, 0.35);
    border-radius: 28px;
    padding: 48px 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(27, 111, 96, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coin-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(27, 111, 96, 0.18);
}

.coin-benefit-icon {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.coin-benefit-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-black-color);
    margin: 0;
    padding-top: 18px;
}

/*-----Coin Benefits Section Styles end-----------*/

/*-----Consultation Services Section Styles start-----------*/
.crypto-consult-services {
    background: linear-gradient(180deg, rgba(244, 254, 249, 0.9) 0%, #FFFFFF 100%);
}

.consult-services-description {
    max-width: 820px;
    margin: 18px auto 0;
    font-size: 1.05rem;
    color: var(--text-paragraph-color);
    line-height: 1.7;
}

.consult-service-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(26, 198, 143, 0.26);
    border-radius: 28px;
    padding: 32px 30px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(19, 92, 82, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.consult-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(19, 92, 82, 0.18);
}

.consult-service-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    background: linear-gradient(150deg, rgba(26, 198, 143, 0.14) 0%, rgba(79, 202, 255, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1AC68F;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1px rgba(26, 198, 143, 0.22);
}

.consult-service-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 12px;
}

.consult-service-text {
    margin: 0;
    color: var(--text-paragraph-color);
    font-size: 0.98rem;
    line-height: 1.7;
}

/*-----Consultation Services Section Styles end-----------*/

/*-----DeFi Services Section Styles start-----------*/

.defi-services-description {
    max-width: 840px;
    margin: 20px auto 0;
    font-size: 1.05rem;
    color: var(--text-paragraph-color);
    line-height: 1.7;
}

.defi-service-card {
    background: #ffffff;
    border: 1px solid rgba(26, 198, 143, 0.25);
    border-radius: 28px;
    padding: 32px 28px;
    height: 100%;
    box-shadow: 0 18px 45px rgba(15, 88, 76, 0.12);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.defi-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(15, 88, 76, 0.18);
}

.defi-service-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.defi-service-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin: 0;
}

.defi-service-text {
    margin: 0;
    color: var(--text-paragraph-color);
    font-size: 0.98rem;
    line-height: 1.7;
}

.defi-service-icon img {
    max-width: 42px;
    width: 100%;
}

.defi-why-illustration {
    background: #ffffff;
    padding: 28px;
    box-shadow: 0px 4px 22px 0px #0000001A;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 270px;
    border-radius: 50%;
}

.defi-why-illustration-container {
    height: 326px;
    padding: 28px;
    align-items: center;
    width: 100%;
    max-height: 326px;
    border-radius: 50%;
    box-shadow: 0px 4px 22px 0px #0000001A;
}

.defi-why-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.defi-why-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: transparent;
    flex-direction: column;
}

.defi-why-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.defi-why-icon img {
    width: 100%;
}

.defi-why-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 8px;
}

.defi-why-text {
    margin: 0;
    color: var(--text-paragraph-color);
    font-size: 0.96rem;
    line-height: 1.6;
}

/*-----DeFi Services Section Styles end-----------*/

.digital-process-icon.icon-red {
    background: #ef4444;
}

.showcase-work-section {
    background: #F9FAFB;
}

.showcase-title {
    font-size: clamp(2rem, 4vw, 2.2rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 12px;
}

.showcase-subtitle {
    color: rgba(15, 23, 42, 0.7);
    font-size: 1.05rem;
    margin-bottom: 40px;
}

.showcase-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 30px;
    box-shadow: 0px 10px 15px 0px #0000001A;
    border: 1px solid rgba(26, 198, 143, 0.1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.showcase-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #101828;
}

.showcase-card-text {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.7;
}

.showcase-card-metric {
    margin-top: auto;
    font-weight: 700;
    color: #6366f1;
}

.crm-choose-section {
    background: #EAFEEB;
}

.crm-choose-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 16px;
}

.crm-choose-subtitle {
    max-width: 760px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
}

.crm-choose-card {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    height: 100%;
}

.crm-choose-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
}

.crm-choose-icon.icon-blue {
    background: #6366f1;
}

.crm-choose-icon.icon-gold {
    background: #f59e0b;
}

.crm-choose-icon.icon-green {
    background: #10b981;
}

.crm-choose-icon.icon-purple {
    background: #a855f7;
}

.crm-choose-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #0f172a;
}

.crm-choose-card-text {
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
    line-height: 1.6;
}

.crm-process-title {
    font-size: clamp(2rem, 4vw, 2.4rem);
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 15px;
}

.crm-process-subtitle {
    max-width: 780px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.05rem;
    line-height: 1.7;
}

.crm-process-steps {
    margin-top: 30px;
    background: #EAFEEB;
    padding-bottom: 25px;
    border-radius: 12px;
}

.crm-process-step {
    padding: 24px 2px;
    height: 100%;
    position: relative;
}

.crm-process-step::before {
    content: "\2192";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: rgba(26, 198, 143, 0.8);
    display: block;
}

.crm-process-steps .col-lg-2:last-child .crm-process-step::before {
    display: none;
}

.crm-process-step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1ac68f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #ffffff;
}

.crm-process-step h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 14px 0 6px;
    color: #0f172a;
}

.crm-process-step p {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(15, 23, 42, 0.7);
}

.it-choose-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0px 10px 15px 0px #0000001A;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.erp-development-section {
    background: #EAFEEB;
}

.erp-process-step-icon-1 {
    background: #6366f1;
}

.erp-process-step-icon-2 {
    background: #10b981;
}

.erp-process-step-icon-3 {
    background: #a855f7;
}

.erp-process-step-icon-4 {
    background: #ef4444;
}

.erp-process-step-icon-5 {
    background: #f59e0b;
}

.erp-process-graphic img {
    margin-bottom: -40px;
}

.crm-showcase-card-metric {
    margin-top: auto;
    font-weight: 700;
    color: #4f46e5;
}