/* Tech Stack Section */
#techstack {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

/* i.lni{
  font-size: 32px;
    border-radius: 50%;
    background: #f55e13;
    padding: 19px;
    color: white;
} */
.text-primary {
    color: #f55e13 !important;
}

.wrap_btn {
    background: transparent;
    border: 1px solid #f55e13;
    color: #f55e13;
}

.wrap_btn:hover {
    background: #f55e13;
    border: 1px solid #f55e13;
    color: #fff;
}

.tech-box {
    transition: all 0.25s ease;
    border-radius: 14px;
}

.tech-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(3, 19, 44, 0.16);
}

.tech-icon {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
}

/* Testimonials Section */
#testimonials {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.testimonial-card {
    background: linear-gradient(180deg, #ffffff, #fafcff);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(3, 19, 44, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.testimonial-text {
    font-style: italic;
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.7;
}

.rating {
    color: #ffb400;
    font-size: 1.2rem;
}

/* Carousel controls styling */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%);
}

/* Execution Process */
#execution-process {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.process-card {
    border-radius: 16px;
    transition: all 0.25s ease;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.step-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 6px 20px rgba(5, 117, 230, 0.25);
}

/* New step icon badges */
.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(3, 19, 44, 0.08);
}

/* Per-step colors */
.icon-discovery {
    color: #f55e13;
    border: 2px solid #f55e13;
    background: rgba(245, 94, 19, 0.08);
}

.icon-strategy {
    color: #0d6efd;
    border: 2px solid #0d6efd;
    background: rgba(13, 110, 253, 0.08);
}

.icon-qa {
    color: #28a745;
    border: 2px solid #28a745;
    background: rgba(40, 167, 69, 0.08);
}

.icon-dev {
    color: #6f42c1;
    border: 2px solid #6f42c1;
    background: rgba(111, 66, 193, 0.08);
}

.icon-launch {
    color: #e83e8c;
    border: 2px solid #e83e8c;
    background: rgba(232, 62, 140, 0.1);
}

.icon-support {
    color: #0dcaf0;
    border: 2px solid #0dcaf0;
    background: rgba(13, 202, 240, 0.12);
}

/* Success Stories */
#success-stories {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.story-card {
    border-radius: 18px;
    transition: all 0.25s ease;
    background: linear-gradient(180deg, #ffffff, #fafcff);
}

.story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.story-img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

#success-stories a:hover {
    opacity: 0.8;
}


/* Industries We Serve */
#industries {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.industry-box {
    border-radius: 16px;
    transition: all 0.25s ease;
    background: linear-gradient(180deg, #ffffff, #fafcff);
}

.industry-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(3, 19, 44, 0.12);
}

.industry-icon {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(3, 19, 44, 0.08);
}


/* Big Ideas Section */
#big-ideas {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.big-card {
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    transition: all 0.25s ease;
}

.big-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(5, 117, 230, 0.28);
}

.icon-img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Feature cards equal height */
.feature-style-5 .single-feature {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-style-5 .single-feature .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-style-5 .row {
    display: flex;
    flex-wrap: wrap;
}

.feature-style-5 .row>[class*="col-"] {
    display: flex;
}

/* Optimize WOW animations after completion */
.wow-complete {
    animation: none !important;
    transition: none !important;
}

/* Reduce animation complexity for better performance */
.wow {
    will-change: auto;
    /* Remove will-change to free up resources */
    backface-visibility: hidden;
    /* Hardware acceleration hint */
}

/* Execution Process */
#execution-process {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.process-card {
    border-radius: 16px;
    transition: all 0.25s ease;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.step-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 6px 20px rgba(5, 117, 230, 0.25);
}

.tech-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding: 16px;
    transition: 0.3s ease-in-out;
}

.tech-card:hover {
    border-color: #f55e13;
}

.tech-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(245 94 19);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
}

.tech-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f55e13;
    box-shadow: 0 6px 16px rgba(245, 94, 19, 0.25);
}

.nav-pills .nav-link {
    color: #03132c;
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(3, 19, 44, 0.08);
    padding: 31px 24px;
    transition: all .2s ease;
    font-size: 18px;
    font-weight: 700;
}

.nav-pills .nav-link:hover {
    border-color: #f55e13;
    color: #000000;
}

.wrap_p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #000;
}

/* Vertical tabs layout & content card */
.feature-style-5 .d-flex.align-items-start {
    gap: 24px;
    flex-wrap: wrap;
}

#v-pills-tab {
    min-width: 320px;
}

#v-pills-tabContent {
    flex: 1 1 0%;
}

.feature-style-5 #v-pills-tabContent .tab-pane>div {
    background: #ffffff;
    border: 1px solid rgba(3, 19, 44, 0.08);
    border-radius: 12px;
    padding: 20px;
}

/* List aesthetics inside tab panes */
.feature-style-5 #v-pills-tabContent ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.feature-style-5 #v-pills-tabContent li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
}

.feature-style-5 #v-pills-tabContent li i {
    flex: 0 0 auto;
}

/* Responsive behavior */
@media (max-width: 991.98px) {
    #v-pills-tab {
        width: 100%;
    }

    .feature-style-5 #v-pills-tabContent .tab-pane>div {
        padding: 16px;
    }
}

.game-services-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.game-services-section .section-head {
    margin-bottom: 60px;
}

.game-services-section .section-head h3 {
    font-size: 34px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 15px;
}

.game-services-section .section-head p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
}

