:root {
    --primary-black-color: #050507;
    --secondary-black-color: #0A0715;
    --primary-deep-navy-color: #0E1020;
    --primary-orange-color: #FF6A00;
    --secondary-orange-color: #FF7B00;


}

body {
    height: fit-content;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: var(--primary-black-color) !important;
    color: #FFFFFF !important;
    /* border: 1px solid red; */
}

.bg-primary-black {
    background-color: var(--primary-black-color) !important;
}

.h-60 {
    height: 60px !important;
    border-bottom: 1px solid #FFFFFF1A;
}

.header-main {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
    background-color: var(--primary-black-color);
    z-index: 999;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-container {
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    height: 40px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: white !important;
}

.nav-links li {
    cursor: pointer;
    white-space: nowrap;
    color: white !important;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.login-btn,
.btn-main {
    white-space: nowrap;
}

/* Large Laptop */
@media (max-width: 1200px) {
    .nav-links {
        gap: 20px;
    }

    .header-container {
        padding: 0 20px;
    }
}

/* Tablet */
@media (max-width: 992px) {

    .main-img {
        flex-direction: column;
        gap: 30px;
    }

    .hero-image {
        justify-content: center !important;
    }

    /* .gradient-text {
        font-size: 56px !important;
    } */

    .nav-links {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header-actions {
        gap: 10px;
    }

    .btn-main,
    .login-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .vs-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        /* background: radial-gradient(circle, #ff008c, #6f00ff); */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 52% !important;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 25px rgba(255, 0, 170, 0.5);
        z-index: 10;
    }

    .vs-circle::before {
        content: "";
        border-radius: 50%;
        background: linear-gradient(90deg,
                #FF6A00,
                #FF2D95,
                #A855FF);
        z-index: -1;
        position: absolute;
        height: 100%;
        width: 100%;
        border: 1px solid red;
    }

    .main-title {
        font-size: 34px;
    }
}



/* Small Mobile */
@media (max-width: 480px) {
    .header-main {
        height: 60px;
    }

    .header-container {
        padding: 0 12px;
    }

    .logo {
        height: 28px;
    }

    .menu-toggle {
        font-size: 22px;
    }
}

.text-decoration-none {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    gap: '50px';
}

.login-btn {
    border: 1px solid white;
    border-radius: 8px;
    background: transparent;
    color: white;
    display: flex;
    gap: '0px';
    font-size: 14px;
    padding: 7px 18px 7px 12px;
}

.fs-12 {
    font-size: 12px;
}

.w-content {
    width: fit-content;
}

.border-main {
    border: 1px solid #FFFFFF5A;
}

.border-10 {
    border-radius: 5px;
}

.border-20 {
    border-radius: 10px;
}

.fs-72 {
    font-size: 72px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.fs-8 {
    font-size: 8px !important;
    line-height: normal !important;
}

.fs-10 {
    font-size: 10px !important;
    line-height: normal !important;
}

.fs-12 {
    font-size: 12px !important;
    line-height: normal !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: normal !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: normal !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: normal !important;
}

.fs-20 {
    font-size: 20px !important;
    line-height: normal !important;
}

.fs-24 {
    font-size: 24px !important;
    line-height: normal !important;
}

.fs-28 {
    font-size: 28px !important;
    line-height: normal !important;
}

.fs-30 {
    font-size: 30px !important;
    line-height: normal !important;
}

.fs-32 {
    font-size: 32px !important;
    line-height: normal !important;
}

.fs-36 {
    font-size: 36px !important;
    line-height: normal !important;
}

.fs-42 {
    font-size: 42px !important;
    line-height: normal !important;
}

.fs-48 {
    font-size: 48px !important;
    line-height: normal !important;
}

.fs-52 {
    font-size: 52px !important;
    line-height: normal !important;
}

.fs-58 {
    font-size: 58px !important;
    line-height: normal !important;
}

.fs-62 {
    font-size: 62px !important;
    line-height: normal !important;
}

.h-content {
    height: fit-content;
}

.btn-main {
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    padding: 7px 25px;
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 40%,
            #7B2CFF 70%,
            rgb(43, 12, 253));
    transition: all .3s;
}

.btn-main:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 0 10px #FF6A002A,
        0 0 20px #FF2D955A,
        0 0 35px rgb(43, 12, 253, .7);
}

.fw-bold {
    font-weight: bold;
}

.gradient-text {
    width: fit-content;
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 50%,
            #7B2CFF 100%);
    /* rgb(43, 12, 253)); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 24px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background-image: url("/assets/images/orange-check.png");
    /* your icon path */
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-list2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    background-image: url("/assets/images/orange-check.png");
    /* your icon path */
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-list3 li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/orange-check.png");
    /* your icon path */
    background-size: contain;
    background-repeat: no-repeat;
}

/* .main-img{
    position: relative;
    background: url('/assets/images/pc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;

} */

.pc-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.main-img {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.hero-image {
    flex: 1;
    min-width: 0;
}

/* .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.border-50 {
    border-radius: 50%;
}

.bg-main {
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 50%,
            #7B2CFF 100%);
}

.text-purple {
    color: #7B2CFF !important;
}

.text-orange {
    color: #FF6A00;
}

.bg-black {
    /* background-color: var(--primary-deep-navy-color); */
    background-color: var(--secondary-black-color);
}



.border-light-end {
    border-right: 1px solid #FFFFFF1A;
}

.border-light-bottom {
    border-bottom: 1px solid #FFFFFF1A;
}

.p-custom {
    padding: 0.2px;
}

.p-custom2 {
    padding: 1px;
}

.hero-image img {
    /* width: 100%; */
    /* height: auto; */
    /* max-height: 500px !important; */
    object-fit: inherit;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 20%,
            black 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            black 20%,
            black 100%);
}


.flow,
.feature-card {
    position: relative;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: 24%;
}

.border-15 {
    border-radius: 15px;
}

.flow:hover,
.feature-card:hover {
    box-shadow:
        0 0 20px rgba(255, 106, 0, 0.2),
        0 0 40px rgba(123, 44, 255, 0.15);
}

.flow::before,
.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    /* border thickness */
    background: linear-gradient(90deg,
            #FF6A00 0%,
            #FF2D95 40%,
            #7B2CFF 70%,
            rgb(43, 12, 253) 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* .dashed-border::after {
    content: "---------------->";
    position: absolute;
    height: 1px;
    color: rgba(255, 106, 0);
    width: 200%;
    top: 45%;
    left: 150%;
} */

.p-custom {
    position: relative;
}

.whitespace {
    white-space: nowrap;
}

.number {
    position: absolute;
    padding: 2px;
    background-color: rgb(43, 12, 253);
    color: white;
    top: -15px;
    left: 50%;
    border-radius: 50px;
    transform: translateX(-50%);
    padding: 2px 9px;
}

.flow:hover::before {
    opacity: 1;
}

.flow:hover {
    transform: translateY(-5px);
}

.tesla-img {
    border: 1px solid red;
    height: 250px;
    background: url('/assets/images/Crypto.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {

    /* .hero-image {
        display: none !important;
    } */
    /* .gradient-text {
        font-size: 42px !important;
        line-height: 1 !important;
    } */

    .main-img p.fs-20 {
        font-size: 18px !important;
    }

    .main-img p.fs-16 {
        font-size: 14px !important;
    }

    .feature-card {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .hero-image img {
        max-height: 350px;
    }

    .feature-card {
        min-width: 100% !important;
        width: 100% !important;
    }

    .header-container {
        padding: 0 16px;
    }

    .logo {
        height: 32px;
    }

    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: block;
        font-size: 24px;
    }

    /* .dashed-border::after {
        content: "--------->";
        position: absolute;
        height: 1px;
        color: rgba(255, 106, 0);
        width: fit-content;
        white-space: nowrap;
        top: 230%;
        left: 25%;
        rotate: 90deg;
    } */
}

/* .img-content{
overflow: hidden;
} */

.drop-shadow {
    filter:
        brightness(1.03) saturate(1.1) drop-shadow(0 0 50px #FF6A002A) drop-shadow(0 0 100px #FF2D953A) drop-shadow(0 0 200px #7B2CFF5A);
}

.feature-card {
    width: calc(25% - 12px) !important;
    border-radius: 10px;
    position: relative;
}





.banner {
    width: 100%;
    min-height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;

    padding: 28px 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    background:
        radial-gradient(circle at left center,
            rgba(255, 106, 0, 0.22),
            transparent 28%),

        radial-gradient(circle at 75% 20%,
            rgba(123, 44, 255, 0.22),
            transparent 35%),

        linear-gradient(90deg,
            #17030A 0%,
            #19051B 35%,
            #140826 65%,
            #0D1134 100%);

    border: 1px solid rgba(255, 255, 255, 0.06);

    box-shadow:
        inset 0 -50px 80px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(123, 44, 255, 0.08);
}

/* LEFT SIDE GLOW */

.banner::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.45) 0%,
            rgba(255, 45, 149, 0.22) 40%,
            transparent 70%);

    filter: blur(70px);
}

/* RIGHT SIDE BLUE */

.banner::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(123, 44, 255, 0.28),
            transparent 70%);

    filter: blur(80px);
}

