/* define vars */
:root {
    --primary-color: #ec6714;
    --secondary-color: #fff;
    --background-color: #000;
}

@media only screen and (max-width: 355px) {
    .menu-icon svg {
        margin: 0 -17px 0 0 !important;
    }
}

.utilities-and-usecase:hover {
    color: #ec6714;
}

.send-message-button {
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.81);
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)) !important;
    color: #fff !important;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    outline: none;
    transition: all 0.4s !important;
}

.send-message-button:hover {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s !important;
    box-shadow: none;
}

.send-subscribe-button {
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.81);
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)) !important;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    outline: none;
    width: fit-content;
    transition: all 0.4s !important;
}

.send-subscribe-button:hover {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s !important;
    box-shadow: none;
}

.error-background {
    color: #fff;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 15px;
    margin-bottom: 10px;
}

.send-claim-button {
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.81);
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)) !important;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    position: relative;
    outline: none;
    margin-top: 10px;
    transition: all 0.4s !important;
}

.send-claim-button:hover {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s !important;
    box-shadow: none;
}

@media only screen and (max-width: 1022px) {
    .small-screen {
        height: 100px;
        width: 125px;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        font-size: 16px;
    }

    .small-screen-text {
        font-size: 28px;
    }

    .small-screen-mt {
        margin-top: 0px;
        font-size: 12px;
    }

    .Unlock-Power-Padding {
        padding: 5px !important;
    }

    .grid-768 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .py-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media only screen and (max-width: 768px) {

    .small-screen-footerwidth {
        width: 70% !important;
        padding: 50px 5px 62px 5px !important;
    }

    .small-screen-footerimage {
        background-position: right !important;
    }

    .py-40 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .small-screen-image {
        background-image: url('/images/PIF-background-2.png') !important;
        height: 40vh !important;
    }

    .small-screen-text {
        font-size: 20px !important;
    }

    .grid-768 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .padding-right-left {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .small-screen-mt {
        margin-top: 0px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 425px) {}

.padding-right-left {
    padding-left: 20px;
    padding-right: 20px;
}

.py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.Unlock-Power-Padding {
    padding: 15px;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.71);
}

.btn-primary {
    padding: 7px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)) !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.71);
    color: inherit !important;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    outline: none;
    transition: all 0.5s !important;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.6) !important;
}

.btn-primary:hover {
    text-decoration: none !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2)) !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.21);
    transition: all 0.5s;
    border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.18) !important;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 14px;
    width: 14px;
    color: #ec6714 !important;
    background-color: #fff;
    border-width: 0px;
    border-radius: 5px;
    --tw-shadow: transparent;
}

.hover-ec6714 {
    color: inherit;
}

.hover-ec6714:hover {
    color: #ec6714;
    text-decoration: underline;
}

.footer-big-screen {
    width: fit-content !important;
}

@media screen and (max-width: 769px) {
    .small-screen-view {
        width: 100%;
        height: 300px;
    }
}

details p {
    color: inherit;
}

details p a {
    color: #ec6714;
}

details p a:hover {
    text-decoration: underline;
}

#landing-username {
    color: #ec6714;
}

#landing-username:hover {
    text-decoration: underline;
}

.text-gradient {
    color: var(--primary-color);
    text-shadow: -1px 2px 0px #000000;
}

.landing--hero-container {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 90vh;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.71);
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.landing--hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.landing--hero-text-content {
    color: white;
}