/* Timeline Grid */
.services-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Service Block */
.service-node {
    background: #ffffff;
    padding: 32px 30px;
    border-radius: 16px;
    border-left: 5px solid #f55e13;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
}

/* Timeline Dot */
.service-node::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 36px;
    width: 16px;
    height: 16px;
    background: #f55e13;
    border-radius: 50%;
}

/* Subtle Background Accent */
.service-node::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    background: rgba(245, 94, 19, 0.06);
    border-radius: 50%;
    z-index: 0;
}

/* Content */
.service-node h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.service-node p {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Hover Effects */
.service-node:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.service-node:hover::after {
    transform: scale(1.2);
}

/* ================================
   Responsive Breakpoints
================================ */

/* Large Tablets */
@media (max-width: 1199px) {
    .services-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets */
@media (max-width: 991px) {
    .game-services-section {
        padding: 70px 0;
    }

    .game-services-section .section-head h3 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .services-timeline {
        grid-template-columns: 1fr;
    }

    .service-node {
        padding: 26px 24px;
    }

    .service-node h5 {
        font-size: 17px;
    }
}

/* Service Icons */
.service-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f55e13, #ff8a3d);
    color: #ffffff;
    border-radius: 14px;
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 22px rgba(245, 94, 19, 0.35);
    transition: all 0.35s ease;
}

.service-node:hover .service-icon {
    transform: rotate(-6deg) scale(1.1);
}

/* ================================
   Blockchain Networks We Support
================================ */

.blockchain-networks-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.network-header {
    max-width: 880px;
    margin: 0 auto 70px;
}

.network-header h3 {
    font-size: 34px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

.network-header p {
    font-size: 16px;
    line-height: 1.9;
    color: #6b7280;
}

/* Grid Layout */
.network-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */
.network-card {
    background: #ffffff;
    padding: 30px 26px 34px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
}

.network-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
}

/* Icon */
.network-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f55e13, #ff8a3d);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 26px rgba(245, 94, 19, 0.35);
}

.network-icon::before {
    content: "";
    width: 34px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Text */
.network-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.network-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0;
}

/* Icons */
.eth::before {
    background-image: url("https://cryptologos.cc/logos/ethereum-eth-logo.svg");
}

.binance::before {
    background-image: url("https://cryptologos.cc/logos/bnb-bnb-logo.svg");
}

.polygon::before {
    background-image: url("https://cryptologos.cc/logos/polygon-matic-logo.svg");
}

.solana::before {
    background-image: url("https://cryptologos.cc/logos/solana-sol-logo.svg");
}

.cardano::before {
    background-image: url("https://cryptologos.cc/logos/cardano-ada-logo.svg");
}

.eos::before {
    background-image: url("https://cryptologos.cc/logos/eos-eos-logo.svg");
}

.avalanche::before {
    background-image: url("https://cryptologos.cc/logos/avalanche-avax-logo.svg");
}

.fantom::before {
    background-image: url("https://cryptologos.cc/logos/fantom-ftm-logo.svg");
}

.near::before {
    background-image: url("https://cryptologos.cc/logos/near-protocol-near-logo.svg");
}

.moonbeam::before {
    background-image: url("https://cryptologos.cc/logos/moonbeam-glmr-logo.svg");
}

/* Remaining Network Logos */

.aurora::before {
    background-image: url("https://cryptologos.cc/logos/aurora-aoa-logo.png");
}

.xdai::before {
    background-image: url("https://cryptologos.cc/logos/gnosis-gno-logo.svg");
}

.xinfin::before {
    background-image: url("https://xinfin.org//assets/images/favicon/apple-touch-icon.png");
}

.telos::before {
    background-image: url("	https://www.solulab.com/wp-content/uploads/2022/05/Telos-EVM.png");
}

.cronos::before {
    background-image: url("https://cryptologos.cc/logos/cronos-cro-logo.svg");
}

.optimism::before {
    background-image: url("https://cryptologos.cc/logos/optimism-ethereum-op-logo.svg");
}

/* Responsive */
@media (max-width: 1200px) {
    .network-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .network-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .network-grid {
        grid-template-columns: 1fr;
    }
}

.tech-stack-section {
    padding: 90px 0;
    background: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}

.section-title span {
    color: #ff5a1f;
}

/* Tabs */
.tech-tabs {
    display: flex;
    justify-content: center;
    gap: 45px;
    list-style: none;
    padding: 0;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.tech-tabs li {
    cursor: pointer;
    font-size: 16px;
    color: #6b7280;
    padding-bottom: 8px;
    position: relative;
    transition: 0.3s;
}

.tech-tabs li.active {
    color: #ff5a1f;
    font-weight: 600;
}

.tech-tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ff5a1f;
}

/* Content */
.tech-content {
    max-width: 1000px;
    margin: auto;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Grid */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 40px;
    justify-items: center;
}

.tech-grid.small {
    grid-template-columns: repeat(2, 200px);
}

/* Images */
.tech-grid img {
    max-width: 140px;
    transition: 0.35s ease;
    /* show original colors by default */
    filter: none;
}

.tech-grid img:hover {
    transform: translateY(-8px) scale(1.05);
    filter: none;
    /* keep original colors on hover */
}

/* ========================= Why Choose Us ========================= */
.why-choose-section {
    background: linear-gradient(180deg, #f8f9fc, #ffffff);
}

.why-card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}

.why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, #f55e13, #ff9f1c);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(245, 94, 19, 0.25);
}

.icon-box {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f55e13, #ff9f1c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.why-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.why-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.why-subtitle {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