/* ---------------- LEFT ---------------- */

.left {
    width: 310px;
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wolf-wrapper {
    position: relative;
    width: 240px;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* BIG CENTER GLOW */

.wolf-wrapper::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;
    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.9),
            rgba(255, 45, 149, 0.45),
            rgba(123, 44, 255, 0.15),
            transparent 72%);

    filter: blur(28px);
}

/* EXTRA FLOOR LIGHT */

.wolf-wrapper::after {
    content: "";
    position: absolute;
    bottom: 8px;

    width: 180px;
    height: 26px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(255, 106, 0, 0.65),
            transparent 70%);

    filter: blur(12px);
}

.wolf-circle {
    width: 150px;
    height: 150px;

    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
}

.wolf-logo {
    height: 200px;
    object-fit: contain;

    filter:
        drop-shadow(0 0 10px #FF6A00) drop-shadow(0 0 24px rgba(255, 45, 149, 0.5)) drop-shadow(0 0 40px rgba(123, 44, 255, 0.3));
}

/* FLOATING ICONS */

.coin {
    position: absolute;
    width: 52px;
    z-index: 5;

    animation: float 4s ease-in-out infinite;

    filter:
        drop-shadow(0 0 12px rgba(255, 255, 255, 0.15)) drop-shadow(0 0 24px rgba(255, 106, 0, 0.2));
}

.btc {
    top: 6px;
    left: 6px;
}

.apple {
    left: 0;
    bottom: 22px;
    animation-delay: .8s;
}

.chart {
    right: 10px;
    top: 0;
    animation-delay: 1.2s;
}

.tesla {
    right: -2px;
    bottom: 38px;
    animation-delay: 1.8s;
}

/* ---------------- CONTENT ---------------- */

.content {
    flex: 1;
    position: relative;
    z-index: 2;
    color: white;
}

.content h3 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;

    margin-bottom: 10px;
}