.landing--hero-title {
    color: white;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.landing--hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.landing--hero-buttons {
    display: flex;
    gap: 1rem;
}

.landing--hero-button-primary {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing--hero-button-primary:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

.landing--hero-button-secondary {
    background-color: transparent;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: bold;
    border: 2px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing--hero-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Logo Animation Styles */
.landing--hero-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing--hero-logo-animation {
    width: 300px;
    height: 300px;
    position: relative;
}

.landing--hero-logo {
    width: 100%;
    height: 100%;
    animation: landing--hero-logo-float 6s ease-in-out infinite;
    object-fit: contain;
}

@keyframes landing--hero-logo-float {

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

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

@keyframes landing--hero-logo-draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .landing--hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .landing--hero-buttons {
        justify-content: center;
    }

    .landing--hero-logo-container {
        margin-top: 3rem;
    }

    .landing--hero-logo-animation {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .landing--hero-grid {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .landing--hero-grid {
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .landing--hero-title {
        font-size: 2rem;
    }

    .landing--hero-subtitle {
        font-size: 1.2rem;
    }

    .landing--hero-logo-animation {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .landing--hero-buttons {
        display: block;
    }

    .landing--hero-buttons button:last-child {
        margin-left: 1rem;
    }

    .landing--hero-logo-animation {
        width: 150px;
        height: 150px;
    }
}

/**==============================================
     *                team section css
     *
     *
     *
     *
     *=============================================**/

.landing-team-section {
    background-color: #0b1120;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.landing-team-heading {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.landing-team-subheading {
    font-size: 1.5rem;
    color: #cbd5e1;
    margin-bottom: 50px;
}

.landing-team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.landing-team-card {
    background-color: #1e293b;
    border-radius: 15px;
    overflow: hidden;
    max-width: 260px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.landing-team-card:hover {
    box-shadow: 0px 0px 20px 5px #ec6714a6;
}

.landing-team-content {
    padding: 20px;
}


.landing-team-role-founder {
    color: #ec6714;
}

.landing-team-role-cto {
    color: #f59e0b;
}

.landing-team-role-cmo {
    color: #3b82f6;
}

.landing-team-role-lead {
    color: #10b981;
}

.landing-team-bio {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.landing-team-icons {
    display: flex;
    gap: 15px;
}

.landing-team-icons a {
    color: #94a3b8;
    transition: color 0.3s;
    font-size: 1.5rem;
}

.landing-team-icons a:hover {
    color: #ec6714;
}

.landing-team-image-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.landing-team-overlay .landing-team-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
    margin: 0;
}

.landing-team-overlay .landing-team-role {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ec6714;
    margin: 5px 0 0;
}

.landing-team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
}

.landing-team-image-wrapper:hover .landing-team-image {
    transform: scale(1.08);
}

.landing-team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.landing-team-image-wrapper:hover .landing-team-overlay {
    opacity: 1;
}


/**==============================================
 *                Youtube Video Section
 *
 *
 *
 *
 *=============================================**/
/* Base Styles */
.landing-video-section {
    padding: 5rem 1rem;
    /*background-color: #f8f9fa;*/
    position: relative;
}

.landing-video-container {
    max-width: 1200px;
    margin: 0 auto;
}

.landing-video-header {
    text-align: center;
    margin-bottom: 2rem;
}

.landing-video-title {
    font-size: 2.8rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.landing-video-subtitle {
    font-size: 1.5rem;
    color: #666;
}

/* Video Wrapper */
.landing-video-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.landing-video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Video Embed */
.landing-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    background: #000;
}

.landing-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.landing-video-play-button {
    width: 80px;
    height: 80px;
    background-color: #ec6714;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-video-play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.landing-video-play-button:hover {
    transform: scale(1.1);
    background-color: #d45d12;
}

/* Video Caption */
.landing-video-caption {
    background-color: white;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #555;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Animation */
@keyframes subtleBounce {

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

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

[data-animation="bounce"] {
    animation: subtleBounce 3s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .landing-video-title {
        font-size: 2rem;
    }

    .landing-video-play-button {
        width: 60px;
        height: 60px;
    }

    .landing-video-play-button svg {
        width: 25px;
        height: 25px;
    }
}


/**=======================================================================================================================
 **                                                     top users section
 *=======================================================================================================================**/

/* Base Styles */
.top-users-section {
    padding: 4rem 1rem;
    color: white;
    background-color: rgb(17 24 39 / 1);
}

.top-users-container {
    max-width: 1200px;
    margin: 0 auto;
}

.top-users-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
}

.top-users-subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: rgb(156 163 175 / 1);
}

/* Users Grid */
.top-users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 2rem;
}

/* User Card */
.top-users-card {
    background-color: rgb(31 41 55 / 1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 1rem;
}

.top-users-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px 5px #ec6714a6;
}

/* Cover Image */
.top-users-cover {
    height: 150px;
    background-color: white;
    overflow: hidden;
}

.top-users-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.top-users-card:hover .top-users-cover-img {
    transform: scale(1.05);
}

/* Avatar */
.top-users-avatar-container {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}

.top-users-avatar-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-users-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.top-users-avatar:nth-child(1) {
    border-color: #ec6714;
}

.top-users-avatar:nth-child(2) {
    border-color: #8b5cf6;
}

.top-users-avatar:nth-child(3) {
    border-color: #10b981;
}

.top-users-avatar:nth-child(4) {
    border-color: #f59e0b;
}

.top-users-avatar:nth-child(5) {
    border-color: #3b82f6;
}

.top-users-online-badge {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00b746;
    border-radius: 50%;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    transform: translate(-10px, -10px);
}

/* User Info */
.top-users-info {
    text-align: center;
    margin-top: 1rem;
    padding: 0 1rem;
}

.top-users-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.top-users-username {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.top-users-title {
    font-size: 1.1rem;
    color: #666;
    margin-top: 0.3rem;
}

.top-users-container-title {
    text-align: center;
    font-size: 3rem;
    color: white;
    margin-top: 0.3rem;
}

/* Stats */
.top-users-stats {
    display: flex;
    justify-content: space-around;
    margin: 1.5rem 0;
    padding: 0 1rem;
}

.top-users-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(55 65 81 / 0.5);
    padding: 5px 30px;
    border-radius: 5px;
}

.top-users-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(236 103 20 / 1);
}

.top-users-stat-label {
    font-size: 1.1rem;
    color: rgb(156 163 175 / 1);
    margin-top: 0px;
}

/* Follow Button */
.top-users-follow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 80%;
    margin: 0 auto;
    padding: 0.6rem;
    color: white;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #ec6714;
    color: #ec6714;
}

.top-users-follow-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.3);
}

.top-users-follow-icon {
    width: 16px;
    height: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .top-users-title {
        font-size: 2rem;
    }

    .top-users-subtitle {
        font-size: 1rem;
    }

    .top-users-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .top-users-cover {
        height: 120px;
    }

    .top-users-avatar-border {
        width: 80px;
        height: 80px;
    }

    .top-users-username {
        font-size: 1.1rem;
    }

    .top-users-stat-number {
        font-size: 1.1rem;
    }
}

/**======================
 *!    landing page presale progress
 *========================**/

/* Base Styles */
.presale--section {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(30 41 59);
}

.presale--container {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
    border-radius: 10px;
    background: rgb(55 65 81);
    padding: 30px;
}

.presale--title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.presale--title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #ec6714;
    border-radius: 2px;
}

/* Progress Bar */
.presale--progress-container {
    margin-bottom: 3rem;
}

.presale--progress-bar {
    height: 15px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.presale--progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 6px;
    position: relative;
    transition: width 1s ease;
}

.presale--progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.3) 100%);
    animation: presale--shine 2s infinite;
}