.content p {
    font-size: 15px;
    line-height: 1.6;

    color: rgba(255, 255, 255, .72);

    max-width: 620px;
    margin-bottom: 22px;
}

.gradient-text {
    background:
        linear-gradient(90deg,
            #FF6A00,
            #FF2D95,
            #A855FF);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-custom-main {
    border: 1px solid #FFFFFF2A;
}

/* BUTTONS */

.buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.store-img {
    height: 46px;
    object-fit: contain;
}

/* WEB BUTTON */

.trade-box {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 14px;

    border-radius: 14px;

    background:
        rgba(255, 255, 255, 0.05);

    border:
        1px solid rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(12px);
}

.trade-box svg {
    width: 32px;
    height: 32px;
}

.trade-box span {
    display: block;
}

.trade-box .small {
    font-size: 11px;
    color: rgba(255, 255, 255, .58);
}

.trade-box .big {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

/* ANIMATION */

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.custom-w-50 {
    width: 50%;
}

/* RESPONSIVE */

@media(max-width:900px) {
    .top-gradient-border3::after, .top-gradient-border3::before,.top-gradient-border::after, .top-gradient-border::before{
        display: none !important;
    }

    .banner {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

    .content p {
        margin-inline: auto;
    }

    .buttons {
        justify-content: center;
    }

    .content h3 {
        font-size: 34px;
    }
}

@media(max-width:600px) {
    .border-custom-main {
        border: none;
    }

    .border-light-end {
        border: none;
    }

    .custom-w-50 {
        width: 100%;
    }

    .banner {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .wolf-wrapper {
        transform: scale(.82);
    }

    .content h3 {
        font-size: 26px;
    }

    .content p {
        font-size: 14px;
    }

    .store-img {
        height: 42px;
    }
}


.comparison-section {
    border-radius: 20px;
    border: 1px solid #A855FF5A;
    box-shadow: 0 0 30px rgba(174, 0, 255, 0.15);
}



.comparison-box {
    background: rgba(9, 7, 25, 0.9);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.comparison-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background:
        linear-gradient(90deg,
            #FF6A00,
            #FF2D95,
            #A855FF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    align-items: center;
}

.icon-box {
    min-width: 60px;
    height: 60px;
    border-radius: 10px;
    position: relative;
    padding: 10px;
}

.icon-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background:
        linear-gradient(90deg,
            #FF6A00,
            #FF2D95,
            #A855FF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.vs-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: radial-gradient(circle, #ff008c, #6f00ff); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 25px rgba(255, 0, 170, 0.5);
    z-index: 10;
}

.vs-circle::before {
    content: "";
    border-radius: 50%;
    background: linear-gradient(90deg,
            #FF6A00,
            #FF2D95,
            #A855FF);
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    border: 1px solid red;
}

.bottom-cards {
    margin-top: 40px;
}

.bottom-card {
    background: rgba(10, 8, 25, 0.95);
    border-radius: 22px;
    padding: 20px;
    border: 1px solid #FF6A005A;
    height: 100%;
    transition: 0.3s;
    display: flex;
    align-items: start;
    gap: 15px;
    position: relative !important;
    max-width: 100%;

}

/* .bottom-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 25px #FF6A005A;
} */

.bottom-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #FF6A005A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    padding: 10px;
    color: #ff5a00;
    /* background: rgba(255, 94, 0, 0.08); */
}

.bottom-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bottom-desc {
    color: #b7b7c9;
    line-height: 1.6;
    font-size: 15px;
}

/* 
.video-thumbnail-wrapper {
    padding: 20px;
    border: 1px solid white;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
} */



.video-thumbnail {
    /* max-height: 230px; */
    height: 100%;
    /* width: 100%; */
    border-radius: 20px;
    object-fit: contain !important;
}

.play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: white;
    margin-bottom: 50px;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;

}

.img-1:hover .video-thumbnail {
    transform: scale(1.05);
    /*padding: 5px;*/
    /*border-radius: 20px;*/
    transition: all 0.7s;
}

/* Modal */
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.video-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: linear-gradient(to right, #F2674A, #4A7AF2);
    border-radius: 20px;
    padding: 3px 3px 0px 3px;

}

.video-modal video,
.video-modal iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    background: black;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.top-box {
    margin: 30px 0px;
}

.top-box2 {
    margin: 25px 0px;
}

.padding-2 {
    padding: 2px !important;
}

.box-1 {
    border-radius: 10px !important;
}

.gradient-border {
    position: relative;
    height: 1px;
    background: linear-gradient(90deg,
            hsl(25, 100%, 50%),
            #FF2D95,
            #A855FF);
    box-shadow:
        0 0 10px #FF6A00,
        0 0 20px #FF2D95,
        0 0 40px #A855FF,
        0 0 60px rgba(168, 85, 255, 0.5);
}

.gradient-border::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    left: 0%;
    top: 0%;
    background: #FF6A00;
    box-shadow:
        0 0 10px #FF6A00,
        0 0 20px #FF6A00,
        0 0 40px #FF6A00;
}

.top-gradient-border::after,
.top-gradient-border2::after,
.top-gradient-border3::after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    bottom: 100%;
    left: 50%;
    background: linear-gradient(90deg, #FF6A00, #FF2D95);
    box-shadow:
        0 0 10px #FF6A00,
        0 0 20px #FF6A00,
        0 0 40px #FF2D95;
}

.top-gradient-border::before,
.top-gradient-border3::before,
.second-top-gradient-border::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    top: 100%;
    left: 70%;
    background: linear-gradient(90deg, #FF2D95, #A855FF);
    box-shadow:
        0 0 10px #FF2D95,
        0 0 20px #FF2D95,
        0 0 40px #A855FF;

}

.second-top-gradient-border::before {
    left: 50%;
}

.top-gradient-border3::before {
    left: 30%;
}

.top-gradient-border2::after,
.top-gradient-border2::before {
    background: linear-gradient(90deg, #FF2D95);
    box-shadow:
        0 0 10px #FF2D95,
        0 0 20px #FF2D95,
        0 0 40px #FF2D95;
}

.top-gradient-border3::after,
.top-gradient-border3::before {
    background: linear-gradient(90deg, #FF6A00, #FF2D95);
    box-shadow:
        0 0 10px #FF6A00,
        0 0 20px #FF6A00,
        0 0 40px #FF2D95;
}

.gradient-border::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    right: 0%;
    top: 0%;
    background: #A855FF;
    box-shadow:
        0 0 10px #A855FF,
        0 0 20px #A855FF,
        0 0 40px #A855FF;
}

.third-top-gradient-border::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    top: 50%;
    right: 100%;
    background: #FF6A00;
    box-shadow:
        0 0 10px #FF6A00,
        0 0 20px #FF6A00,
        0 0 40px #FF6A00;
}

.third-top-gradient-border::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    top: 50%;
    left: 100%;
    background: #A855FF;
    box-shadow:
        0 0 10px #A855FF,
        0 0 20px #A855FF,
        0 0 40px #A855FF;
}

.top-box::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: 50%;
    top: 100%;
    background: #A855FF;
    box-shadow:
        0 0 10px #A855FF,
        0 0 20px #A855FF,
        0 0 30px #A855FF;
}

.glow-box:hover {
    box-shadow: 0px 0px 5px #FF6A005A,
        0px 0px 10px #FF2D955A,
        0px 0px 20px #A855FF5A;
    /* transform: scale(1.05); */
    transition: all .3s;
    z-index: 999;
}

.background-Image {
    position: relative;
    background: url('/assets/images/EntrePricing/content-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.background-Image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* increase/decrease opacity */
    z-index: 1;
}

.background-Image > * {
    position: relative;
    z-index: 2;
}
.border-light-main {
    border: 1px solid #FFFFFF1A;
}
.min-200{
    min-width: 200px;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.faq-answer.active {
    max-height: 300px;
    opacity: 1;
    padding: 10px 0 0 0;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.arrow.rotate {
    transform: rotate(180deg);
}
.pointer{
    cursor: pointer;
}

.extra-item {
    display: none;
}

#toggleBtn {
    text-decoration: none;
    font-weight: 600;
}


@media (max-width: 576px) {
.third-top-gradient-border::before,.third-top-gradient-border::after {
    width: 20px;
}
    .feature-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .gradient-text {
        font-size: 36px !important;
    } */

    .hero-image img {
        max-height: 280px;
    }

    .comparison-section {
        padding: 20px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-desc {
        font-size: 14px;
    }

    .bottom-title {
        font-size: 20px;
    }
}

@media (min-width: 1900px) {
    .hero-image img {
        width: 100%;
        object-fit: contain;
        max-height: 600px !important;
    }
}