.presale--progress-milestones {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #64748b;
}

.presale--milestone {
    position: relative;
    padding-top: 1rem;
    color: rgb(156 163 175 / 1);
    font-size: 1.2rem;
}

.presale--milestone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 50%;
}

.presale--milestone.current {
    color: #ec6714;
    font-weight: 600;
}

.presale--milestone.current::before {
    background: #ec6714;
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}

/* Stats Grid */
.presale--stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.presale--stat {
    background-color: rgb(31 42 56);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.presale--stat-label {
    color: var(--primary-color);
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 750;
    margin-bottom: 0.5rem;
}

.presale--stat-value {
    color: rgb(156 163 175 / 1);
    font-size: 1.5rem;
    font-weight: 700;
}

/* CTA Button */
.presale--cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 103, 20, 0.3);
}

.presale--cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 103, 20, 0.4);
}

.presale--cta-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.presale--cta-button:hover .presale--cta-icon {
    transform: translateX(3px);
}

/* Animations */
@keyframes presale--shine {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(200px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .presale--title {
        font-size: 2rem;
    }

    .presale--stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .presale--stat {
        padding: 1rem;
    }

    .presale--stat-value {
        font-size: 1.25rem;
    }
}

/* start token distribution feature */
/* Base Styles */
.td-section {
    padding: 6rem 1rem;
    background: linear-gradient(115deg, #beddff 0%, #bfc7c2 100%);
    position: relative;
    overflow: hidden;
}

.td-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.td-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4rem;
    color: #1e293b;
    position: relative;
}

.td-title span {
    color: #ec6714;
    position: relative;
}

.td-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 2px;
}

/* Grid Layout */
.td-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

/* Fixed Pie Chart */
.td-chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.td-pie-chart {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: conic-gradient(#EC6714 0% 15.3%,
            /* Presale */
            #FFA94D 15.3% 17.8%,
            /* Initial Liquidity */
            #7FB069 17.8% 20.3%,
            /* Team */
            #FFD166 20.3% 22.8%,
            /* Marketing */
            #4D96FF 22.8% 100%
            /* Platform */
        );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.td-pie-center {
    position: absolute;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ec6714;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Legend */
.td-legend {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    max-width: 300px;
}

.td-legend-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.95rem;
    color: #334155;
}

.td-legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Details Section */
.td-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.td-supply-card {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #ec6714;
}

.td-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 1rem;
}

.td-supply-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.td-token-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.td-token-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.td-token-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.td-token-label {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.td-token-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    padding: 0.75rem 1rem;
    background: #ededed;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .td-grid {
        grid-template-columns: 1fr;
    }

    .td-chart-container {
        order: 2;
    }
}

@media (max-width: 768px) {
    .td-title {
        font-size: 2.5rem;
    }

    .td-supply-amount {
        font-size: 2rem;
    }

    .td-token-grid {
        grid-template-columns: 1fr;
    }

    .td-pie-chart {
        width: 250px;
        height: 250px;
    }

    .td-pie-center {
        width: 100px;
        height: 100px;
        font-size: 1.25rem;
    }
}

/* end token distribution feature */

/* start features */
/* View More Button */
.pf-view-more {
    text-align: center;
    margin-top: 30px;
}

.pf-view-btn {
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 103, 20, 0.3);
}

.pf-view-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 103, 20, 0.4);
}

/* Base Styles */
.platform-features {
    padding: 5rem 1rem;
    background: linear-gradient(180deg, #1e293b 0%, #3f46a5 100%);
}

.pf-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pf-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
    color: white;
}

.pf-title span {
    color: #ec6714;
    position: relative;
}

.pf-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 2px;
}

.pf-subtitle {
    font-size: 1.25rem;
    color: #d7c8c8;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

/* Features Grid */
.pf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.pf-card {
    background: rgb(17 33 68);
    border-radius: 12px;
    padding: 1.6rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.pf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px 5px #ec6714a6;
}

.pf-icon-title {
    display: block;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pf-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.pf-card:hover .pf-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.3);
}

.pf-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f3955a;
    margin: 0;
    margin-top: 15px;
}

.pf-card-desc {
    color: #95999f;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}

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

@media (max-width: 768px) {
    .pf-title {
        font-size: 2.25rem;
    }

    .pf-subtitle {
        font-size: 1.1rem;
    }

    .pf-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pf-card-desc {
        padding-left: 0;
        margin-top: 0.5rem;
    }
}

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

    .pf-card {
        padding: 1.25rem;
    }
}

/* end features */

/* pif on binance netwokr */
/* Base Styles */
.chain-section {
    padding: 6rem 1rem;
    background: linear-gradient(135deg, #f3ba2f10 0%, #f3ba2f05 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f3ba2f20;
    border-bottom: 1px solid #f3ba2f20;
}

.chain-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, #f3ba2f08 0%, transparent 50%);
    z-index: 0;
}

.chain-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* BSC Badge */
.chain-badge {
    display: inline-flex;
    align-items: center;
    background: #f3ba2f;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px #f3ba2f40;
}

.chain-logo {
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
}

.chain-badge-text {
    font-weight: 700;
    color: #1e0d03;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

/* Content */
.chain-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.chain-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.chain-title span {
    color: #ec6714;
    position: relative;
}

.chain-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 2px;
}

.chain-subtitle {
    font-size: 1.4rem;
    color: #64748b;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Card */
.chain-card {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

.chain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #f3ba2f, #ec6714);
}

.chain-card-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.chain-card-text {
    color: #64748b;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Features */
.chain-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.chain-feature {
    display: flex;
    align-items: center;
    background: #ffd6d1;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    color: #1e293b;
}

.chain-feature i {
    color: #ec6714;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

/* Highlight */
.chain-highlight {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    padding: 1.5rem;
    background: #cce5fd;
    border-radius: 12px;
    border-left: 4px solid #ec6714;
    max-width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
    padding-inline: 20px;
}

/* CTA */
.chain-cta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.chain-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.chain-button i {
    font-size: 1.1rem;
}

.chain-button:not(.secondary) {
    background: linear-gradient(135deg, #f3ba2f, #ec6714);
    color: #1e0d03;
    box-shadow: 0 4px 15px #f3ba2f60;
}

.chain-button:not(.secondary):hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px #f3ba2f80;
}

.chain-button.secondary {
    background: white;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}

.chain-button.secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
    .chain-title {
        font-size: 2.2rem;
    }

    .chain-subtitle {
        font-size: 1.1rem;
    }

    .chain-card {
        padding: 2rem 1.5rem;
    }

    .chain-card-title {
        font-size: 1.5rem;
    }

    .chain-cta {
        flex-direction: column;
        gap: 1rem;
        display: block;
    }

    .chain-button {
        width: 200px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .chain-features {
        flex-direction: column;
        align-items: center;
        display: block;
    }

    .chain-feature {
        width: 200px;
        justify-content: center;
        display: inline;
        margin: 10px;
        margin-top: 10px !important;
        line-height: 3;
    }

    .chain-highlight {
        font-size: 1.2rem;
        padding: 1rem;
    }
}

/* end pif on binance netwokr */

/* statuses section */
/* Base Styles */
.stats-section {
    padding: 9rem 1rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('/images/connection.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-content {
    text-align: center;
}

/* Typography */
.stats-title {
    font-size: 3.7rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3rem;
    color: white;
}

.stats-title-main {
    display: block;
}

.stats-title-gradient {
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.stats-title-accent {
    display: block;
    color: white;
    font-size: 2.5rem;
    margin-top: 0.5rem;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

/* Stats Cards */
.stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stats-card:hover {
    transform: translateY(-10px);
    background: rgba(236, 103, 20, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.stats-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stats-card:hover::before {
    opacity: 1;
}

.stats-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #ec6714;
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-number {
    color: #f3ba2f;
}

.stats-label {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.stats-underline {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    margin: 0 auto;
    transition: all 0.3s ease;
}

.stats-card:hover .stats-underline {
    width: 80px;
}

/* Count-up Animation */
@keyframes countUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.stats-number {
    animation: countUp 0.6s ease-out forwards;
}

/* Responsive */
@media (max-width: 1024px) {
    .stats-title {
        font-size: 3rem;
    }

    .stats-title-accent {
        font-size: 2rem;
    }
}

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

    .stats-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .stats-title {
        font-size: 2rem;
    }

    .stats-title-accent {
        font-size: 1.5rem;
    }
}

/* end statuses section */

/* claim username section */
/* Base Styles */
.username-hero {
    padding: 8rem 1rem;
    color: unset;
    background: linear-gradient(rgb(91 89 87 / 70%), rgba(0, 0, 0, 0.7)), url('/images/register2.png') center / cover no-repeat;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}

.username-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Glowing Card */
.username-card {
    background: rgba(15, 23, 42, 0.7);
    border-radius: 24px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Animated Glow Effects */
.username-glows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.glow-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    animation: float 15s infinite linear;
}

.glow-circle.style1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ec6714 0%, transparent 70%);
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}

.glow-circle.style2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}

.glow-circle.style3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #10b981 0%, transparent 70%);
    top: 50%;
    left: 50%;
    animation-delay: 10s;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(50px, 50px);
    }

    50% {
        transform: translate(0, 100px);
    }

    75% {
        transform: translate(-50px, 50px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Content */
.username-content {
    position: relative;
    z-index: 3;
    margin: auto;
}

.username-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.username-text-gradient {
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.username-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

/* Form */
.username-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.input-wrapper {
    display: flex;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.input-wrapper:focus-within {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}

.url-prefix {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.username-input {
    flex: 1;
    padding: 1.25rem 1rem;
    background: transparent;
    border: none;
    color: white;
    font-size: 1.3rem;
    outline: none;
}

.username-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.char-counter {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    background: rgba(15, 23, 42, 0.3);
}

.input-hint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
}

.input-hint i {
    color: #ec6714;
}

/* Button */
.username-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    width: 210px;
    margin: auto;
}

.username-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.username-submit-btn:hover::before {
    left: 100%;
}

.username-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(236, 103, 20, 0.3);
}

.username-submit-btn i {
    transition: transform 0.3s ease;
}

.username-submit-btn:hover i {
    transform: translateX(5px);
}

.pulse-animate {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(236, 103, 20, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(236, 103, 20, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(236, 103, 20, 0);
    }
}

/* Messages */
.username-error-message {
    color: #ef4444;
    font-size: 1rem;
    padding: 0.75rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 8px;
    border-left: 3px solid #ef4444;
}

.username-success-message {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
    border-left: 3px solid #10b981;
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .username-card {
        padding: 2.5rem 1.5rem;
    }

    .username-title {
        font-size: 2rem;
    }

    .username-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .input-wrapper {
        flex-direction: row;
    }

    .url-prefix {
        padding: 0.75rem 1rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .char-counter {
        padding: 0.75rem 1rem;
        justify-content: flex-end;
    }
}

/* end claim username section */

/* subscriber to newslatter */
/* Base Styles */
.newsletter-section {
    padding: 6rem 1rem;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(236, 103, 20, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.newsletter-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Content */
.newsletter-content {
    text-align: center;
}

.newsletter-header {
    margin-bottom: 3rem;
}

.newsletter-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.newsletter-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Form */
.newsletter-form {
    display: inline-flex;
    max-width: 600px;
    margin: 0 auto;
}

.landing-input-group {
    position: relative;
    display: inline-flex;
    margin-bottom: 1.5rem;
}

.landing-email-input {
    width: 410px;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    font-size: 1.7rem;
    color: white;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.landing-email-input:focus {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}

.landing-email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.landing-input-decoration {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ec6714;
    font-size: 1.5rem;
}

/* Button */
.landing-subscribe-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    height: 100%;
}

.landing-subscribe-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(236, 103, 20, 0.3);
}

.landing-subscribe-btn i {
    transition: transform 0.3s ease;
}

.landing-subscribe-btn:hover i {
    transform: translateX(5px);
}

.btn-loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Floating Icons */
.newsletter-graphics {
    position: relative;
    height: 100px;
    margin-top: 3rem;
}

.floating-icon {
    position: absolute;
    font-size: 1.7rem;
    color: rgba(236, 103, 20, 0.7);
    animation: float 6s ease-in-out infinite;
    animation-delay: var(--delay);
}

.floating-icon:nth-child(1) {
    left: 15%;
    top: 20%;
}

.floating-icon:nth-child(2) {
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.floating-icon:nth-child(3) {
    right: 15%;
    top: 20%;
}

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

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

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-form {
        display: block;
    }

    .landing-input-group {
        width: 90%;
    }

    .landing-subscribe-btn {
        width: auto;
    }

    .newsletter-title {
        font-size: 2rem;
    }

    .newsletter-subtitle {
        font-size: 1rem;
    }

    .landing-email-input {
        padding: 1rem 1rem 1rem 3rem;
    }

    .landing-input-decoration {
        left: 1rem;
    }
}

@media (max-width: 480px) {
    .newsletter-title {
        font-size: 1.8rem;
    }
}

/* end subscriber to newslatter */


/* contact us form start  */
/* Base Styles */
.contact-section {
    padding: 6rem 1rem;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(236, 103, 20, 0.1) 0%, transparent 50%);
    z-index: 0;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header */
.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.contact-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card */
.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: rgba(15, 23, 42, 0.7);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Form */
.contact-form-container {
    padding: 3rem;
}

.contact-form-title {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-form-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.contact-form-input,
.contact-form-textarea,
.contact-form-select {
    width: 100%;
    padding: 1rem;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.contact-form-input:focus,
.contact-form-textarea:focus,
.contact-form-select:focus {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
    outline: none;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ec6714' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    cursor: pointer;
}

.contact-form-error {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.contact-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    width: 100%;
}

.contact-form-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(236, 103, 20, 0.3);
}

.contact-form-submit--loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Contact Info */
.contact-info-container {
    background: rgba(236, 103, 20, 0.1);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(236, 103, 20, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ec6714;
    flex-shrink: 0;
}

.contact-info-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
}

.contact-info-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}


/* Responsive */
@media (max-width: 992px) {
    .contact-card {
        grid-template-columns: 1fr;
    }

    .contact-info-container {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 2.2rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
    }

    .contact-form-container,
    .contact-info-container {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .contact-title {
        font-size: 1.8rem;
    }
}

/* Social Media Styles */
.contact-info-social {}

.contact-info-social-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.social-media-links {
    display: flex;
    gap: 1.25rem;
}

.social-media-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-media-link:hover {
    background: rgba(236, 103, 20, 0.2);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.2);
}

/* Platform-specific colors on hover */
.social-media-link:hover .fa-x {
    color: #000000;
}

.social-media-link:hover .fa-telegram {
    color: #26A5E4;
}

.social-media-link:hover .fa-facebook {
    color: #1877F2;
}

.social-media-link:hover .fa-youtube {
    color: #FF0000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .social-media-links {
        justify-content: center;
    }

    .social-media-link {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}

/* Document Links in Contact Info */
.document-links {
    display: -webkit-box;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.document-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #d3d3d324;
    padding-inline: 10px;
}

.document-link:hover {
    background: rgba(236, 103, 20, 0.2);
    color: white;
    padding-left: 0.75rem;
}

.document-link i:first-child {
    width: 1rem;
    text-align: center;
    color: rgba(236, 103, 20, 0.8);
}

.document-link i:last-child {
    margin-left: auto;
    font-size: 0.8rem;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.document-link:hover i:last-child {
    opacity: 1;
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .document-link {
        font-size: 0.85rem;
        padding: 0.4rem;
    }
}

/* contact us form end */
