@font-face {
    font-family: 'WOFF IRANSansX-Thin';
    src: url('fonts/woff/IRANSansX-Medium.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-UltraLight';
    src: url('fonts/woff/IRANSansX-UltraLight.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Light';
    src: url('fonts/woff/IRANSansX-Light.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Regular';
    src: url('fonts/woff/IRANSansX-Regular.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Medium';
    src: url('fonts/woff/IRANSansX-Medium.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-DemiBold';
    src: url('fonts/woff/IRANSansX-DemiBold.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Bold';
    src: url('fonts/woff/IRANSansX-Bold.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-ExtraBold';
    src: url('fonts/woff/IRANSansX-ExtraBold.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Black';
    src: url('fonts/woff/IRANSansX-Black.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-ExtraBlack';
    src: url('fonts/woff/IRANSansX-ExtraBlack.woff')
}

@font-face {
    font-family: 'WOFF IRANSansX-Heavy';
    src: url('fonts/woff/IRANSansX-Heavy.woff')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Thin';
    src: url('fonts/woff2/IRANSansX-Thin.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-UltraLight';
    src: url('fonts/woff2/IRANSansX-UltraLight.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Light';
    src: url('fonts/woff2/IRANSansX-Light.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Regular';
    src: url('fonts/woff2/IRANSansX-Regular.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Medium';
    src: url('fonts/woff2/IRANSansX-Medium.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-DemiBold';
    src: url('fonts/woff2/IRANSansX-DemiBold.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Bold';
    src: url('fonts/woff2/IRANSansX-Bold.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-ExtraBold';
    src: url('fonts/woff2/IRANSansX-ExtraBold.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Black';
    src: url('fonts/woff2/IRANSansX-Black.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-ExtraBlack';
    src: url('fonts/woff2/IRANSansX-ExtraBlack.woff2')
}

@font-face {
    font-family: 'WOFF2 IRANSansX-Heavy';
    src: url('fonts/woff2/IRANSansX-Heavy.woff2')
}

body {
    font-feature-settings: "kern" on, "liga" on, "calt" on;
    -moz-font-feature-settings: "kern" on, "liga" on, "calt" on;
    -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on;
    -ms-font-feature-settings: "kern" on, "liga" on, "calt" on;
    -o-font-feature-settings: "kern" on, "liga" on, "calt" on;
    font-family: "WOFF IRANSansX-thin"
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "WOFF IRANSansX-thin"
}

.back-10 {
    background: #1A1A1A !important;
    color: #fff !important
}

.login-page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.login {
    width: 500px;
    height: 54%;
    background: transparent;
    border-radius: 38px;
    border: 1px solid #2b2b2bbc;
    padding: 40px;
    text-align: center;
    backdrop-filter: blur(50px);
    filter: brightness(1.3)
}

.center {
    width: 300px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.047);
    border: 1px solid #00ff95;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 30px
}

.inps {
    display: flex;
    flex-direction: column;
    gap: 1px
}

.inpm {
    padding: 15px;
    border-radius: 40px;
    background: transparent;
    outline: none;
    border: 0
}

.ipm {
    filter: brightness(1);
    background: #ffffff25;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 40px
}

.ipm2 {
    filter: brightness(1);
    background: #ffffff1b;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-radius: 40px
}

.hrm-3 {
    width: 100%;
    height: 1px;
    background: #ffffff39
}

.bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding: 0 10px;
    width: 300px;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none
}

a {
    text-decoration: none
}

.bottom-links a {
    color: #ffffff5d
}

.bottom-btn {
    width: 290px;
    margin: 40px auto;
    border-radius: 250px;
    border: 2px solid #00ff95;
    background: #00ffcc30;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(27px)
}

.btm {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 20px 8px;
    border-radius: 250px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold
}

.bottom-btn:hover {
    transform: translateY(-2px);
    background: #00ffcc50;
    border-color: #00ff95;
    box-shadow: 0 0 6px rgba(0, 255, 149, 0.6)
}

.bottom-btn:active {
    transform: translateY(2px)
}

.imgs {
    width: 200px;
    height: 200px;
    filter: blur(90px);
    position: absolute;
    z-index: -1;
    transform: translate(-160px, 130px)
}

input {
    color: #fff
}

@media screen and (max-width:768px) {
    .login {
        width: 90%;
        height: auto;
        min-height: 50%;
        padding: 30px 20px
    }

    .center {
        width: 90%;
        max-width: 300px
    }

    .bottom-links {
        width: 90%;
        max-width: 300px;
        font-size: 11px;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center
    }

    .bottom-btn {
        width: 90%;
        max-width: 290px
    }

    .btm {
        padding: 15px 8px;
        font-size: 14px
    }

    .imgs {
        width: 150px;
        height: 150px;
        transform: translate(-80px, 100px)
    }
}

@media screen and (max-width:480px) {
    .login {
        width: 95%;
        padding: 20px 15px;
        border-radius: 28px
    }

    .center {
        width: 95%;
        margin-top: 20px
    }

    .inpm {
        padding: 10px
    }

    .bottom-links {
        width: 95%;
        font-size: 10px;
        flex-direction: column;
        gap: 5px
    }

    .bottom-btn {
        width: 95%;
        margin: 25px auto
    }

    .btm {
        padding: 12px 8px;
        font-size: 13px
    }

    .imgs {
        width: 120px;
        height: 120px;
        transform: translate(-50px, 80px);
        filter: blur(70px)
    }

    .ipm {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 6px;
        padding-left: 6px
    }
}

@media screen and (max-width:360px) {
    .login {
        padding: 15px 12px
    }

    .btm {
        padding: 10px 8px;
        font-size: 12px
    }

    .bottom-links {
        font-size: 9px
    }

    .imgs {
        width: 100px;
        height: 100px;
        transform: translate(-30px, 60px)
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .login {
        width: 450px;
        height: 52%
    }
}

@media screen and (min-width:1025px) and (max-width:1440px) {
    .login {
        width: 500px
    }
}

@media screen and (min-width:1441px) {
    .login {
        width: 550px;
        height: 55%
    }

    .center {
        width: 350px
    }

    .bottom-links {
        width: 350px;
        font-size: 14px
    }

    .bottom-btn {
        width: 330px
    }

    .btm {
        font-size: 18px;
        padding: 22px 8px
    }
}

.header {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(4px);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000
}

.header-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    transform: translateY(-20px)
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.2s ease
}

.brand:hover {
    transform: scale(1.01)
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 18px;
    box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
    margin-top: 20px;
    margin-left: 7px
}

.logo-svg {
    width: 140px;
    height: 140px;
    fill: none;
    stroke: white;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateX(10px)
}

.brand-name {
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: linear-gradient(120deg, #e9e9e9, #9f9f9f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    margin-left: 25px
}

.auth-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 40px
}

.btn-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    display: inline-flex;
    align-items: center;
    gap: 1px;
    background: transparent;
    border: 1px solid transparent
}

.btn-login {
    color: #ffffff
}

.btn-register {
    color: white;
    border: none
}

.icon-mock {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
/* ================================================
   NAVIGATION MENU (link-nav) - با دراپ‌داون سمت راست
   ================================================ */

.link-nav {
    width: 140px;
    background: rgba(247, 247, 247, 0.31);
    margin-left: 2%;
    position: absolute;
    padding: 3rem 1rem;
    border-radius: 205px;
    border: 3px solid #fff;
    box-shadow: 
        1px 1px 12px rgba(255, 255, 255, 0.6),
        -1px -1px 12px rgba(255, 255, 255, 0.6),
        inset 1px 1px 12px rgba(255, 255, 255, 0.6),
        inset 1px 1px 12px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
    z-index: 1000;
    left: 2%; /* تغییر: منو به سمت چپ */
    right: auto; /* تغییر: راست رو خودکار */
}

/* ===== LINKS CONTAINER ===== */
.links {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* ===== SINGLE LINK ===== */
.link,
.links > li {
    padding: 1.5rem 1rem;
    margin-top: 10px;
    border-radius: 50px;
    border: 2px solid rgba(0, 255, 149, 0);
    transition: all 0.5s ease;
    text-align: center;
    align-items: center;
    list-style: none;
    position: relative;
    cursor: pointer;
}

.links > li:hover {
    border: 2px solid #00ff95;
    transition: all 0.5s ease;
}

.links > li > a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    transition: all 0.3s ease;
}

.links > li > a:hover {
    color: #00ffcc !important;
}

/* ===== MENU ITEM WITH CHILDREN ===== */
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2300ff95' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    margin-right: 4px;
}

.menu-item-has-children:hover > a::after {
    transform: rotate(90deg);
}

/* ===== SUB MENU - باز شدن در سمت راست ===== */
.sub-menu {
    position: absolute;
    left: 100%; /* تغییر: از راست به چپ */
    right: auto; /* تغییر */
    top: 0;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid #00ff95;
    border-radius: 30px;
    padding: 0.5rem;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    list-style: none;
    margin-left: 8px; /* تغییر: فاصله از منو */
    margin-right: 0; /* تغییر */
    z-index: 1001;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(5px); /* تغییر: به سمت راست */
}

.sub-menu li {
    padding: 0.6rem 1rem;
    margin: 3px 0;
    border-radius: 40px;
    transition: all 0.2s ease;
    text-align: center;
    list-style: none;
}

.sub-menu li:hover {
    background: rgba(0, 255, 149, 0.2);
    border: 1px solid #00ff95;
}

.sub-menu li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    display: block;
    transition: all 0.3s ease;
}

.sub-menu li a:hover {
    color: #00ffcc !important;
}

/* ================================================
   RESPONSIVE BREAKPOINTS
   ================================================ */

/* Tablets & Small Laptops */
@media (max-width: 1024px) {
    .link-nav {
        width: 130px;
        padding: 2.5rem 0.8rem;
        border-radius: 180px;
        left: 1.5%;
    }

    .links > li > a {
        font-size: 13px;
    }

    .links > li {
        padding: 1.2rem 0.8rem;
        margin-top: 8px;
    }

    .sub-menu {
        min-width: 150px;
        padding: 0.4rem;
        left: 100%;
        margin-left: 5px;
    }

    .sub-menu li a {
        font-size: 12px;
    }

    .menu-item-has-children:hover .sub-menu {
        transform: translateX(5px);
    }
}

/* Tablets */
@media (max-width: 768px) {
    .link-nav {
        width: auto;
        min-width: 200px;
        position: fixed;
        top: auto;
        bottom: 30px;
        left: 50%; /* تغییر: وسط صفحه */
        right: auto;
        transform: translateX(-50%); /* تغییر: به جای translateX(50%) */
        padding: 1.2rem 1.8rem;
        border-radius: 80px;
        background: rgba(0, 0, 0, 0.75);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 2px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        max-height: 80vh;
        overflow-y: auto;
        margin: 0;
    }

    .links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        font-size: 14px;
    }

    .links > li {
        padding: 0.7rem 1.2rem;
        margin-top: 0;
        border-radius: 40px;
        border: 1.5px solid rgba(0, 255, 149, 0);
    }

    .links > li > a {
        font-size: 14px;
        white-space: nowrap;
    }

    .sub-menu {
        position: absolute;
        left: 50%; /* تغییر: وسط */
        right: auto;
        transform: translateX(-50%);
        top: 100%;
        min-width: 160px;
        border-radius: 20px;
        padding: 0.4rem;
        margin-left: 0;
        background: rgba(0, 0, 0, 0.95);
    }

    .menu-item-has-children:hover .sub-menu {
        transform: translateX(-50%) translateY(5px); /* تغییر */
    }

    .sub-menu li {
        padding: 0.5rem 0.8rem;
        border-radius: 30px;
    }

    .sub-menu li a {
        font-size: 13px;
        white-space: normal;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    .link-nav {
        min-width: 260px;
        max-width: 92%;
        bottom: 20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 1rem 1.5rem;
        border-radius: 70px;
        border-width: 2px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        max-height: 75vh;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
    }

    .links {
        gap: 0.6rem;
        font-size: 15px;
    }

    .links > li {
        padding: 0.8rem 1.4rem;
        border-radius: 45px;
        border-width: 1.5px;
        margin: 0;
    }

    .links > li > a {
        font-size: 15px;
        gap: 5px;
        font-weight: 500;
    }

    .menu-item-has-children > a::after {
        width: 8px;
        height: 8px;
        margin-right: 3px;
    }

    .sub-menu {
        min-width: 140px;
        border-radius: 18px;
        padding: 0.4rem;
        border-width: 1.5px;
        top: 100%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .menu-item-has-children:hover .sub-menu {
        transform: translateX(-50%) translateY(5px);
    }

    .sub-menu li {
        padding: 0.5rem 0.8rem;
        border-radius: 25px;
        margin: 2px 0;
    }

    .sub-menu li a {
        font-size: 14px;
        white-space: normal;
        padding: 0.2rem 0;
    }
}

/* Very Small Phones */
@media (max-width: 400px) {
    .link-nav {
        min-width: 240px;
        max-width: 95%;
        bottom: 15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        padding: 0.8rem 1.2rem;
        border-radius: 60px;
    }

    .links {
        gap: 0.5rem;
        font-size: 14px;
    }

    .links > li {
        padding: 0.6rem 1.2rem;
        border-radius: 40px;
    }

    .links > li > a {
        font-size: 14px;
        gap: 4px;
    }

    .menu-item-has-children > a::after {
        width: 7px;
        height: 7px;
        margin-right: 2px;
    }

    .sub-menu {
        min-width: 120px;
        border-radius: 15px;
        padding: 0.3rem;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .sub-menu li {
        padding: 0.4rem 0.6rem;
        border-radius: 20px;
    }

    .sub-menu li a {
        font-size: 13px;
    }

    .menu-item-has-children:hover .sub-menu {
        transform: translateX(-50%) translateY(5px);
    }
}

/* Large Screens */
@media (min-width: 1600px) {
    .link-nav {
        width: 180px;
        padding: 3.5rem 1.2rem;
        border-radius: 220px;
        border-width: 4px;
        left: 2%;
    }

    .links > li > a {
        font-size: 17px;
    }

    .links > li {
        padding: 1.8rem 1.2rem;
        margin-top: 12px;
        border-radius: 60px;
    }

    .sub-menu {
        min-width: 200px;
        padding: 0.6rem;
        border-radius: 35px;
        left: 100%;
        margin-left: 10px;
    }

    .sub-menu li a {
        font-size: 15px;
    }

    .menu-item-has-children:hover .sub-menu {
        transform: translateX(5px);
    }
}

/* ================================================
   HEADER - بدون تغییر
   ================================================ */

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(0.5rem, 1.5vh, 1.2rem) clamp(1rem, 3vw, 3rem);
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.brand {
    display: flex;
    align-items: center;
    gap: clamp(0.3rem, 1vw, 0.8rem);
}

.brand-name {
    font-size: clamp(1rem, 2.5vw, 1.9rem);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    /* margin-top: clamp(10px, 2vh, 35px); */
        transform: translateY(9px);
}

.logo-wrapper {
    width: clamp(26px, 4vw, 50px);
    height: clamp(26px, 4vw, 50px);
    /* margin-top: clamp(16px, 3vh, 35px); */
        transform: translateY(12px);
}

.logo-svg {
    width: clamp(55px, 7vw, 160px);
    height: clamp(55px, 7vw, 160px);
    
}

.auth-links {
    display: flex;
    align-items: center;
    gap: clamp(0.2rem, 0.5vw, 0.8rem);
    margin-top: clamp(0, 2vh, 45px);
}

.btn-link {
    color: #fff;
    text-decoration: none;
    font-size: clamp(0.7rem, 1.2vw, 1.1rem);
    padding: clamp(0.25rem, 0.5vh, 0.6rem) clamp(0.4rem, 1vw, 0.8rem);
    border-radius: 30px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #00ffcc;
}

.btn-link svg {
    width: clamp(12px, 1.5vw, 20px);
    height: clamp(12px, 1.5vw, 20px);
}

/* ================================================
   HEADER RESPONSIVE - بدون تغییر
   ================================================ */

/* Tablets & Small Laptops */
@media (max-width: 1024px) {
    .header-container {
        padding: 0.7rem 1.5rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .brand-name {
        font-size: 1.4rem;
        margin-top: 25px;
        margin-left: 15px;
    }

    .logo-wrapper {
        width: 38px;
        height: 38px;
        margin-top: 15px;
    }

    .logo-svg {
        width: 110px;
        height: 110px;
    }

    .auth-links {
        margin-top: 30px;
        gap: 0.3rem;
    }

    .btn-link {
        font-size: 0.9rem;
        padding: 0.4rem;
    }

    .btn-link svg {
        width: 16px;
        height: 16px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .header-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.6rem 1rem;
    }

    .brand {
        justify-content: center;
        width: 100%;
    }

    .brand-name {
        font-size: 1.3rem;
        margin-top: 20px;
        margin-left: 10px;
    }

    .logo-wrapper {
        width: 34px;
        height: 34px;
        margin-top: 12px;
    }

    .logo-svg {
        width: 90px;
        height: 90px;
    }

    .auth-links {
        width: auto;
        justify-content: center;
        margin-top: 5px;
    }

    .btn-link {
        font-size: 0.85rem;
        padding: 0.35rem 0.5rem;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    .header-container {
        padding: 0.5rem 0.8rem;
        flex-direction: column;
    }

    .brand {
        width: 100%;
        justify-content: center;
    }

    .brand-name {
        font-size: 1.2rem;
        margin-top: 15px;
        margin-left: 5px;
    }

    .logo-wrapper {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-left: 5px;
    }

    .logo-svg {
        width: 70px;
        height: 70px;
    }

    .auth-links {
        width: 100%;
        justify-content: center;
        gap: 0.3rem;
        margin-top: 0;
    }

    .btn-link {
        font-size: 0.8rem;
        padding: 0.3rem 0.5rem;
    }

    .btn-link svg {
        width: 14px;
        height: 14px;
    }
}

/* Very Small Phones */
@media (max-width: 400px) {
    .header-container {
        padding: 0.4rem 0.6rem;
    }

    .brand-name {
        font-size: 1rem;
        margin-top: 12px;
    }

    .logo-wrapper {
        width: 26px;
        height: 26px;
    }

    .logo-svg {
        width: 55px;
        height: 55px;
    }

    .btn-link {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }

    .btn-link svg {
        width: 12px;
        height: 12px;
    }
}

/* Large Screens */
@media (min-width: 1600px) {
    .header-container {
        max-width: 1600px;
        padding: 1rem 3rem;
    }

    .brand-name {
        font-size: 1.9rem;
        margin-top: 35px;
        margin-left: 30px;
    }

    .logo-wrapper {
        width: 50px;
        height: 50px;
        margin-top: 25px;
        margin-left: 10px;
    }

    .logo-svg {
        width: 160px;
        height: 160px;
    }

    .auth-links {
        margin-top: 45px;
        gap: 0.8rem;
    }

    .btn-link {
        font-size: 1.1rem;
        padding: 0.6rem 0.8rem;
    }

    .btn-link svg {
        width: 20px;
        height: 20px;
    }
}

a {
    color: #fff !important
}

/* ================================================
   RESET & BASE STYLES
   ================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

/* ================================================
   فقط کدهای دسکتاپ (دست نخورده)
   ================================================ */
.ctnir-land {
    width: 100%;
    height: 200vh;
    background-image: url(5aed7821-47b2-4d58-bee7-0c5b21d44215.png);
    background-repeat: no-repeat;
    background-size: 100% 790px;
    transform: translateY(-210px);
    z-index: -100 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.center-land {
    width: 310px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(90%);
    padding: 2rem;
    z-index: 100;
}

.top-land h1 {
    text-shadow: 1px 1px 1px #7d7d7d6d;
}

.cent-land {
    transform: translateY(20px);
    font-size: 15px;
}

.bottom-land {
    transform: translateY(45px);
}

button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.btn-m {
    width: 200px;
    padding: 1rem 3rem;
    background: rgba(255, 255, 255, 0.215);
    border-radius: 200px;
    border: 3px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.btn-m2 {
    width: 200px;
    padding: 1rem 3rem;
    padding-left: 0;
    background: rgba(255, 255, 255, 0);
    border-radius: 200px;
    border: 3px solid #00FFCC;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    transform: translate(-10px, 30px);
    display: flex;
}

.btn-mp2 {
    font-size: 1.1rem;
    transform: translate(10px, 5px);
}

.btn-m3 {
    width: 300px;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 200px;
    border: 3px solid #00FFCC;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    transform: translate(-10px, 30px);
    text-align: center;
}

.btn-mp3 {
    font-size: 1.1rem;
}

.categoriesArea {
    transform: translate(0, -350px);
}

/* section.why-choose-us-section {
    transform: translateY(-1000px);
}

section.team-articles-area {
    transform: translateY(-1000px);
}

section.latest-blog-area {
    transform: translateY(-1000px);
} */

.ctm8 {
    display: flex;
    padding: 20px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-100px, -1150px);
}

.box {
    color: white;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    flex: 1;
}

.box:nth-child(1) {
    padding: 0.8rem 2rem;
    background: #ffffff2b;
    border-radius: 70px;
    box-shadow: 1px 1px 30px rgba(255, 255, 255, 0.6), -1px -1px 12px rgba(255, 255, 255, 0.6), inset 1px 1px 12px rgba(255, 255, 255, 0.6), inset 1px 1px 12px rgba(255, 255, 255, 0.6);
    border: 3px solid #fff;
    height: 300px;
    backdrop-filter: blur(20px);
}

.box:nth-child(1) img {
    border-radius: 300px;
    transform: translateY(15px);
}

.box:nth-child(2) {
    padding: 0.1rem 4rem;
    background: #ffffff2b;
    border-radius: 0px;
    box-shadow: 1px 1px 30px rgba(255, 255, 255, 0.6), -1px -1px 12px rgba(255, 255, 255, 0.6), inset 1px 1px 12px rgba(255, 255, 255, 0.6), inset 1px 1px 12px rgba(255, 255, 255, 0.6);
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
    width: 550px;
    transform: translateX(-5px);
    backdrop-filter: blur(20px);
}

.dots {
    display: flex;
    gap: 0;
    width: 90px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
    transform: translateY(30px);
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: 1px solid rgb(255, 255, 255);
}

.tmp {
    background: rgb(255, 255, 255);
}

.box-content {
    width: 300px;
    margin-top: 11%;
}

.box-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* ================================================
   فقط کدهای ریسپانسیو (برای موبایل و تبلت)
   ================================================ */

/* ===== تبلت‌ها و لپ‌تاپ‌های کوچک ===== */
@media (max-width: 1200px) {
    .ctnir-land {
        background-size: cover;
        background-position: center;
        transform: translateY(-80px);
        height: 120vh;
    }

    .center-land {
        width: 280px;
        transform: translateY(70%);
        padding: 1.5rem;
    }

    .cent-land p {
        font-size: 14px;
    }

    .ctm8 {
        width: 500px;
        transform: translate(-50px, -200px);
    }

    .box:nth-child(2) {
        width: 450px;
        padding: 0.1rem 3rem;
    }

    .box-content {
        width: 250px;
    }
}

/* ===== تبلت‌های متوسط ===== */
@media (max-width: 992px) {
    .ctnir-land {
        background-size: cover;
        background-position: center;
        transform: translateY(-60px);
        height: 100vh;
    }

    .center-land {
        width: 300px;
        height: auto;
        transform: translateY(50%);
        padding: 2rem;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(15px);
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .top-land h1 {
        font-size: 2rem;
    }

    .cent-land {
        transform: translateY(15px);
    }

    .cent-land p {
        font-size: 14px;
        line-height: 1.6;
    }

    .bottom-land {
        transform: translateY(30px);
    }

    .btn-m {
        width: 180px;
        padding: 0.8rem 2.5rem;
    }

    button {
        font-size: 14px;
    }

    .ctm8 {
        width: 90%;
        max-width: 550px;
        transform: translate(-30px, -180px);
        flex-wrap: wrap;
    }

    .box:nth-child(1) {
        width: 100%;
        height: auto;
        min-height: 250px;
        border-radius: 40px;
    }

    .box:nth-child(1) img {
        width: 120px;
        height: auto;
    }

    .box:nth-child(2) {
        width: 95%;
        transform: translateX(0);
        border-radius: 40px;
        margin-top: 20px;
        height: auto;
        min-height: 180px;
    }

    .box-content {
        width: 80%;
        margin: 5% auto;
    }

    .dots {
        transform: translateY(20px);
        gap: 0.8rem;
    }
}

/* ===== موبایل‌های بزرگ ===== */
@media (max-width: 768px) {
    .ctnir-land {
        background-size: cover;
        background-position: center 30%;
        transform: translateY(-50px);
        height: 90vh;
        min-height: 600px;
    }

    .center-land {
        width: 85%;
        max-width: 340px;
        transform: translateY(40%);
        padding: 1.5rem;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(15px);
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .top-land h1 {
        font-size: 1.8rem;
    }

    .cent-land {
        transform: translateY(10px);
    }

    .cent-land p {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 0.3rem;
    }

    .bottom-land {
        transform: translateY(20px);
    }

    .btn-m {
        width: 160px;
        padding: 0.7rem 2rem;
    }

    button {
        font-size: 13px;
    }

    .ctm8 {
        transform: translate(0, -150px);
        width: 95%;
        padding: 15px;
        flex-direction: column;
        gap: 1rem;
    }

    .box:nth-child(1) {
        padding: 1rem 1.5rem;
        border-radius: 35px;
        height: auto;
        min-height: 200px;
    }

    .box:nth-child(1) img {
        width: 100px;
        height: auto;
        transform: translateY(5px);
    }

    .box:nth-child(2) {
        width: 100%;
        padding: 0.8rem 1.5rem;
        border-radius: 35px;
        height: auto;
        min-height: 150px;
        border: 3px solid #fff;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: translateX(0);
    }

    .box-content {
        width: 90%;
        margin: 3% auto;
    }

    .box-content p {
        font-size: 14px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .dots {
        transform: translateY(15px);
        gap: 0.8rem;
        width: auto;
    }

    .dot {
        width: 8px;
        height: 8px;
    }
}

/* ===== موبایل‌های کوچک ===== */
@media (max-width: 576px) {
    .ctnir-land {
        background-size: cover;
        background-position: center 40%;
        transform: translateY(-40px);
        height: 85vh;
        min-height: 500px;
    }

    .center-land {
        width: 92%;
        max-width: 300px;
        transform: translateY(35%);
        padding: 1rem;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(15px);
        border-radius: 16px;
        border: 1.5px solid rgba(255, 255, 255, 0.25);
    }

    .top-land h1 {
        font-size: 1.5rem;
    }

    .cent-land {
        transform: translateY(8px);
    }

    .cent-land p {
        font-size: 12px;
        line-height: 1.4;
        padding: 0 0.2rem;
    }

    .bottom-land {
        transform: translateY(15px);
    }

    .btn-m {
        width: 140px;
        padding: 0.6rem 1.5rem;
        border-width: 2px;
    }

    button {
        font-size: 12px;
    }

    .ctm8 {
        transform: translate(0, -100px);
        width: 100%;
        padding: 10px;
        flex-direction: column;
        gap: 0.8rem;
    }

    .box:nth-child(1) {
        padding: 0.8rem 1rem;
        border-radius: 25px;
        height: auto;
        min-height: 180px;
        border-width: 2px;
    }

    .box:nth-child(1) img {
        width: 80px;
        max-width: 80%;
        height: auto;
        transform: translateY(0);
    }

    .box:nth-child(2) {
        width: 100%;
        padding: 0.5rem 1rem;
        border-radius: 25px;
        height: auto;
        min-height: 130px;
        border-width: 2px;
        transform: translateX(0);
        margin-top: 10px;
    }

    .box-content {
        width: 95%;
        margin: 3% auto;
    }

    .box-content p {
        font-size: 12px;
        margin-bottom: 6px;
        margin-top: 6px;
        line-height: 1.4;
    }

    .dots {
        transform: translateY(10px);
        gap: 0.6rem;
        width: auto;
    }

    .dot {
        width: 7px;
        height: 7px;
    }

    .btn-m2, .btn-m3 {
        width: 85%;
        max-width: 220px;
        padding: 0.5rem 1.2rem;
        font-size: 12px;
        transform: translateX(0);
        border-width: 2px;
    }

    .btn-mp2, .btn-mp3 {
        font-size: 0.9rem;
    }
}

/* ===== موبایل‌های خیلی کوچک ===== */
@media (max-width: 400px) {
    .ctnir-land {
        height: 80vh;
        min-height: 450px;
        transform: translateY(-30px);
        background-position: center 35%;
    }

    .center-land {
        width: 95%;
        max-width: 260px;
        transform: translateY(30%);
        padding: 0.8rem;
        border-radius: 14px;
    }

    .top-land h1 {
        font-size: 1.2rem;
    }

    .cent-land p {
        font-size: 11px;
        line-height: 1.3;
    }

    .btn-m {
        width: 120px;
        padding: 0.5rem 1.2rem;
        font-size: 11px;
        border-width: 2px;
    }

    button {
        font-size: 11px;
    }

    .ctm8 {
        transform: translate(0, -80px);
        padding: 5px;
        gap: 0.6rem;
    }

    .box:nth-child(1) {
        padding: 0.6rem 0.8rem;
        border-radius: 20px;
        min-height: 150px;
        border-width: 2px;
    }

    .box:nth-child(1) img {
        width: 60px;
        max-width: 70%;
    }

    .box:nth-child(2) {
        padding: 0.4rem 0.8rem;
        border-radius: 20px;
        min-height: 110px;
        border-width: 2px;
    }

    .box-content p {
        font-size: 11px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .dots {
        transform: translateY(8px);
        gap: 0.5rem;
    }

    .dot {
        width: 6px;
        height: 6px;
    }

    .btn-m2, .btn-m3 {
        width: 90%;
        max-width: 180px;
        padding: 0.4rem 1rem;
        font-size: 11px;
        border-width: 2px;
    }

    .btn-mp2, .btn-mp3 {
        font-size: 0.8rem;
    }
}

/* ================================================
   دسکتاپ بزرگ (دست نخورده)
   ================================================ */
@media (min-width: 1600px) {
    .ctnir-land {
        background-size: 100% auto;
        background-position: top;
    }

    .center-land {
        width: 400px;
        height: 320px;
        transform: translateY(100%);
    }

    .top-land h1 {
        font-size: 2.5rem;
    }

    .cent-land p {
        font-size: 18px;
    }

    .btn-m {
        width: 250px;
        padding: 1.2rem 3.5rem;
    }

    button {
        font-size: 18px;
    }

    .ctm8 {
        width: 700px;
        transform: translate(-150px, -300px);
    }

    .box:nth-child(1) img {
        width: 180px;
    }

    .box:nth-child(2) {
        width: 700px;
        padding: 0.1rem 5rem;
    }

    .box-content {
        width: 350px;
    }

    .box-content p {
        font-size: 18px;
    }

    .dots {
        transform: translateY(40px);
        gap: 1.2rem;
    }

    .dot {
        width: 12px;
        height: 12px;
    }
}
.cmnmn {
    display: flex;
    direction: rtl;
    justify-content: space-around
}

.titm {
    color: #00FFCC;
    font-size: 35px
}

.titf {
    width: 600px;
    margin-top: 20px;
    font-size: 20px
}

.services {
    margin-top: 10%
}

.two-min {
    display: flex;
    flex-wrap: nowrap;
    direction: rtl
}

.service {
    background: linear-gradient(180deg, #E9E2D8, #1a1a1a);
    width: 760px;
    margin-left: auto;
    padding: 1rem 2rem;
    direction: ltr
}

.service:nth-child(1) {
    background: linear-gradient(180deg, #E9E2D8, #1a1a1a);
    width: 769px;
    margin-left: auto;
    padding: 1rem 2rem;
    direction: ltr
}

.service:nth-child(2) {
    background: linear-gradient(180deg, #F5D8D1, #1a1a1a);
    width: 760px;
    margin-left: auto;
    padding: 1rem 2rem;
    direction: rtl;
    transform: translateY(-5px)
}

.servc {
    background: linear-gradient(180deg, #B980C2, #1a1a1a);
    width: 1000px;
    margin-left: 0px;
    padding: 1rem 2rem;
    direction: ltr;
    transform: translateY(-10px)
}

.servc2 {
    background: linear-gradient(180deg, #00FFCC, #1a1a1a);
    width: 770px;
    margin-left: 0px;
    padding: 1rem 2rem;
    direction: rtl;
    transform: translateY(-15px)
}

.rtrt {
    transform: rotate(180deg)
}

.s-ceneter {
    width: 80%;
    padding: 1rem 0;
    margin-left: auto;
    margin-right: auto
}

.abingtitile {
    text-align: center;
    font-size: 27px
}

.abingtitile:nth-child(2) {
    text-align: center;
    font-size: 32px
}

.a-desc {
    font-size: 15px;
    text-align: center;
    padding: 2rem 0
}

.a-desc:nth-child(2) {
    font-size: 18px;
    text-align: center;
    padding: 2rem 0
}

@media (max-width:1200px) {
    .two-min {
        flex-wrap: wrap;
        justify-content: center
    }

    .service,
    .service:nth-child(1),
    .service:nth-child(2),
    .servc,
    .servc2 {
        width: 90%;
        margin: 10px auto;
        transform: translateY(0)
    }

    .service2 img,
    .servc img,
    .servc2 img {
        width: 100%;
        height: auto;
        transform: translateY(0) !important
    }

    .s-ceneter {
        width: 90%
    }

    .abingtitile,
    .abingtitile:nth-child(2) {
        font-size: 24px
    }

    .a-desc,
    .a-desc:nth-child(2) {
        font-size: 14px;
        padding: 1rem 0
    }
}

@media (max-width:992px) {
    .cmnmn {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .titf {
        width: 90%;
        font-size: 18px
    }

    .titm {
        font-size: 30px
    }

    .two-min {
        flex-direction: column;
        align-items: center
    }

    .service,
    .servc,
    .servc2 {
        width: 95%;
        margin: 15px auto;
        padding: 1rem
    }

    .service2 {
        width: 95%;
        margin: 15px auto
    }

    .service2 img {
        width: 100%;
        height: auto
    }

    .s-ceneter {
        width: 95%
    }

    .abingtitile {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .services {
        margin-top: 5%
    }

    .titm {
        font-size: 26px
    }

    .titf {
        font-size: 16px;
        width: 95%
    }

    .service,
    .servc,
    .servc2 {
        width: 98%;
        padding: 0.8rem
    }

    .abingtitile,
    .abingtitile:nth-child(2) {
        font-size: 20px
    }

    .a-desc,
    .a-desc:nth-child(2) {
        font-size: 13px;
        padding: 0.8rem 0
    }

    .btn-mp {
        font-size: 14px;
        padding: 8px 16px
    }

    .s-top img {
        width: 40px
    }
}

@media (max-width:576px) {
    .titm {
        font-size: 22px
    }

    .titf {
        font-size: 14px
    }

    .cmn img {
        width: 30px;
        height: auto
    }

    .service,
    .servc,
    .servc2 {
        width: 100%;
        margin: 10px 0;
        padding: 0.6rem
    }

    .abingtitile {
        font-size: 18px
    }

    .a-desc {
        font-size: 12px
    }

    .s-top img {
        width: 30px
    }

    .btn-mp {
        font-size: 12px;
        padding: 6px 12px
    }
}

@media (max-width:400px) {
    .titm {
        font-size: 20px
    }

    .titf {
        font-size: 12px
    }

    .abingtitile {
        font-size: 16px
    }

    .a-desc {
        font-size: 11px
    }

    .btn-mp {
        font-size: 10px;
        padding: 5px 10px
    }

    .s-top img {
        width: 25px
    }
}

@media (min-width:1600px) {

    .service,
    .service:nth-child(1),
    .service:nth-child(2) {
        width: 900px
    }

    .servc {
        width: 1100px
    }

    .servc2 {
        width: 900px
    }

    .abingtitile {
        font-size: 32px
    }

    .a-desc {
        font-size: 18px
    }

    .s-ceneter {
        width: 70%
    }
}

.a-posts {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 200px
}

.a-post {
    width: 400px;
    background: green;
    padding: 2rem 4rem
}

.a-post:nth-child(1) {
    width: 400px;
    background: linear-gradient(180deg, #C5BDEB, #1a1a1a);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top: 3px solid #00FFCC;
    border-left: 3px solid #00FFCC;
    border-bottom: 3px solid #00FFCC
}

.a-post:nth-child(2) {
    width: 400px;
    background: rgb(0, 87, 128);
    width: 400px;
    background: linear-gradient(180deg, #00ffcc, #1a1a1a);
    border-top: 3px solid #00FFCC;
    border-bottom: 3px solid #00FFCC
}

.a-post:nth-child(3) {
    width: 400px;
    background: rgb(0, 87, 128);
    width: 400px;
    background: linear-gradient(180deg, #B980C2, #1a1a1a);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: 3px solid #00FFCC;
    border-right: 3px solid #00FFCC;
    border-bottom: 3px solid #00FFCC
}

.prf {
    background: #fff;
    width: 200px;
    text-align: center;
    color: #1a1a1a;
    padding: 1.5rem 2rem;
    transform: translate(65px, -31.5px);
    border-top-left-radius: 8px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom: 3px solid #00FFCC;
    border-left: 3px solid #00FFCC;
    border-right: 3px solid #00FFCC
}

.prf2m {
    background: #000000;
    width: 200px;
    text-align: center;
    color: #ffffff;
    padding: 1.5rem 2rem;
    transform: translate(40px, -32px);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom: 3px solid #d6eae6;
    border-left: 3px solid #00FFCC;
    border-right: 3px solid #00FFCC
}

.prf3m {
    background: #ffffff;
    width: 200px;
    text-align: center;
    color: #000000;
    padding: 1.5rem 2rem;
    transform: translate(30px, -32px);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom: 3px solid #d6eae6;
    border-left: 3px solid #00FFCC;
    border-right: 3px solid #00FFCC
}

.a-cent-s {
    text-align: center;
    width: 330px
}

.a-cent-s p {
    padding: 1rem 0.8rem
}

.nnmm {
    font-size: 12px
}

.datesm {
    display: flex;
    direction: rtl;
    gap: 0.3rem;
    transform: translateX(15%)
}

.a-date-a {
    display: flex;
    gap: 1rem;
    background: #ffffff32;
    border: 1px solid #fff;
    text-align: center;
    align-items: center;
    padding: 1rem 1.5rem;
    width: 300px;
    border-radius: 50px;
    transform: translateX(-10%);
    justify-content: space-around
}

.a-date-a:nth-child(3) {
    transform: translateX(1%)
}

.a-date-a:nth-child(2) {
    transform: translateX(25%)
}

.a-date-a:nth-child(3) {
    transform: translateX(-5%)
}

.text-s {
    transform: translate(1px, 1px)
}

.buttomtbn {
    padding: 1.5rem 1rem;
    background: rgb(0, 0, 0);
    text-align: center;
    width: 150px;
    transform: translate(-63px, 32px);
    border-top-right-radius: 100px
}

.buttomtbn2 {
    padding: 1.5rem 1rem;
    background: rgb(0, 0, 0);
    text-align: center;
    width: 150%;
    transform: translate(-63px, 32px);/
}

.buttomtbn3 {
    padding: 1.5rem 1rem;
    background: rgb(0, 0, 0);
    text-align: center;
    width: 153px;
    transform: translate(184px, 32px);
    border-top-left-radius: 100px
}

@media (max-width:1200px) {
    .a-posts {
        width: 95%;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 100px
    }

    .a-post {
        width: 320px !important;
        padding: 1.5rem 2rem
    }

    .a-post:nth-child(1) {
        border-radius: 100px 0 0 100px
    }

    .a-post:nth-child(3) {
        border-radius: 0 100px 100px 0
    }

    .prf,
    .prf2m,
    .prf3m {
        width: 170px;
        padding: 1rem 1.5rem
    }

    .prf {
        transform: translate(75px, -31.5px)
    }

    .prf2m {
        transform: translate(20px, -32px)
    }

    .prf3m {
        transform: translate(-20px, -32px)
    }

    .a-cent-s {
        width: 280px
    }

    .a-date-a {
        width: 260px;
        padding: 0.8rem 1rem;
        transform: translateX(-5%)
    }

    .buttomtbn {
        width: 130px;
        transform: translate(-50px, 32px)
    }

    .buttomtbn2 {
        width: 130%;
        transform: translate(-50px, 32px)
    }

    .buttomtbn3 {
        width: 130px;
        transform: translate(140px, 32px)
    }
}

@media (max-width:992px) {
    .a-posts {
        width: 90%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 50px
    }

    .a-post {
        width: 90% !important;
        padding: 2rem;
        border-radius: 50px !important
    }

    .a-post:nth-child(1) {
        border-radius: 50px !important;
        border-left: 3px solid #00FFCC;
        border-right: 3px solid #00FFCC
    }

    .a-post:nth-child(2) {
        border-radius: 50px !important
    }

    .a-post:nth-child(3) {
        border-radius: 50px !important;
        border-right: 3px solid #00FFCC;
        border-left: 3px solid #00FFCC
    }

    .prf {
        transform: translate(0, -31.5px);
        margin: 0 auto
    }

    .prf2m {
        transform: translate(0, -32px);
        margin: 0 auto
    }

    .prf3m {
        transform: translate(0, -32px);
        margin: 0 auto
    }

    .a-cent-s {
        width: 100%;
        transform: translateX(0) !important;
        text-align: center
    }

    .a-date-a {
        width: 80%;
        transform: translateX(0) !important;
        margin: 0 auto
    }

    .buttomtbn,
    .buttomtbn2,
    .buttomtbn3 {
        width: 50%;
        transform: translate(0, 20px);
        margin: 0 auto;
        border-radius: 100px
    }

    .buttomtbn2 {
        width: 50%
    }

    .buttomtbn3 {
        width: 50%;
        border-radius: 100px
    }
}

@media (max-width:768px) {
    .a-posts {
        width: 95%;
        gap: 15px
    }

    .a-post {
        width: 100% !important;
        padding: 1.5rem
    }

    .prf,
    .prf2m,
    .prf3m {
        width: 90%;
        max-width: 200px;
        padding: 0.8rem 1rem;
        transform: translate(0, -25px)
    }

    .right-s {
        font-size: 14px
    }

    .a-cent-s h3 {
        font-size: 18px
    }

    .a-cent-s p {
        font-size: 13px;
        padding: 0.8rem
    }

    .a-date-a {
        width: 90%;
        padding: 0.6rem 1rem;
        gap: 0.8rem
    }

    .datesm {
        transform: translateX(0)
    }

    .nnmm {
        font-size: 11px
    }

    .icn {
        width: 16px
    }

    .buttomtbn,
    .buttomtbn2,
    .buttomtbn3 {
        width: 60%;
        padding: 1rem 0.8rem;
        transform: translate(0, 15px)
    }

    .ntm {
        font-size: 14px
    }
}

@media (max-width:576px) {
    .a-posts {
        width: 100%;
        gap: 12px
    }

    .a-post {
        padding: 1.2rem
    }

    .prf,
    .prf2m,
    .prf3m {
        width: 95%;
        padding: 0.6rem 0.8rem;
        transform: translate(0, -20px)
    }

    .right-s {
        font-size: 12px
    }

    .a-cent-s h3 {
        font-size: 16px
    }

    .a-cent-s p {
        font-size: 12px;
        padding: 0.6rem
    }

    .a-date-a {
        width: 95%;
        padding: 0.5rem 0.8rem;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem
    }

    .datesm {
        gap: 0.2rem
    }

    .nnmm {
        font-size: 10px
    }

    .icn {
        width: 14px
    }

    .buttomtbn,
    .buttomtbn2,
    .buttomtbn3 {
        width: 70%;
        padding: 0.8rem 0.6rem;
        transform: translate(0, 10px)
    }

    .ntm {
        font-size: 12px
    }
}

@media (max-width:400px) {
    .a-post {
        padding: 1rem
    }

    .prf,
    .prf2m,
    .prf3m {
        padding: 0.5rem 0.6rem;
        transform: translate(0, -15px)
    }

    .right-s {
        font-size: 11px
    }

    .a-cent-s h3 {
        font-size: 14px
    }

    .a-cent-s p {
        font-size: 11px;
        padding: 0.5rem
    }

    .nnmm {
        font-size: 9px
    }

    .icn {
        width: 12px
    }

    .buttomtbn,
    .buttomtbn2,
    .buttomtbn3 {
        width: 80%;
        padding: 0.6rem 0.5rem
    }

    .ntm {
        font-size: 11px
    }
}

@media (min-width:1600px) {
    .a-posts {
        width: 1400px
    }

    .a-post {
        width: 460px !important;
        padding: 2.5rem 5rem
    }

    .prf,
    .prf2m,
    .prf3m {
        width: 230px;
        padding: 1.8rem 2.5rem
    }

    .prf {
        transform: translate(125px, -35px)
    }

    .prf2m {
        transform: translate(50px, -35px)
    }

    .prf3m {
        transform: translate(-40px, -35px)
    }

    .right-s {
        font-size: 18px
    }

    .a-cent-s {
        width: 380px
    }

    .a-cent-s h3 {
        font-size: 24px
    }

    .a-cent-s p {
        font-size: 16px
    }

    .a-date-a {
        width: 340px;
        padding: 1rem 1.8rem
    }

    .nnmm {
        font-size: 14px
    }

    .buttomtbn {
        width: 170px;
        transform: translate(-70px, 35px)
    }

    .buttomtbn2 {
        width: 170%;
        transform: translate(-70px, 35px)
    }

    .buttomtbn3 {
        width: 170px;
        transform: translate(210px, 35px)
    }

    .ntm {
        font-size: 16px
    }
}

.f-posts {
    direction: rtl;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem
}

.timelop2 {
    font-size: 12px;
    color: #ffffff4e;
    padding: 3px
}

.banf {
    filter: grayscale(100%);
    width: 300px;
    height: 400px;
    border-radius: 25px
}

/* ================================================
   FOOTER SECTION
   ================================================ */

/* ===== A-START-MUI (بالای فوتر) ===== */
.a-start-mui {
    width: min(92%, 1200px);
    background: rgba(255, 255, 255, 0.103);
    margin: 0 auto;
    text-align: center;
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 3rem);
    padding-bottom: clamp(1.5rem, 3vw, 3rem);
    border-top-left-radius: clamp(60px, 10vw, 140px);
    border-top-right-radius: clamp(60px, 10vw, 140px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.s-minu h2 {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    color: #fff;
    margin-bottom: 1rem;
}

.cmn32 {
    padding: clamp(0.5rem, 2vw, 2rem);
}

/* ===== A-START-MUI2 (پایین فوتر) ===== */
.a-start-mui2 {
    width: min(92%, 1200px);
    background: rgba(255, 255, 255, 0.103);
    margin: 1rem auto 0;
    text-align: center;
    padding: clamp(1.5rem, 4vw, 4rem) clamp(1rem, 3vw, 3rem);
    padding-bottom: clamp(1.5rem, 3vw, 3rem);
    border-bottom-left-radius: clamp(60px, 10vw, 140px);
    border-bottom-right-radius: clamp(60px, 10vw, 140px);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 3vw, 3rem);
    direction: rtl;
    justify-content: space-around;
    align-items: center;
}

.s-minuf {
    text-align: start;
    flex: 1 1 280px;
    min-width: 200px;
    margin-top: 10px;
}

.s-minuf h2 {
    color: #00ffcce1;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

.s-minuf p {
    font-size: clamp(0.75rem, 1vw, 0.95rem);
    width: 100%;
    max-width: 450px;
    padding: clamp(0.5rem, 1vw, 1rem);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.s-mum {
    flex: 1 1 300px;
    min-width: 200px;
    padding: clamp(0.5rem, 1vw, 0.8rem);
    border: 1px solid #00FFCC;
    border-radius: clamp(30px, 5vw, 55px);
    height: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s-mum .inps21 {
    background: rgb(64, 64, 64);
    margin: clamp(0.3rem, 1vw, 0.7rem);
    border-radius: clamp(15px, 3vw, 25px);
    padding: 0.5rem;
}

.inps21 input {
    width: 100%;
    padding: clamp(0.5rem, 1vw, 0.8rem);
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: clamp(0.8rem, 1vw, 1rem);
}

.inps21 input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.hrm-3 {
    width: 90%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
}

.s-mum a {
    display: inline-block;
    padding: clamp(0.5rem, 1vw, 0.8rem) clamp(1rem, 2vw, 1.5rem) !important;
    color: #00ffcc;
    font-size: clamp(0.8rem, 1vw, 1rem);
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateX(0) !important;
    margin-top: 0.5rem;
}

.s-mum a:hover {
    color: #fff;
    background: rgba(0, 255, 204, 0.1);
    border-radius: 30px;
}

/* ===== BACK-MUI (بخش میانی) ===== */
.back-mui {
    width: min(95%, 1400px);
    height: auto;
    margin: 30px auto;
    border: 1px solid #00ff95;
    border-radius: clamp(40px, 8vw, 100px);
    padding: 0.5rem;
}

.inner-mui {
    background: #1a1a1a;
    width: 100%;
    height: auto;
    border: 1px solid #00ff95;
    border-radius: clamp(35px, 7vw, 100px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
    overflow: hidden;
}

.flupi {
    flex: 1 1 300px;
    min-width: 200px;
}

.flupi img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 500px;
    object-fit: cover;
    display: block;
    border-radius: clamp(35px, 7vw, 100px) 0 0 clamp(35px, 7vw, 100px);
}

.flupi:nth-child(2) {
    flex: 1 1 300px;
    min-width: 200px;
    background: #68C3A5;
    border-radius: 0 clamp(35px, 7vw, 100px) clamp(35px, 7vw, 100px) 0;
    padding: clamp(1.5rem, 4vw, 4rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 2rem);
}

.tifem {
    font-size: clamp(1.5rem, 4vw, 3rem);
    color: #fff;
    padding: 0.5rem;
}

.timem {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    width: 100%;
    max-width: 350px;
    padding: clamp(0.5rem, 1.5vw, 1.2rem);
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* ===== A-TEXT-CONTENT ===== */
.a-text-content {
    width: 100%;
    background: #68C3A5;
    text-align: center;
    padding: clamp(1rem, 3vw, 3rem);
}

.a-pad-text {
    width: min(95%, 700px);
    margin: 1rem auto;
    padding: clamp(0.8rem, 2vw, 2rem);
    border: 3px solid #1A1A1A;
    box-shadow: 1px 1px 6px #1A1A1A, inset 1px 1px 6px #1A1A1A;
    border-radius: clamp(30px, 6vw, 80px);
    background: rgba(255, 255, 255, 0.05);
}

.bacbl {
    background: #1A1A1A;
    padding: clamp(0.8rem, 2vw, 2rem);
    border-radius: clamp(30px, 6vw, 90px);
    border: 2px solid #00FFCC;
    margin-top: 0.5rem;
}

.a-pad-text h4 {
    font-size: clamp(0.85rem, 1.5vw, 1.2rem);
    line-height: 1.9;
    padding: clamp(0.3rem, 1vw, 1rem);
    color: #fff;
}

.xat {
    width: 90%;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    margin: 10px auto;
}

/* ===== TWO CARDS ===== */
.a-two-cards {
    direction: rtl;
    width: 100%;
    padding: 0 1rem;
}

.two-fine {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
}

.a-minex1,
.a-minex2 {
    flex: 1 1 300px;
    min-width: 250px;
    padding: clamp(2rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem);
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.a-minex1 {
    background: #C5BDEB;
    border-radius: 30px 0 0 30px;
}

.a-minex2 {
    background: #F5D8D1;
    border-radius: 0 30px 30px 0;
    color: #000000;
    z-index: 100;
}

.tomex {
    font-size: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(0.5rem, 2vw, 2rem);
    color: #000;
}

.tfem {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    padding: clamp(0.5rem, 2vw, 2rem) 0;
    color: #000;
    line-height: 1.8;
}

/* ===== GRID SECTION ===== */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(0.5rem, 1.5vw, 1.5rem);
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}

.cell {
    background: #333333;
    color: white;
    text-align: center;
    padding: clamp(1rem, 2vw, 2.5rem) 0.5rem;
    font-size: clamp(1rem, 2vw, 1.5rem);
    border-radius: clamp(15px, 3vw, 30px);
    transition: all 0.3s ease;
}

.cell:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.datetime {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(0.7rem, 1vw, 0.9rem);
    gap: clamp(0.5rem, 1.5vw, 1.5rem);
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
}

.titime {
    display: flex;
    direction: rtl;
    padding: 0.5rem 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.title-post {
    color: #fcfcfc;
    margin-top: 1rem;
    font-size: clamp(1rem, 1.8vw, 1.5rem);
}

.post-content {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 1rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.6;
}

.post-bottom {
    width: auto;
    direction: rtl;
    padding: 1.5rem 0.5rem 0;
}

.more-mt {
    color: #fff;
    font-size: clamp(0.8rem, 1vw, 0.95rem);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.more-mt:hover {
    color: #00ffcc;
    transform: translateX(-5px);
}

.tmtm {
    display: inline-block;
}

/* ================================================
   RESPONSIVE BREAKPOINTS
   ================================================ */

/* Tablets & Small Laptops */
@media (max-width: 1024px) {
    .a-start-mui {
        border-top-left-radius: clamp(50px, 8vw, 80px);
        border-top-right-radius: clamp(50px, 8vw, 80px);
        padding: 2rem 1.5rem;
    }

    .a-start-mui2 {
        border-bottom-left-radius: clamp(50px, 8vw, 80px);
        border-bottom-right-radius: clamp(50px, 8vw, 80px);
        padding: 2rem 1.5rem;
    }

    .flupi img {
        border-radius: clamp(35px, 5vw, 60px) 0 0 clamp(35px, 5vw, 60px);
        min-height: 200px;
    }

    .flupi:nth-child(2) {
        border-radius: 0 clamp(35px, 5vw, 60px) clamp(35px, 5vw, 60px) 0;
    }

    .a-minex1 {
        border-radius: 20px 0 0 20px;
    }

    .a-minex2 {
        border-radius: 0 20px 20px 0;
    }

    .s-minuf p {
        max-width: 100%;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .a-start-mui {
        width: min(98%, 600px);
        border-top-left-radius: clamp(30px, 6vw, 50px);
        border-top-right-radius: clamp(30px, 6vw, 50px);
        padding: 1.5rem 1rem;
    }

    .a-start-mui2 {
        width: min(98%, 600px);
        border-bottom-left-radius: clamp(30px, 6vw, 50px);
        border-bottom-right-radius: clamp(30px, 6vw, 50px);
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .s-minuf {
        text-align: center;
        margin-top: 0;
    }

    .s-minuf p {
        max-width: 100%;
        text-align: center;
    }

    .s-mum {
        width: 100%;
        min-height: auto;
        padding: 0.5rem;
    }

    .s-mum .inps21 {
        margin: 0.3rem;
    }

    .inps21 input {
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem;
    }

    .s-mum a {
        transform: translateX(0) !important;
        width: 100%;
        padding: 0.6rem !important;
        margin-top: 0.3rem;
    }

    .back-mui {
        border-radius: clamp(25px, 5vw, 40px);
        padding: 0.3rem;
    }

    .inner-mui {
        border-radius: clamp(25px, 5vw, 40px);
        flex-direction: column;
    }

    .flupi img {
        border-radius: clamp(25px, 5vw, 40px) clamp(25px, 5vw, 40px) 0 0;
        min-height: 180px;
        max-height: 300px;
    }

    .flupi:nth-child(2) {
        border-radius: 0 0 clamp(25px, 5vw, 40px) clamp(25px, 5vw, 40px);
        padding: 1.5rem 1rem;
    }

    .tifem {
        font-size: clamp(1.3rem, 4vw, 1.8rem);
    }

    .timem {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .a-text-content {
        padding: 0.8rem;
    }

    .a-pad-text {
        width: 98%;
        padding: 0.8rem;
        border-radius: clamp(20px, 4vw, 35px);
    }

    .bacbl {
        padding: 0.8rem;
        border-radius: clamp(20px, 4vw, 35px);
    }

    .a-pad-text h4 {
        font-size: 0.85rem;
        padding: 0.3rem;
    }

    .two-fine {
        flex-direction: column;
        align-items: center;
    }

    .a-minex1,
    .a-minex2 {
        width: 100%;
        min-height: 200px;
        padding: 1.5rem;
        border-radius: 20px !important;
    }

    .a-minex1 {
        border-radius: 20px 20px 0 0 !important;
    }

    .a-minex2 {
        border-radius: 0 0 20px 20px !important;
        margin-top: -1px;
    }

    .tomex {
        font-size: clamp(1.2rem, 4vw, 1.8rem);
        padding: 0.5rem;
    }

    .tfem {
        font-size: 0.85rem;
        padding: 0.5rem 0;
    }

    .grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .cell {
        padding: 0.8rem 0.3rem;
        font-size: 0.9rem;
        border-radius: 15px;
    }

    .title-post {
        font-size: 1rem;
    }

    .post-content {
        font-size: 0.8rem;
        max-width: 100%;
        padding-top: 0.5rem;
    }

    .datetime {
        font-size: 0.7rem;
        gap: 0.5rem;
    }

    .post-bottom {
        padding: 0.8rem 0.3rem 0;
    }

    .more-mt {
        font-size: 0.8rem;
    }
}

/* Mobile Phones */
@media (max-width: 576px) {
    .a-start-mui {
        width: 100%;
        border-top-left-radius: clamp(20px, 5vw, 30px);
        border-top-right-radius: clamp(20px, 5vw, 30px);
        padding: 1rem 0.8rem;
    }

    .s-minu h2 {
        font-size: clamp(1rem, 4vw, 1.3rem);
    }

    .cmn32 {
        padding: 0.5rem;
    }

    .a-start-mui2 {
        width: 100%;
        border-bottom-left-radius: clamp(20px, 5vw, 30px);
        border-bottom-right-radius: clamp(20px, 5vw, 30px);
        padding: 1rem 0.8rem;
    }

    .s-minuf h2 {
        font-size: clamp(1rem, 3.5vw, 1.3rem);
    }

    .s-minuf p {
        font-size: 0.75rem;
        padding: 0.3rem;
    }

    .s-mum {
        border-radius: clamp(20px, 4vw, 30px);
        min-height: auto;
        padding: 0.3rem;
    }

    .s-mum .inps21 {
        border-radius: 15px;
        margin: 0.2rem;
    }

    .inps21 input {
        font-size: 0.75rem;
        padding: 0.35rem 0.5rem;
    }

    .s-mum a {
        font-size: 0.75rem;
        padding: 0.4rem !important;
    }

    .back-mui {
        border-radius: clamp(15px, 4vw, 25px);
        padding: 0.2rem;
        margin: 15px auto;
    }

    .inner-mui {
        border-radius: clamp(15px, 4vw, 25px);
    }

    .flupi img {
        border-radius: clamp(15px, 4vw, 25px) clamp(15px, 4vw, 25px) 0 0;
        min-height: 120px;
        max-height: 200px;
    }

    .flupi:nth-child(2) {
        border-radius: 0 0 clamp(15px, 4vw, 25px) clamp(15px, 4vw, 25px);
        padding: 1rem 0.8rem;
        gap: 0.5rem;
    }

    .tifem {
        font-size: clamp(1.1rem, 4vw, 1.4rem);
    }

    .timem {
        font-size: 0.75rem;
        padding: 0.3rem;
    }

    .a-text-content {
        padding: 0.5rem;
    }

    .a-pad-text {
        width: 100%;
        padding: 0.5rem;
        border-radius: clamp(15px, 3vw, 20px);
        border-width: 2px;
    }

    .bacbl {
        padding: 0.5rem;
        border-radius: clamp(15px, 3vw, 20px);
        border-width: 1.5px;
    }

    .a-pad-text h4 {
        font-size: 0.7rem;
        line-height: 1.6;
        padding: 0.2rem;
    }

    .a-minex1,
    .a-minex2 {
        padding: 1rem 0.8rem;
        min-height: 150px;
    }

    .tomex {
        font-size: clamp(1rem, 4vw, 1.3rem);
    }

    .tfem {
        font-size: 0.75rem;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.3rem;
        padding: 0.3rem;
    }

    .cell {
        padding: 0.5rem 0.2rem;
        font-size: 0.75rem;
        border-radius: 10px;
    }

    .title-post {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }

    .post-content {
        font-size: 0.7rem;
        padding-top: 0.3rem;
    }

    .datetime {
        font-size: 0.6rem;
        gap: 0.3rem;
    }

    .post-bottom {
        padding: 0.5rem 0.2rem 0;
    }

    .more-mt {
        font-size: 0.7rem;
    }

    .xat {
        margin: 5px auto;
    }
}

/* Very Small Phones */
@media (max-width: 400px) {
    .a-start-mui {
        padding: 0.8rem 0.5rem;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .s-minu h2 {
        font-size: 0.9rem;
    }

    .a-start-mui2 {
        padding: 0.8rem 0.5rem;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .s-minuf h2 {
        font-size: 0.9rem;
    }

    .s-minuf p {
        font-size: 0.65rem;
    }

    .s-mum {
        border-radius: 15px;
    }

    .inps21 input {
        font-size: 0.65rem;
        padding: 0.25rem 0.4rem;
    }

    .s-mum a {
        font-size: 0.65rem;
        padding: 0.3rem !important;
    }

    .back-mui {
        border-radius: 12px;
    }

    .inner-mui {
        border-radius: 12px;
    }

    .flupi img {
        border-radius: 12px 12px 0 0;
        min-height: 100px;
        max-height: 150px;
    }

    .flupi:nth-child(2) {
        border-radius: 0 0 12px 12px;
        padding: 0.8rem 0.5rem;
    }

    .tifem {
        font-size: 1rem;
    }

    .timem {
        font-size: 0.65rem;
    }

    .a-pad-text {
        padding: 0.3rem;
        border-radius: 12px;
    }

    .bacbl {
        padding: 0.3rem;
        border-radius: 12px;
    }

    .a-pad-text h4 {
        font-size: 0.6rem;
        line-height: 1.5;
    }

    .a-minex1,
    .a-minex2 {
        padding: 0.8rem 0.5rem;
        min-height: 120px;
    }

    .tomex {
        font-size: 0.9rem;
    }

    .tfem {
        font-size: 0.65rem;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.2rem;
        padding: 0.2rem;
    }

    .cell {
        padding: 0.3rem 0.1rem;
        font-size: 0.65rem;
        border-radius: 8px;
    }

    .title-post {
        font-size: 0.7rem;
    }

    .post-content {
        font-size: 0.6rem;
    }

    .datetime {
        font-size: 0.5rem;
        gap: 0.2rem;
        flex-direction: column;
        align-items: center;
    }

    .titime {
        flex-direction: column;
        align-items: center;
        gap: 0.2rem;
    }

    .more-mt {
        font-size: 0.6rem;
    }
}

/* Large Screens */
@media (min-width: 1600px) {
    .a-start-mui {
        width: min(1400px, 85%);
        padding: 4rem 5rem;
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
    }

    .s-minu h2 {
        font-size: 2.5rem;
    }

    .a-start-mui2 {
        width: min(1400px, 85%);
        padding: 4rem 5rem;
        border-bottom-left-radius: 160px;
        border-bottom-right-radius: 160px;
    }

    .s-minuf h2 {
        font-size: 2rem;
    }

    .s-minuf p {
        font-size: 1rem;
        max-width: 550px;
    }

    .s-mum {
        padding: 1rem;
        border-radius: 60px;
        min-height: 250px;
    }

    .s-mum .inps21 {
        border-radius: 30px;
        margin: 0.8rem;
    }

    .inps21 input {
        font-size: 1.1rem;
        padding: 0.8rem 1rem;
    }

    .s-mum a {
        font-size: 1.1rem;
        padding: 0.8rem 2rem !important;
    }

    .back-mui {
        border-radius: 120px;
    }

    .inner-mui {
        border-radius: 120px;
    }

    .flupi img {
        min-height: 400px;
        max-height: 600px;
        border-radius: 120px 0 0 120px;
    }

    .flupi:nth-child(2) {
        padding: 4rem 5rem;
        border-radius: 0 120px 120px 0;
        gap: 2.5rem;
    }

    .tifem {
        font-size: 3.5rem;
    }

    .timem {
        font-size: 1.3rem;
        max-width: 400px;
    }

    .a-pad-text {
        padding: 2.5rem;
        border-radius: 90px;
    }

    .a-pad-text h4 {
        font-size: 1.3rem;
        padding: 1.5rem;
    }

    .a-minex1,
    .a-minex2 {
        padding: 8rem 6rem;
        min-height: 400px;
    }

    .tomex {
        font-size: 3.5rem;
    }

    .tfem {
        font-size: 1.3rem;
    }

    .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 2rem;
    }

    .cell {
        padding: 2rem 1rem;
        font-size: 1.5rem;
        border-radius: 35px;
    }

    .title-post {
        font-size: 1.8rem;
    }

    .post-content {
        font-size: 1.1rem;
        max-width: 350px;
    }

    .datetime {
        font-size: 0.95rem;
        gap: 1.5rem;
    }

    .more-mt {
        font-size: 1rem;
    }
}

.banf {
    filter: grayscale(100%);
    width: 300px;
    height: 400px
}

img.header-img {
    margin-top: 200px;
    width: 300px;
    transform: translateX(60px)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.blog-content-area {
    width: 100%;
    background: #1A1A1A;
    color: #fff;
    padding: 60px 0
}

.blog-content-area .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.blog-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap
}

.blog-sidebar {
    flex: 0 0 300px
}

.blog-main {
    flex: 1
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px
}

.blog-card {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 24px;
    border: 1px solid #2b2b2b;
    overflow: hidden;
    transition: all .3s ease;
    backdrop-filter: blur(27px)
}

.blog-card:hover {
    transform: translateY(-5px);
    border-color: #00ff95;
    box-shadow: 0 8px 20px rgba(0, 255, 149, 0.15)
}

.blog-image {
    position: relative;
    overflow: hidden
}

.blog-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .5s ease
}

.blog-card:hover .blog-image img {
    transform: scale(1.05)
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10
}

.category-tag {
    background: rgba(0, 255, 149, 0.9);
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all .3s
}

.category-tag:hover {
    background: #00ff95;
    transform: scale(1.05)
}

.blog-caption {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 40px;
    border: 1px solid #00ff95;
    padding: 20px;
    backdrop-filter: blur(50px);
    margin: 0
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e0e0e0
}

.meta-item .icon {
    color: #00ff95
}

.blog-title {
    font-size: 1.1rem;
    margin: 10px 0
}

.blog-title a {
    color: #fff;
    text-decoration: none;
    transition: color .3s
}

.blog-title a:hover {
    color: #00ff95
}

.blog-excerpt {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0
}

.alert-box {
    margin-bottom: 30px
}

.alert-warning,
.alert-danger {
    background: rgba(255, 80, 80, 0.2);
    border: 1px solid #ff5555;
    border-radius: 40px;
    padding: 15px;
    color: #ff8888;
    text-align: center
}

.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center
}

.pagination {
    display: flex;
    gap: 10px;
    list-style: none
}

.pagination .page-item .page-link {
    background: #ffffff25;
    border: 1px solid #2b2b2b;
    color: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    text-decoration: none;
    transition: all .3s
}

.pagination .page-item.active .page-link {
    background: #00ff95;
    border-color: #00ff95;
    color: #1A1A1A
}

.pagination .page-item .page-link:hover {
    background: #00ffcc30;
    border-color: #00ff95;
    color: #00ff95
}

.widget-area-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.simplePresentCart {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 24px;
    border: 1px solid #2b2b2b;
    padding: 20px;
    backdrop-filter: blur(27px)
}

.search-form .input-form {
    display: flex;
    align-items: center;
    background: #ffffff25;
    border-radius: 40px;
    padding: 5px 15px
}

.search-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 8px;
    color: #fff;
    outline: none
}

.search-form input::placeholder {
    color: #888
}

.search-form button {
    background: transparent;
    border: none;
    color: #00ff95;
    cursor: pointer;
    padding: 8px
}

.checkWrap {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #e0e0e0
}

.checkWrap input {
    position: absolute;
    opacity: 0
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: #ffffff25;
    border-radius: 6px;
    border: 1px solid #2b2b2b
}

.checkWrap input:checked~.checkmark {
    background: #00ff95
}

.checkWrap input:checked~.checkmark:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #1A1A1A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.popularServices-global {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 16px
}

.popularServices-global:hover {
    background: rgba(255, 255, 255, 0.1)
}

.itemsImg {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background-size: cover;
    background-position: center
}

.itemsTittle {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.itemsTittle:hover {
    color: #00ff95
}

@media screen and (max-width:992px) {
    .blog-grid {
        flex-direction: column
    }

    .blog-sidebar {
        flex: 0 0 auto
    }

    .blog-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }
}

@media screen and (max-width:768px) {
    .blog-content-area {
        padding: 40px 0
    }

    .blog-list {
        grid-template-columns: 1fr
    }

    .blog-image img {
        height: 200px
    }

    .blog-meta {
        flex-direction: column;
        gap: 10px
    }
}

@media screen and (max-width:576px) {
    .blog-content-area .container {
        padding: 0 15px
    }

    .blog-caption {
        padding: 15px
    }

    .blog-image img {
        height: 180px
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.blog-single {
    width: 100%;
    background: #1A1A1A;
    color: #fff;
    padding: 60px 0
}

.blog-single .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.single-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap
}

.single-sidebar {
    flex: 0 0 300px
}

.single-main {
    flex: 1
}

.widget-area {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.widget-box {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 24px;
    border: 1px solid #2b2b2b;
    padding: 20px;
    backdrop-filter: blur(27px)
}

.widget-title {
    color: #00ff95;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2b2b2b
}

.search-input {
    display: flex;
    align-items: center;
    background: #ffffff25;
    border-radius: 40px;
    padding: 5px 15px
}

.search-input input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 8px;
    color: #fff;
    outline: none
}

.search-input input::placeholder {
    color: #888
}

.search-input button {
    background: transparent;
    border: none;
    color: #00ff95;
    cursor: pointer;
    padding: 8px
}

.category-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #e0e0e0
}

.category-checkbox input {
    position: absolute;
    opacity: 0
}

.category-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background: #ffffff25;
    border-radius: 6px;
    border: 1px solid #2b2b2b
}

.category-checkbox input:checked~.checkmark {
    background: #00ff95
}

.category-checkbox input:checked~.checkmark:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #1A1A1A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.popular-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 16px
}

.popular-item:hover {
    background: rgba(255, 255, 255, 0.1)
}

.popular-image {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background-size: cover;
    background-position: center
}

.popular-info h5 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.popular-info h5 a:hover {
    color: #00ff95
}

.article-image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px
}

.article-image img {
    width: 100%;
    height: auto;
    transition: transform .5s ease;
    border-radius: 24px
}

.article-image:hover img {
    transform: scale(1.02)
}

.article-meta {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 40px;
    border: 1px solid #00ff95;
    padding: 20px 25px;
    backdrop-filter: blur(50px);
    margin-bottom: 30px
}

.meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e0e0e0
}

.meta-item .icon {
    color: #00ff95
}

.meta-item a {
    color: #e0e0e0;
    text-decoration: none
}

.meta-item a:hover {
    color: #00ff95
}

.article-content {
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 30px
}

.article-content img {
    max-width: 100%;
    border-radius: 20px;
    margin: 20px 0
}

.article-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0
}

.tags-list li a {
    padding: 8px 18px;
    background: #ffffff25;
    border-radius: 40px;
    font-size: 13px;
    color: #e0e0e0;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid transparent;
    backdrop-filter: blur(27px)
}

.tags-list li a:hover {
    border-color: #00ff95;
    background: #00ffcc30;
    transform: translateY(-2px)
}

.share-area {
    display: flex;
    gap: 12px
}

.share-link {
    width: 38px;
    height: 38px;
    background: #ffffff25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e0e0e0;
    transition: all .3s;
    backdrop-filter: blur(27px);
    border: 1px solid transparent
}

.share-link:hover {
    border-color: #00ff95;
    background: #00ffcc30;
    transform: translateY(-2px);
    color: #00ff95
}

.comments-section {
    margin-bottom: 40px
}

.comments-list h3 {
    color: #fff;
    margin-bottom: 20px;
    border-right: 3px solid #00ff95;
    padding-right: 15px
}

.comment-item {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #2b2b2b
}

.comment-author {
    color: #00ff95;
    font-weight: bold
}

.comment-date {
    font-size: 12px;
    color: #888;
    margin-top: 5px
}

.comment-content {
    margin-top: 10px;
    color: #e0e0e0;
    line-height: 1.6
}

.comment-form,
.login-box {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.047);
    border-radius: 38px;
    border: 1px solid #2b2b2b;
    backdrop-filter: blur(50px)
}

.comment-form h4,
.login-box h4 {
    color: #fff;
    margin-bottom: 20px
}

.comment-form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 40px;
    background: #ffffff25;
    outline: none;
    border: none;
    color: #fff;
    margin-bottom: 15px;
    min-height: 120px;
    border-radius: 25px;
    resize: vertical
}

.comment-form textarea:focus {
    border: 1px solid #00ff95;
    background: #ffffff30
}

.form-submit button,
.btn-group button {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    border-radius: 250px;
    border: 2px solid #00ff95;
    background: #00ffcc30;
    transition: all .3s;
    cursor: pointer;
    padding: 15px 8px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block
}

.form-submit button:hover,
.btn-group button:hover {
    transform: translateY(-2px);
    background: #00ffcc50;
    box-shadow: 0 0 6px rgba(0, 255, 149, 0.6)
}

.login-box .input-group {
    margin-bottom: 15px
}

.login-box .input-group input {
    width: 100%;
    padding: 15px;
    border-radius: 40px;
    background: #ffffff25;
    outline: none;
    border: none;
    color: #fff
}

.login-box .input-group input:focus {
    border: 1px solid #00ff95
}

.form-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px
}

.checkbox-group input {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.checkbox-group label {
    color: #e0e0e0;
    font-size: 14px;
    cursor: pointer
}

.links-group {
    display: flex;
    gap: 15px
}

.links-group a {
    color: #00ff95;
    text-decoration: none;
    font-size: 14px
}

.links-group a:hover {
    text-decoration: underline
}

.related-posts {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #2b2b2b
}

.related-posts h2 {
    color: #fff;
    margin-bottom: 30px;
    border-right: 3px solid #00ff95;
    padding-right: 15px
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px
}

.related-card {
    background: rgba(255, 255, 255, 0.047);
    border-radius: 24px;
    border: 1px solid #2b2b2b;
    overflow: hidden;
    transition: all .3s;
    backdrop-filter: blur(27px)
}

.related-card:hover {
    transform: translateY(-5px);
    border-color: #00ff95;
    box-shadow: 0 8px 20px rgba(0, 255, 149, 0.15)
}

.related-image {
    overflow: hidden
}

.related-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .5s
}

.related-card:hover .related-image img {
    transform: scale(1.05)
}

.related-info {
    padding: 20px
}

.related-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.related-meta li {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px
}

.related-meta li i {
    color: #00ff95
}

.related-info h3 {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.related-info h3 a {
    color: #fff;
    text-decoration: none
}

.related-info h3 a:hover {
    color: #00ff95
}

.related-info p {
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1.5
}

.error-message .alert {
    background: rgba(255, 80, 80, 0.2);
    border: 1px solid #ff5555;
    border-radius: 40px;
    padding: 15px;
    margin-bottom: 20px;
    color: #ff8888
}

@media screen and (max-width:992px) {
    .single-grid {
        flex-direction: column
    }

    .single-sidebar {
        flex: 0 0 auto
    }

    .related-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
    }
}

@media screen and (max-width:768px) {
    .blog-single {
        padding: 40px 0
    }

    .article-footer {
        flex-direction: column;
        gap: 20px
    }

    .share-area {
        justify-content: center
    }

    .meta-list {
        flex-direction: column;
        gap: 10px
    }

    .related-grid {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:576px) {
    .blog-single .container {
        padding: 0 15px
    }

    .article-meta {
        padding: 15px
    }

    .comment-form,
    .login-box {
        padding: 20px
    }

    .related-info {
        padding: 15px
    }
}

.pricing-section {
    width: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.pricing-header {
    text-align: center;
    margin-bottom: 50px
}

.pricing-header h1,
.pricing-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0
}

.pricing-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap
}

.pricing-tab-btn {
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s
}

.pricing-tab-btn:hover,
.pricing-tab-btn.active {
    border-color: #00ff95;
    color: #00ff95;
    background: rgba(0, 255, 149, 0.05)
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start
}

.pricing-tab-content {
    display: none
}

.pricing-tab-content:first-of-type {
    display: block
}

.pricing-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 30px 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;/
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 255, 149, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3)
}

.pricing-card.popular {
    border-color: #00ff95;
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.08), rgba(0, 255, 149, 0.02));
    transform: scale(1.02)
}

.pricing-card.popular:hover {
    transform: scale(1.02) translateY(-5px)
}

.popular-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px
}

.pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0
}

.pricing-card-price {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px
}

.pricing-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00ff95
}

.pricing-period {
    font-size: 13px;
    color: #888
}

.pricing-subtitle {
    text-align: center;
    font-size: 13px;
    color: #a0a0a0;
    margin-bottom: 25px
}

.pricing-features {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;/
}

.pricing-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 13px;
    color: #c0c0c0
}

.feature-icon {
    width: 18px;
    height: 18px
}

.feature-text {
    flex: 1
}

.view-all-features {
    text-align: center;
    margin: 15px 0
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00ff95;
    font-size: 12px;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(0, 255, 149, 0.05);
    transition: all 0.3s
}

.view-all-link:hover {
    gap: 10px;
    background: rgba(0, 255, 149, 0.1)
}

.pricing-actions {
    margin-top: 20px
}

.pricing-actions-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.pricing-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer
}

.pricing-btn-primary {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.pricing-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.pricing-btn-secondary {
    background: transparent;
    border: 1px solid #00ff95;
    color: #00ff95
}

.pricing-btn-secondary:hover {
    background: rgba(0, 255, 149, 0.1)
}

.pricing-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff
}

.pricing-btn-outline:hover {
    border-color: #00ff95;
    color: #00ff95
}

@media screen and (max-width:992px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }

    .pricing-card.popular {
        transform: scale(1)
    }

    .pricing-card.popular:hover {
        transform: translateY(-5px)
    }
}

@media screen and (max-width:768px) {
    .pricing-section {
        padding: 50px 0
    }

    .pricing-header h1,
    .pricing-header h2 {
        font-size: 1.8rem
    }

    .pricing-tab-btn {
        padding: 8px 20px;
        font-size: 13px
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto
    }

    .pricing-card {
        padding: 25px 20px
    }

    .pricing-actions-double {
        grid-template-columns: 1fr;
        gap: 10px
    }
}

@media screen and (max-width:480px) {
    .pricing-container {
        padding: 0 15px
    }

    .pricing-header h1,
    .pricing-header h2 {
        font-size: 1.5rem
    }

    .pricing-tabs {
        gap: 10px
    }

    .pricing-tab-btn {
        padding: 6px 16px;
        font-size: 12px
    }

    .pricing-card-title {
        font-size: 1.3rem
    }

    .pricing-amount {
        font-size: 2rem
    }

    .pricing-btn {
        padding: 10px 16px;
        font-size: 12px
    }
}

.order-section {
    width: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 80px 0;
    position: relative
}

.order-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.order-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px
}

.order-form-wrapper {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px
}

.order-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.alert-box {
    background: rgba(0, 255, 149, 0.05);
    border: 1px solid rgba(0, 255, 149, 0.2);
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 25px;
    text-align: center
}

.alert-box strong,
.alert-box small {
    color: #00ff95;
    font-size: 13px
}

.alert-box.alert-error {
    background: rgba(255, 0, 0, 0.1);
    border-color: #ff0000
}

.alert-box.alert-error strong,
.alert-box.alert-error small {
    color: #ff6666
}

.alert-box.alert-success {
    background: rgba(0, 255, 149, 0.15);
    border-color: #00ff95
}

.alert-box.alert-success strong,
.alert-box.alert-success small {
    color: #00ff95
}

.login-form {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 25px;
    margin-top: 20px
}

.input-group {
    margin-bottom: 20px
}

.input-group input,
.input-form2 input {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.input-group input:focus,
.input-form2 input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.input-group input::placeholder,
.input-form2 input::placeholder {
    color: #888
}

.order-btn,
.cmn-btn1 {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none
}

.order-btn:hover,
.cmn-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.signup-link {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #a0a0a0
}

.signup-link a {
    color: #00ff95;
    text-decoration: none;
    margin-left: 8px
}

.signup-link a:hover {
    text-decoration: underline
}

.order-form {
    margin-top: 20px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #a0a0a0
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-group input:focus,
.form-group select:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.subdomain-group {
    display: flex;
    align-items: center;
    gap: 10px
}

.subdomain-group input {
    flex: 1
}

.subdomain-group span {
    padding: 14px 18px;
    background: rgba(0, 255, 149, 0.1);
    border-radius: 12px;
    color: #00ff95;
    font-size: 14px
}

.theme-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px
}

.theme-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative
}

.theme-card.selected {
    border-color: #00ff95;
    background: rgba(0, 255, 149, 0.05)
}

.theme-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 8px
}

.theme-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00ff95;
    color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.payment-gateway-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    list-style: none;
    padding: 0
}

.gateway-item {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 13px;
    color: #a0a0a0
}

.gateway-item.selected {
    border-color: #00ff95;
    background: rgba(0, 255, 149, 0.05);
    color: #00ff95
}

.manual-payment-field,
.manual_payment_transaction_field {
    display: none
}

.manual-payment-field.show,
.manual_payment_transaction_field.show {
    display: block
}

.coupon-group {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.coupon-group input {
    flex: 1;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff
}

.coupon-group button {
    padding: 12px 24px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 12px;
    color: #00ff95;
    cursor: pointer;
    transition: all 0.3s
}

.coupon-group button:hover {
    background: rgba(0, 255, 149, 0.2)
}

.coupon-error {
    margin-top: 10px
}

.payable-box {
    background: rgba(0, 255, 149, 0.05);
    border: 1px solid rgba(0, 255, 149, 0.2);
    border-radius: 12px;
    padding: 15px;
    margin: 20px 0;
    text-align: center
}

.payable-box label {
    font-size: 13px;
    color: #a0a0a0;
    display: block;
    margin-bottom: 5px
}

.payable-box .amount,
.payable_amount {
    font-size: 2rem;
    font-weight: 800;
    color: #00ff95;
    background: transparent;
    border: none;
    text-align: center;
    width: 100%
}

.order-sidebar {
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01));
    border: 1px solid rgba(0, 255, 149, 0.2);
    border-radius: 24px;
    padding: 30px;
    position: sticky;
    top: 30px
}

.package-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.package-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.package-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00ff95
}

.package-features {
    list-style: none;
    margin: 0;
    padding: 0
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
    color: #c0c0c0
}

.feature-icon {
    width: 20px;
    height: 20px
}

.view-all-link,
.cmn-btn02 {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 255, 149, 0.05);
    border: 1px solid rgba(0, 255, 149, 0.2);
    border-radius: 50px;
    color: #00ff95;
    font-size: 13px;
    text-decoration: none;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    transition: all 0.3s
}

.view-all-link:hover,
.cmn-btn02:hover {
    background: rgba(0, 255, 149, 0.1)
}

@media screen and (max-width:992px) {
    .order-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .order-sidebar {
        position: static;
        order: -1
    }
}

@media screen and (max-width:768px) {
    .order-section {
        padding: 50px 0
    }

    .order-form-wrapper {
        padding: 20px
    }

    .order-title {
        font-size: 1.5rem
    }

    .theme-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .package-price {
        font-size: 2rem
    }
}

@media screen and (max-width:576px) {
    .order-container {
        padding: 0 15px
    }

    .theme-grid {
        grid-template-columns: 1fr
    }

    .subdomain-group {
        flex-direction: column
    }

    .subdomain-group span {
        width: 100%;
        text-align: center
    }

    .coupon-group {
        flex-direction: column
    }

    .payment-gateway-list {
        justify-content: center
    }
}

:root {
    --dashboard-bg: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    --dashboard-sidebar-bg: rgba(15, 15, 15, 0.95);
    --dashboard-card-bg: rgba(25, 25, 25, 0.8);
    --dashboard-border: rgba(255, 255, 255, 0.05);
    --dashboard-primary: #00ff95;
    --dashboard-primary-dark: #00cc77;
    --dashboard-text: #e0e0e0;
    --dashboard-text-muted: #888;
    --dashboard-hover: rgba(0, 255, 149, 0.1)
}

.user-dashboard {
    width: 100%;
    min-height: 100vh;
    background: var(--dashboard-bg);
    position: relative
}

.dashboard-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px
}

.dashboard-wrapper {
    display: flex;
    gap: 25px;
    position: relative
}

.dashboard-menu-trigger {
    display: none;
    position: fixed;
    top: 85px;
    left: 20px;
    z-index: 100
}

.menu-toggle-btn {
    width: 45px;
    height: 45px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid var(--dashboard-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s
}

.menu-toggle-btn i {
    font-size: 24px;
    color: var(--dashboard-primary)
}

.menu-toggle-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: scale(1.05)
}

.dashboard-sidebar {
    width: 280px;
    background: var(--dashboard-sidebar-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid var(--dashboard-border);
    position: sticky;
    top: 20px;
    height: calc(100vh - 40px);
    overflow-y: auto;
    transition: all 0.3s
}

.dashboard-sidebar::-webkit-scrollbar {
    width: 4px
}

.dashboard-sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
    background: var(--dashboard-primary);
    border-radius: 10px
}

.sidebar-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10
}

.sidebar-close i {
    font-size: 18px;
    color: #fff
}

.sidebar-close:hover {
    background: rgba(255, 80, 80, 0.2)
}

.sidebar-header {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid var(--dashboard-border);
    margin-bottom: 20px
}

.user-info .user-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    background: linear-gradient(135deg, #fff, var(--dashboard-primary));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0 15px 20px
}

.nav-item {
    margin-bottom: 6px
}

.nav-item>a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    color: var(--dashboard-text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s
}

.nav-item>a i:first-child {
    font-size: 18px;
    width: 24px
}

.nav-item>a .dropdown-icon {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s
}

.nav-item.has-dropdown.open>a .dropdown-icon {
    transform: rotate(180deg)
}

.nav-item>a:hover {
    background: var(--dashboard-hover);
    color: var(--dashboard-primary);
    transform: translateX(5px)
}

.nav-item.active>a {
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.15), rgba(0, 255, 149, 0.05));
    color: var(--dashboard-primary);
    border-left: 3px solid var(--dashboard-primary)
}

.dropdown-menu {
    list-style: none;
    margin: 5px 0 5px 35px;
    padding: 0;
    display: none
}

.nav-item.has-dropdown.open .dropdown-menu {
    display: block
}

.dropdown-item {
    margin-bottom: 4px
}

.dropdown-item a {
    display: block;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    color: var(--dashboard-text-muted);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s
}

.dropdown-item a:hover {
    background: var(--dashboard-hover);
    color: var(--dashboard-primary);
    transform: translateX(5px)
}

.dropdown-item.active a {
    color: var(--dashboard-primary);
    background: rgba(0, 255, 149, 0.08)
}

.dashboard-main {
    flex: 1;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid var(--dashboard-border);
    padding: 25px;
    min-height: calc(100vh - 40px)
}

.main-content {
    width: 100%
}

.content-wrapper {
    width: 100%
}

.alert-message {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px
}

.alert-message.success {
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid var(--dashboard-primary);
    color: var(--dashboard-primary)
}

.alert-message.error {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid #ff4444;
    color: #ff6666
}

.alert-message.warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #ffc107
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    overflow: hidden
}

.data-table th,
.data-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--dashboard-border);
    color: var(--dashboard-text);
    font-size: 14px
}

.data-table th {
    background: rgba(0, 255, 149, 0.05);
    color: var(--dashboard-primary);
    font-weight: 600
}

.data-table tr:hover {
    background: rgba(255, 255, 255, 0.02)
}

.custom-form {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 25px
}

.form-row {
    margin-bottom: 20px
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--dashboard-text-muted)
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--dashboard-border);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: var(--dashboard-primary);
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.custom-btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--dashboard-primary), var(--dashboard-primary-dark));
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    text-align: center
}

.custom-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.custom-btn-outline {
    background: transparent;
    border: 1px solid var(--dashboard-primary);
    color: var(--dashboard-primary)
}

.custom-btn-outline:hover {
    background: var(--dashboard-hover)
}

.custom-btn-danger {
    background: linear-gradient(135deg, #ff4444, #cc0000)
}

.custom-btn-danger:hover {
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3)
}

.stats-card {
    background: var(--dashboard-card-bg);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--dashboard-border);
    transition: all 0.3s
}

.stats-card:hover {
    border-color: rgba(0, 255, 149, 0.3);
    transform: translateY(-3px)
}

.stats-card-title {
    font-size: 0.9rem;
    color: var(--dashboard-text-muted);
    margin-bottom: 10px
}

.stats-card-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dashboard-primary)
}

.dashboard-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none
}

.dashboard-overlay.active {
    display: block
}

@media screen and (max-width:1024px) {
    .dashboard-container {
        padding: 15px
    }
}

@media screen and (max-width:768px) {
    .dashboard-menu-trigger {
        display: block
    }

    .dashboard-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 999;
        height: 100vh;
        border-radius: 0;
        margin: 0
    }

    .dashboard-sidebar.open {
        left: 0
    }

    .sidebar-close {
        display: flex
    }

    .dashboard-main {
        padding: 20px;
        min-height: auto
    }

    .dashboard-wrapper {
        gap: 0
    }

    .data-table th,
    .data-table td {
        padding: 10px;
        font-size: 12px
    }
}

@media screen and (max-width:576px) {
    .dashboard-container {
        padding: 10px
    }

    .dashboard-main {
        padding: 15px
    }

    .stats-card-value {
        font-size: 1.5rem
    }

    .custom-form {
        padding: 15px
    }

    .data-table {
        display: block;
        overflow-x: auto
    }
}

.password-change-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.section-header {
    text-align: center;
    margin-bottom: 35px
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px
}

.section-desc {
    font-size: 14px;
    color: #888
}

.password-form {
    margin-bottom: 30px
}

.form-group {
    margin-bottom: 25px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 14px 45px 14px 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.toggle-password {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1
}

.toggle-password:hover {
    color: #00ff95
}

.password-strength {
    margin-top: 10px
}

.strength-bar {
    height: 4px;
    background: #ddd;
    border-radius: 4px;
    width: 0;
    transition: all 0.3s
}

.strength-bar.weak {
    background: linear-gradient(90deg, #ff4444, #ff6666)
}

.strength-bar.medium {
    background: linear-gradient(90deg, #ffaa00, #ffcc44)
}

.strength-bar.strong {
    background: linear-gradient(90deg, #00cc88, #00ffaa)
}

.strength-bar.very-strong {
    background: linear-gradient(90deg, #00ff95, #44ffbb)
}

.strength-text {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block
}

.password-match {
    margin-top: 8px;
    font-size: 12px
}

.match-success {
    color: #00ff95
}

.match-error {
    color: #ff6666
}

.match-success i,
.match-error i {
    margin-right: 5px
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 35px
}

.submit-btn,
.cancel-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: none
}

.submit-btn {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.3)
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

.security-tips {
    background: rgba(0, 255, 149, 0.05);
    border: 1px solid rgba(0, 255, 149, 0.15);
    border-radius: 16px;
    padding: 20px;
    margin-top: 30px
}

.security-tips h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #00ff95;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px
}

.security-tips h4 i {
    font-size: 20px
}

.security-tips ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.security-tips ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 13px;
    color: #a0a0a0
}

.security-tips ul li i {
    color: #00ff95;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .password-change-section {
        padding: 20px;
        margin: 0 15px
    }

    .section-title {
        font-size: 1.5rem
    }

    .form-actions {
        flex-direction: column;
        gap: 12px
    }

    .submit-btn,
    .cancel-btn {
        padding: 12px 20px
    }
}

@media screen and (max-width:576px) {
    .password-change-section {
        padding: 15px
    }

    .section-title {
        font-size: 1.3rem
    }

    .form-input {
        padding: 12px 40px 12px 40px;
        font-size: 13px
    }

    .input-icon,
    .toggle-password {
        font-size: 16px
    }
}

.custom-domain-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px
}

.domain-card,
.domain-request-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s
}

.domain-card:hover,
.domain-request-card:hover {
    border-color: rgba(0, 255, 149, 0.2)
}

.domain-card-header,
.domain-request-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01));
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.domain-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0
}

.domain-request-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.domain-request-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s
}

.domain-request-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.domain-screenshot-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 20px
}

.domain-screenshot-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.domain-description {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 25px
}

.domain-description p {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.domain-table-title {
    font-size: 1rem;
    font-weight: 600;
    color: #00ff95;
    margin-bottom: 15px
}

.domain-table-wrapper {
    overflow-x: auto
}

.domain-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.domain-table th,
.domain-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-size: 14px
}

.domain-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600
}

.domain-table tr:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.domain-table .info-row td {
    background: rgba(255, 193, 7, 0.05);
    color: #ffc107;
    font-size: 13px
}

.domain-name {
    font-family: monospace;
    font-size: 13px;
    background: rgba(0, 255, 149, 0.1);
    padding: 4px 8px;
    border-radius: 6px
}

.domain-status {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize
}

.status-pending {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107
}

.status-progress {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8
}

.status-success {
    background: rgba(0, 255, 149, 0.15);
    color: #00ff95
}

.status-rejected {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.status-danger {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.status-default {
    background: rgba(255, 255, 255, 0.05);
    color: #888
}

.domain-date {
    font-size: 12px;
    color: #888
}

.empty-state {
    text-align: center;
    padding: 40px !important;
    color: #666
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.custom-modal.open {
    display: flex
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px)
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 550px;
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border-radius: 24px;
    border: 1px solid rgba(0, 255, 149, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: modalFadeIn 0.3s ease
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.modal-close {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s
}

.modal-close i {
    font-size: 18px;
    color: #fff
}

.modal-close:hover {
    background: rgba(255, 80, 80, 0.2)
}

.modal-body {
    padding: 25px
}

.modal-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

.alert-box {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #ffc107
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0
}

.form-select,
.form-input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-select:focus,
.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.form-hint {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #666
}

.form-info {
    background: rgba(0, 255, 149, 0.05);
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 12px;
    color: #00ff95;
    display: flex;
    align-items: center;
    gap: 10px
}

.btn-primary,
.btn-secondary {
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none
}

.btn-primary {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1)
}

@media screen and (max-width:768px) {
    .custom-domain-section {
        padding: 15px
    }

    .domain-card-header,
    .domain-request-header {
        flex-direction: column;
        text-align: center
    }

    .domain-table th,
    .domain-table td {
        padding: 10px 12px;
        font-size: 12px
    }

    .domain-name {
        font-size: 11px
    }

    .modal-container {
        width: 95%
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 15px 20px
    }
}

@media screen and (max-width:576px) {

    .domain-table th,
    .domain-table td {
        padding: 8px 10px;
        font-size: 11px
    }

    .domain-status {
        font-size: 10px;
        padding: 3px 8px
    }

    .modal-footer {
        flex-direction: column
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center
    }
}

.admin-password-section {
    width: 100%;
    min-height: calc(100vh - 200px);
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 40px 20px
}

.admin-password-container {
    max-width: 600px;
    margin: 0 auto
}

.password-card {
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin-bottom: 25px
}

.password-card-header {
    padding: 25px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.password-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 8px
}

.password-card-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.password-card-body {
    padding: 30px
}

.error-alert {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid #ff5555;
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.error-alert i {
    font-size: 20px;
    color: #ff5555;
    margin-top: 2px
}

.error-alert ul {
    margin: 0;
    padding: 0 0 0 20px;
    color: #ff8888;
    font-size: 13px
}

.error-alert li {
    margin: 5px 0
}

.admin-password-form {
    width: 100%
}

.form-group {
    margin-bottom: 25px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 14px 45px 14px 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.toggle-password {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1
}

.toggle-password:hover {
    color: #00ff95
}

.password-strength {
    margin-top: 10px
}

.strength-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 0;
    transition: all 0.3s;
    overflow: hidden
}

.strength-bar.weak {
    background: linear-gradient(90deg, #ff4444, #ff6666);
    width: 25%
}

.strength-bar.medium {
    background: linear-gradient(90deg, #ffaa00, #ffcc44);
    width: 50%
}

.strength-bar.strong {
    background: linear-gradient(90deg, #00cc88, #00ffaa);
    width: 75%
}

.strength-bar.very-strong {
    background: linear-gradient(90deg, #00ff95, #44ffbb);
    width: 100%
}

.strength-text {
    font-size: 12px;
    margin-top: 6px;
    display: inline-block;
    color: #888
}

.password-match {
    margin-top: 8px;
    font-size: 12px
}

.match-success {
    color: #00ff95;
    display: flex;
    align-items: center;
    gap: 6px
}

.match-error {
    color: #ff6666;
    display: flex;
    align-items: center;
    gap: 6px
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 35px
}

.submit-btn,
.cancel-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: none
}

.submit-btn {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.3)
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

.security-card {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 149, 0.15);
    padding: 25px 30px
}

.security-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00ff95;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px
}

.security-title i {
    font-size: 22px
}

.security-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.security-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: #a0a0a0
}

.security-list li i {
    color: #00ff95;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .admin-password-section {
        padding: 30px 15px
    }

    .password-card-header {
        padding: 20px
    }

    .password-card-title {
        font-size: 1.5rem
    }

    .password-card-body {
        padding: 20px
    }

    .form-actions {
        flex-direction: column;
        gap: 12px
    }

    .security-card {
        padding: 20px
    }
}

@media screen and (max-width:576px) {
    .admin-password-section {
        padding: 20px 15px
    }

    .password-card-title {
        font-size: 1.3rem
    }

    .form-input {
        padding: 12px 40px 12px 40px;
        font-size: 13px
    }

    .input-icon,
    .toggle-password {
        font-size: 16px
    }

    .submit-btn,
    .cancel-btn {
        padding: 12px 20px;
        font-size: 13px
    }

    .security-title {
        font-size: 1rem
    }
}

.admin-profile-section {
    width: 100%;
    min-height: calc(100vh - 200px);
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 40px 20px
}

.admin-profile-container {
    max-width: 700px;
    margin: 0 auto
}

.profile-card {
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden
}

.profile-card-header {
    padding: 25px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.profile-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 8px
}

.profile-card-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.profile-card-body {
    padding: 30px
}

.error-alert {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid #ff5555;
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.error-alert i {
    font-size: 20px;
    color: #ff5555;
    margin-top: 2px
}

.error-alert ul {
    margin: 0;
    padding: 0 0 0 20px;
    color: #ff8888;
    font-size: 13px
}

.error-alert li {
    margin: 5px 0
}

.profile-form {
    width: 100%
}

.form-group {
    margin-bottom: 25px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 14px 16px 14px 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.textarea-wrapper {
    align-items: flex-start
}

.textarea-wrapper .input-icon {
    top: 15px
}

.form-textarea {
    resize: vertical;
    min-height: 100px;
    padding: 14px 16px 14px 45px
}

.form-hint {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: #666
}

.media-upload-wrapper {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 20px;
    text-align: center
}

.image-preview-wrap {
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.image-preview {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #00ff95;
    cursor: pointer
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s
}

.image-preview:hover .image-overlay {
    opacity: 1
}

.image-overlay i {
    font-size: 30px;
    color: #00ff95
}

.image-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.image-placeholder i {
    font-size: 40px;
    color: #888
}

.image-placeholder span {
    font-size: 12px;
    color: #666
}

.upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 10px
}

.upload-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px
}

.submit-btn,
.cancel-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: none
}

.submit-btn {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.3)
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

@media screen and (max-width:768px) {
    .admin-profile-section {
        padding: 30px 15px
    }

    .profile-card-header {
        padding: 20px
    }

    .profile-card-title {
        font-size: 1.5rem
    }

    .profile-card-body {
        padding: 20px
    }

    .form-actions {
        flex-direction: column;
        gap: 12px
    }
}

@media screen and (max-width:576px) {
    .admin-profile-section {
        padding: 20px 15px
    }

    .profile-card-title {
        font-size: 1.3rem
    }

    .form-input {
        padding: 12px 12px 12px 40px;
        font-size: 13px
    }

    .input-icon {
        font-size: 16px;
        left: 12px
    }

    .submit-btn,
    .cancel-btn {
        padding: 12px 20px;
        font-size: 13px
    }

    .image-preview,
    .image-placeholder {
        width: 100px;
        height: 100px
    }
}

.verify-section {
    width: 100%;
    min-height: calc(100vh - 200px);
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.verify-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.verify-card {
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3)
}

.verify-header {
    padding: 35px 30px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.verify-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px
}

.verify-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.verify-body {
    padding: 30px
}

.verify-form {
    width: 100%
}

.form-group {
    margin-bottom: 30px
}

.form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 16px 20px 16px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    text-align: center;
    letter-spacing: 4px;
    font-weight: 600
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 15px rgba(0, 255, 149, 0.15)
}

.form-input::placeholder {
    color: #555;
    letter-spacing: normal;
    font-weight: normal
}

.form-actions {
    margin-bottom: 25px
}

.verify-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none
}

.verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.35)
}

.verify-btn i {
    font-size: 18px
}

.resend-area {
    text-align: center;
    padding-top: 10px
}

.resend-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    color: #a0a0a0;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s
}

.resend-link:hover {
    background: rgba(0, 255, 149, 0.1);
    border-color: #00ff95;
    color: #00ff95;
    transform: translateY(-2px)
}

.resend-link i {
    font-size: 14px
}

.alert-message {
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 13px
}

.alert-message.success {
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    color: #00ff95
}

.alert-message.error {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid #ff5555;
    color: #ff8888
}

.fa-spin,
.la-spin {
    animation: spin 1s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    .verify-section {
        padding: 40px 20px;
        min-height: auto
    }

    .verify-header {
        padding: 25px 20px
    }

    .verify-title {
        font-size: 1.5rem
    }

    .verify-body {
        padding: 25px
    }

    .form-input {
        padding: 14px 16px 14px 45px;
        font-size: 14px
    }

    .verify-btn {
        padding: 14px 20px;
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .verify-section {
        padding: 30px 15px
    }

    .verify-header {
        padding: 20px 15px
    }

    .verify-title {
        font-size: 1.3rem
    }

    .verify-desc {
        font-size: 12px
    }

    .verify-body {
        padding: 20px
    }

    .form-group {
        margin-bottom: 25px
    }

    .form-label {
        font-size: 13px;
        margin-bottom: 8px
    }

    .form-input {
        padding: 12px 12px 12px 40px;
        font-size: 13px;
        letter-spacing: 2px
    }

    .input-icon {
        font-size: 16px;
        left: 12px
    }

    .verify-btn {
        padding: 12px 16px;
        font-size: 13px
    }

    .resend-link {
        padding: 8px 16px;
        font-size: 12px
    }
}

.forget-password-section {
    width: 100%;
    min-height: calc(100vh - 250px);
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.forget-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.forget-card {
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.3s
}

.forget-card:hover {
    border-color: rgba(0, 255, 149, 0.2)
}

.forget-header {
    padding: 35px 30px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.forget-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 12px
}

.forget-desc {
    font-size: 14px;
    color: #888;
    margin: 0;
    line-height: 1.5
}

.forget-body {
    padding: 30px
}

.forget-form {
    width: 100%
}

.form-group {
    margin-bottom: 28px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 16px 20px 16px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 15px rgba(0, 255, 149, 0.15)
}

.form-input::placeholder {
    color: #666
}

.form-actions {
    margin-bottom: 25px
}

.reset-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none
}

.reset-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.35)
}

.reset-btn i {
    font-size: 18px
}

.back-to-login {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 5px
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    color: #a0a0a0;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s
}

.back-link:hover {
    background: rgba(0, 255, 149, 0.1);
    border-color: #00ff95;
    color: #00ff95;
    transform: translateX(-3px)
}

.back-link i {
    font-size: 14px
}

.alert-message {
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 13px
}

.alert-message.success {
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    color: #00ff95
}

.alert-message.error {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid #ff5555;
    color: #ff8888
}

.alert-message.warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #ffc107
}

.fa-spin,
.la-spin {
    animation: spin 1s linear infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@media screen and (max-width:768px) {
    .forget-password-section {
        padding: 40px 20px;
        min-height: auto
    }

    .forget-header {
        padding: 25px 20px
    }

    .forget-title {
        font-size: 1.5rem
    }

    .forget-body {
        padding: 25px
    }

    .form-input {
        padding: 14px 16px 14px 45px;
        font-size: 14px
    }

    .reset-btn {
        padding: 14px 20px;
        font-size: 14px
    }
}

@media screen and (max-width:576px) {
    .forget-password-section {
        padding: 30px 15px
    }

    .forget-header {
        padding: 20px 15px
    }

    .forget-title {
        font-size: 1.3rem
    }

    .forget-desc {
        font-size: 12px
    }

    .forget-body {
        padding: 20px
    }

    .form-group {
        margin-bottom: 20px
    }

    .form-label {
        font-size: 13px;
        margin-bottom: 8px
    }

    .form-input {
        padding: 12px 12px 12px 40px;
        font-size: 13px
    }

    .input-icon {
        font-size: 16px;
        left: 12px
    }

    .reset-btn {
        padding: 12px 16px;
        font-size: 13px
    }

    .back-link {
        padding: 8px 16px;
        font-size: 12px
    }
}

.login-section {
    width: 100%;
    min-height: calc(100vh - 200px);
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.login-card {
    background: rgba(20, 20, 20, 0.9);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.3s
}

.login-card:hover {
    border-color: rgba(0, 255, 149, 0.2)
}

.login-header {
    padding: 35px 30px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.login-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 12px
}

.login-title .login-highlight {
    background: linear-gradient(135deg, #00ff95, #44ffbb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.login-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.login-body {
    padding: 30px
}

.login-form {
    width: 100%
}

.form-group {
    margin-bottom: 25px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 16px 20px 16px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 15px rgba(0, 255, 149, 0.15)
}

.form-input::placeholder {
    color: #666
}

.toggle-password {
    position: absolute;
    right: 16px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1
}

.toggle-password:hover {
    color: #00ff95
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #a0a0a0
}

.checkbox-input {
    display: none
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative;
    transition: all 0.3s
}

.checkbox-input:checked+.checkbox-custom {
    background: #00ff95;
    border-color: #00ff95
}

.checkbox-input:checked+.checkbox-custom::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #000
}

.checkbox-text {
    user-select: none
}

.forgot-link {
    color: #00ff95;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s
}

.forgot-link:hover {
    text-decoration: underline
}

.form-actions {
    margin-bottom: 25px
}

.login-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.35)
}

.login-btn i {
    font-size: 18px
}

.signup-link {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 10px
}

.signup-link span {
    color: #a0a0a0;
    font-size: 13px
}

.signup-btn {
    color: #00ff95;
    text-decoration: none;
    font-weight: 600;
    margin-left: 8px;
    transition: all 0.3s
}

.signup-btn:hover {
    text-decoration: underline
}

.social-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px 0 20px
}

.divider-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}

.divider-text {
    font-size: 12px;
    color: #666
}

.social-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 10px
}

.social-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s
}

.social-btn i {
    font-size: 18px
}

.google-btn:hover {
    background: rgba(219, 68, 55, 0.15);
    border-color: #db4437;
    color: #db4437
}

.facebook-btn:hover {
    background: rgba(66, 103, 178, 0.15);
    border-color: #4267b2;
    color: #4267b2
}

.error-msg,
.flash-msg {
    margin-bottom: 20px
}

.error-msg .alert,
.flash-msg .alert {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    margin-bottom: 0
}

.error-msg .alert-danger {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid #ff5555;
    color: #ff8888
}

.flash-msg .alert-success {
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    color: #00ff95
}

@media screen and (max-width:768px) {
    .login-section {
        padding: 40px 20px;
        min-height: auto
    }

    .login-header {
        padding: 25px 20px
    }

    .login-title {
        font-size: 1.5rem
    }

    .login-body {
        padding: 25px
    }

    .form-input {
        padding: 14px 16px 14px 45px;
        font-size: 14px
    }

    .login-btn {
        padding: 14px 20px;
        font-size: 14px
    }

    .social-buttons {
        flex-direction: column
    }
}

@media screen and (max-width:576px) {
    .login-section {
        padding: 30px 15px
    }

    .login-header {
        padding: 20px 15px
    }

    .login-title {
        font-size: 1.3rem
    }

    .login-desc {
        font-size: 12px
    }

    .login-body {
        padding: 20px
    }

    .form-group {
        margin-bottom: 20px
    }

    .form-label {
        font-size: 13px;
        margin-bottom: 8px
    }

    .form-input {
        padding: 12px 12px 12px 40px;
        font-size: 13px
    }

    .input-icon,
    .toggle-password {
        font-size: 16px
    }

    .form-options {
        margin-bottom: 25px
    }

    .login-btn {
        padding: 12px 16px;
        font-size: 13px
    }

    .social-btn {
        padding: 12px 16px;
        font-size: 13px
    }
}

.features-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 60px 20px
}

.features-container {
    max-width: 1200px;
    margin: 0 auto
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.feature-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 255, 149, 0.3)
}

.feature-icon {
    margin-bottom: 20px
}

.feature-icon img {
    width: 60px;
    height: 60px
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.feature-desc {
    font-size: 13px;
    color: #a0a0a0;
    line-height: 1.6;
    margin: 0
}

.register-section {
    width: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.register-container {
    max-width: 550px;
    width: 100%;
    margin: 0 auto
}

.register-card {
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3)
}

.register-header {
    padding: 35px 30px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01))
}

.register-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px
}

.register-title .register-highlight {
    background: linear-gradient(135deg, #00ff95, #44ffbb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.register-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.register-body {
    padding: 30px
}

.register-form {
    width: 100%
}

.form-group {
    margin-bottom: 22px
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 16px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input,
.form-select {
    width: 100%;
    padding: 14px 20px 14px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus,
.form-select:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.form-select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ff95'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px
}

.toggle-password {
    position: absolute;
    right: 16px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1
}

.toggle-password:hover {
    color: #00ff95
}

.password-strength {
    margin-top: 8px
}

.strength-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 0;
    transition: all 0.3s
}

.strength-bar.weak {
    background: linear-gradient(90deg, #ff4444, #ff6666);
    width: 25%
}

.strength-bar.medium {
    background: linear-gradient(90deg, #ffaa00, #ffcc44);
    width: 50%
}

.strength-bar.strong {
    background: linear-gradient(90deg, #00cc88, #00ffaa);
    width: 75%
}

.strength-bar.very-strong {
    background: linear-gradient(90deg, #00ff95, #44ffbb);
    width: 100%
}

.strength-text {
    font-size: 11px;
    margin-top: 5px;
    display: inline-block;
    color: #888
}

.password-match {
    margin-top: 8px;
    font-size: 12px
}

.match-success {
    color: #00ff95;
    display: flex;
    align-items: center;
    gap: 6px
}

.match-error {
    color: #ff6666;
    display: flex;
    align-items: center;
    gap: 6px
}

.form-actions {
    margin-top: 25px;
    margin-bottom: 20px
}

.register-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.35)
}

.login-link {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 10px
}

.login-link span {
    color: #a0a0a0;
    font-size: 13px
}

.login-btn-link {
    color: #00ff95;
    text-decoration: none;
    font-weight: 600;
    margin-left: 8px;
    transition: all 0.3s
}

.login-btn-link:hover {
    text-decoration: underline
}

.social-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px 0 20px
}

.divider-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}

.divider-text {
    font-size: 12px;
    color: #666
}

.social-buttons {
    display: flex;
    gap: 15px
}

.social-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s
}

.social-btn i {
    font-size: 18px
}

.google-btn:hover {
    background: rgba(219, 68, 55, 0.15);
    border-color: #db4437;
    color: #db4437
}

.facebook-btn:hover {
    background: rgba(66, 103, 178, 0.15);
    border-color: #4267b2;
    color: #4267b2
}

.error-msg,
.flash-msg {
    margin-bottom: 20px
}

@media screen and (max-width:992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media screen and (max-width:768px) {
    .features-section {
        padding: 40px 20px
    }

    .features-grid {
        grid-template-columns: 1fr
    }

    .register-section {
        padding: 40px 20px
    }

    .register-header {
        padding: 25px 20px
    }

    .register-title {
        font-size: 1.5rem
    }

    .register-body {
        padding: 25px
    }

    .social-buttons {
        flex-direction: column
    }
}

@media screen and (max-width:576px) {
    .register-section {
        padding: 30px 15px
    }

    .register-header {
        padding: 20px 15px
    }

    .register-title {
        font-size: 1.3rem
    }

    .register-desc {
        font-size: 12px
    }

    .register-body {
        padding: 20px
    }

    .form-group {
        margin-bottom: 18px
    }

    .form-input,
    .form-select {
        padding: 12px 12px 12px 40px;
        font-size: 13px
    }

    .input-icon,
    .toggle-password {
        font-size: 16px
    }

    .register-btn {
        padding: 12px 20px;
        font-size: 14px
    }
}

.password-change-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.section-header {
    text-align: center;
    margin-bottom: 35px
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px
}

.section-desc {
    font-size: 14px;
    color: #888
}

.password-form {
    margin-bottom: 30px
}

.form-group {
    margin-bottom: 25px
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input {
    width: 100%;
    padding: 14px 45px 14px 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.toggle-password {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1
}

.toggle-password:hover {
    color: #00ff95
}

.password-strength {
    margin-top: 10px
}

.strength-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    width: 0;
    transition: all 0.3s
}

.strength-bar.weak {
    background: linear-gradient(90deg, #ff4444, #ff6666);
    width: 25%
}

.strength-bar.medium {
    background: linear-gradient(90deg, #ffaa00, #ffcc44);
    width: 50%
}

.strength-bar.strong {
    background: linear-gradient(90deg, #00cc88, #00ffaa);
    width: 75%
}

.strength-bar.very-strong {
    background: linear-gradient(90deg, #00ff95, #44ffbb);
    width: 100%
}

.strength-text {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    color: #888
}

.password-match {
    margin-top: 8px;
    font-size: 12px
}

.match-success {
    color: #00ff95;
    display: flex;
    align-items: center;
    gap: 6px
}

.match-error {
    color: #ff6666;
    display: flex;
    align-items: center;
    gap: 6px
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 35px
}

.submit-btn,
.cancel-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: none
}

.submit-btn {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.3)
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

.security-tips {
    background: rgba(0, 255, 149, 0.05);
    border: 1px solid rgba(0, 255, 149, 0.15);
    border-radius: 16px;
    padding: 20px;
    margin-top: 30px
}

.security-tips h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #00ff95;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px
}

.security-tips ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.security-tips ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 13px;
    color: #a0a0a0
}

.security-tips ul li i {
    color: #00ff95;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .password-change-section {
        padding: 20px;
        margin: 0 15px
    }

    .section-title {
        font-size: 1.5rem
    }

    .form-actions {
        flex-direction: column;
        gap: 12px
    }
}

@media screen and (max-width:576px) {
    .password-change-section {
        padding: 15px
    }

    .section-title {
        font-size: 1.3rem
    }

    .form-input {
        padding: 12px 40px 12px 40px;
        font-size: 13px
    }

    .input-icon,
    .toggle-password {
        font-size: 16px
    }
}

.custom-domain-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px
}

.domain-card,
.domain-request-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s
}

.domain-card:hover,
.domain-request-card:hover {
    border-color: rgba(0, 255, 149, 0.2)
}

.domain-card-header,
.domain-request-header {
    padding: 20px 25px;
    background: linear-gradient(135deg, rgba(0, 255, 149, 0.05), rgba(0, 255, 149, 0.01));
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.domain-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0
}

.domain-request-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.domain-request-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s
}

.domain-request-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.domain-screenshot-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 20px
}

.domain-screenshot-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.domain-description {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 25px
}

.domain-description p {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.domain-table-title {
    font-size: 1rem;
    font-weight: 600;
    color: #00ff95;
    margin-bottom: 15px
}

.domain-table-wrapper {
    overflow-x: auto
}

.domain-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.domain-table th,
.domain-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-size: 14px
}

.domain-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600
}

.domain-table tr:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.domain-table .info-row td {
    background: rgba(255, 193, 7, 0.05);
    color: #ffc107;
    font-size: 13px
}

.domain-name {
    font-family: monospace;
    font-size: 13px;
    background: rgba(0, 255, 149, 0.1);
    padding: 4px 8px;
    border-radius: 6px
}

.domain-status {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize
}

.status-pending {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107
}

.status-progress {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8
}

.status-success {
    background: rgba(0, 255, 149, 0.15);
    color: #00ff95
}

.status-rejected,
.status-danger {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.status-default {
    background: rgba(255, 255, 255, 0.05);
    color: #888
}

.domain-date {
    font-size: 12px;
    color: #888
}

.empty-state {
    text-align: center;
    padding: 40px !important;
    color: #666
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.custom-modal.open {
    display: flex
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px)
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 550px;
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border-radius: 24px;
    border: 1px solid rgba(0, 255, 149, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: modalFadeIn 0.3s ease
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.modal-close {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s
}

.modal-close i {
    font-size: 18px;
    color: #fff
}

.modal-close:hover {
    background: rgba(255, 80, 80, 0.2)
}

.modal-body {
    padding: 25px
}

.modal-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

.alert-box {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #ffc107
}

.form-group {
    margin-bottom: 20px
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0
}

.form-select,
.form-input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-select:focus,
.form-input:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.form-hint {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #666
}

.form-info {
    background: rgba(0, 255, 149, 0.05);
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 12px;
    color: #00ff95;
    display: flex;
    align-items: center;
    gap: 10px
}

.btn-primary,
.btn-secondary {
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none
}

.btn-primary {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1)
}

@media screen and (max-width:768px) {
    .custom-domain-section {
        padding: 15px
    }

    .domain-card-header,
    .domain-request-header {
        flex-direction: column;
        text-align: center
    }

    .domain-table th,
    .domain-table td {
        padding: 10px 12px;
        font-size: 12px
    }

    .domain-name {
        font-size: 11px
    }

    .modal-container {
        width: 95%
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 15px 20px
    }
}

@media screen and (max-width:576px) {

    .domain-table th,
    .domain-table td {
        padding: 8px 10px;
        font-size: 11px
    }

    .domain-status {
        font-size: 10px;
        padding: 3px 8px
    }

    .modal-footer {
        flex-direction: column
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center
    }
}

.edit-profile-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.profile-header {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.profile-title {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, #00ff95);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px
}

.profile-desc {
    font-size: 14px;
    color: #888;
    margin: 0
}

.profile-form {
    width: 100%
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px
}

.form-group {
    margin-bottom: 0
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.input-icon {
    position: absolute;
    left: 15px;
    font-size: 18px;
    color: #00ff95;
    z-index: 1
}

.form-input,
.form-select {
    width: 100%;
    padding: 14px 20px 14px 48px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.form-input:focus,
.form-select:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05);
    box-shadow: 0 0 10px rgba(0, 255, 149, 0.1)
}

.form-input::placeholder {
    color: #666
}

.form-select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ff95'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.submit-btn,
.cancel-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border: none
}

.submit-btn {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    color: #000
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 255, 149, 0.3)
}

.cancel-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.cancel-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

.nice-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 14px 20px 14px 48px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    height: auto
}

.nice-select:after {
    border-bottom: 2px solid #00ff95;
    border-right: 2px solid #00ff95;
    right: 20px;
    top: 50%;
    margin-top: -5px
}

.nice-select .list {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 100%
}

.nice-select .option {
    color: #e0e0e0;
    font-size: 13px;
    padding: 10px 15px
}

.nice-select .option:hover,
.nice-select .option.selected {
    background: rgba(0, 255, 149, 0.1);
    color: #00ff95
}

@media screen and (max-width:768px) {
    .edit-profile-section {
        padding: 20px;
        margin: 0 15px
    }

    .profile-title {
        font-size: 1.5rem
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .form-actions {
        flex-direction: column;
        gap: 12px
    }
}

@media screen and (max-width:576px) {
    .edit-profile-section {
        padding: 15px
    }

    .profile-title {
        font-size: 1.3rem
    }

    .profile-desc {
        font-size: 12px
    }

    .form-input,
    .form-select {
        padding: 12px 12px 12px 40px;
        font-size: 13px
    }

    .input-icon {
        font-size: 16px;
        left: 12px
    }

    .nice-select {
        padding: 12px 12px 12px 40px
    }

    .submit-btn,
    .cancel-btn {
        padding: 12px 20px;
        font-size: 13px
    }
}

.payment-history-section {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    overflow: hidden
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.domain-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #a0a0a0
}

.domain-info i {
    font-size: 20px;
    color: #00ff95
}

.domain-info strong {
    color: #fff
}

.dashboard-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s
}

.dashboard-link:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.payment-table-wrapper {
    overflow-x: auto;
    margin-bottom: 25px
}

.payment-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.payment-table th,
.payment-table td {
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.payment-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600;
    font-size: 14px
}

.payment-row:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.payment-info-cell {
    width: 70%
}

.order-info {
    width: 100%
}

.order-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px
}

.order-details {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.detail-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px
}

.detail-label {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    min-width: 120px
}

.detail-value {
    font-size: 13px;
    color: #e0e0e0
}

.domain-text {
    color: #00ff95;
    font-weight: 500
}

.payment-status-cell {
    width: 30%
}

.status-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize
}

.status-success {
    background: rgba(0, 255, 149, 0.15);
    color: #00ff95
}

.status-warning {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107
}

.status-danger {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.status-info {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8
}

.status-primary {
    background: rgba(0, 123, 255, 0.15);
    color: #007bff
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.pagination-wrapper .pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination-wrapper .page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e0e0e0;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s
}

.pagination-wrapper .page-item.active .page-link {
    background: #00ff95;
    border-color: #00ff95;
    color: #000
}

.pagination-wrapper .page-item .page-link:hover {
    background: rgba(0, 255, 149, 0.1);
    border-color: #00ff95;
    color: #00ff95
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.empty-state i {
    font-size: 60px;
    color: #888;
    margin-bottom: 20px
}

.empty-state p {
    font-size: 16px;
    color: #888;
    margin: 0
}

@media screen and (max-width:992px) {
    .payment-history-section {
        padding: 20px
    }

    .payment-table th,
    .payment-table td {
        padding: 15px
    }

    .detail-label {
        min-width: 100px
    }
}

@media screen and (max-width:768px) {
    .payment-history-section {
        padding: 15px
    }

    .payment-header {
        flex-direction: column;
        text-align: center
    }

    .payment-table th,
    .payment-table td {
        display: block;
        width: 100%
    }

    .payment-table td {
        padding: 15px
    }

    .payment-info-cell {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

    .payment-status-cell {
        width: 100%
    }

    .status-wrapper {
        flex-direction: row;
        flex-wrap: wrap
    }

    .detail-item {
        flex-direction: column;
        gap: 4px
    }

    .detail-label {
        min-width: auto
    }
}

@media screen and (max-width:576px) {
    .payment-history-section {
        padding: 10px
    }

    .order-title {
        font-size: 1rem
    }

    .detail-value {
        font-size: 12px
    }

    .status-badge {
        font-size: 11px;
        padding: 4px 10px
    }
}

.payment-logs-section {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    overflow: hidden
}

.logs-table-wrapper {
    overflow-x: auto;
    margin-bottom: 25px
}

.logs-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.logs-table th,
.logs-table td {
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.logs-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600;
    font-size: 14px
}

.log-row:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.log-info-cell {
    width: 60%
}

.order-info-card {
    width: 100%
}

.order-domain {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #a0a0a0;
    margin-bottom: 12px
}

.order-domain i {
    color: #00ff95;
    font-size: 18px
}

.order-domain strong {
    color: #fff
}

.order-package {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px
}

.order-details-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.detail-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px
}

.detail-label {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    min-width: 130px
}

.detail-value {
    font-size: 13px;
    color: #e0e0e0
}

.detail-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 255, 149, 0.1);
    border-radius: 50px;
    color: #00ff95;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s
}

.detail-link:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.invoice-form {
    display: inline-block
}

.invoice-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 255, 149, 0.1);
    border: none;
    border-radius: 50px;
    color: #00ff95;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s
}

.invoice-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.log-status-cell {
    width: 20%
}

.status-container {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.log-status {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: fit-content
}

.status-success {
    background: rgba(0, 255, 149, 0.15);
    color: #00ff95
}

.status-warning {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107
}

.status-danger {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.status-info {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8
}

.action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s
}

.action-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.pay-now-btn,
.pay-extend-btn {
    background: rgba(255, 193, 7, 0.15);
    border-color: #ffc107;
    color: #ffc107
}

.pay-now-btn:hover,
.pay-extend-btn:hover {
    background: rgba(255, 193, 7, 0.25)
}

.renew-btn {
    background: rgba(0, 255, 149, 0.15);
    border-color: #00ff95;
    color: #00ff95
}

.log-action-cell {
    width: 20%
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.custom-modal.show {
    display: flex
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px)
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border-radius: 24px;
    border: 1px solid rgba(0, 255, 149, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: modalFadeIn 0.3s ease
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.modal-close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s
}

.modal-close i {
    font-size: 16px;
    color: #fff
}

.modal-close:hover {
    background: rgba(255, 80, 80, 0.2)
}

.modal-body {
    padding: 25px
}

.modal-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.renew-form .form-group {
    margin-bottom: 20px
}

.renew-form .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0
}

.renew-form .form-select,
.renew-form .form-input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px
}

.renew-form .form-hint {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: #666
}

.submit-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.empty-state i {
    font-size: 60px;
    color: #888;
    margin-bottom: 20px
}

.empty-state p {
    font-size: 16px;
    color: #888;
    margin: 0
}

@media screen and (max-width:992px) {
    .payment-logs-section {
        padding: 20px
    }

    .logs-table th,
    .logs-table td {
        padding: 15px
    }
}

@media screen and (max-width:768px) {
    .payment-logs-section {
        padding: 15px
    }

    .logs-table th,
    .logs-table td {
        display: block;
        width: 100%
    }

    .logs-table td {
        padding: 15px
    }

    .log-info-cell,
    .log-status-cell,
    .log-action-cell {
        width: 100%
    }

    .log-status-cell {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

    .status-container {
        flex-direction: row;
        flex-wrap: wrap
    }

    .detail-label {
        min-width: 110px
    }
}

@media screen and (max-width:576px) {
    .payment-logs-section {
        padding: 10px
    }

    .order-package {
        font-size: 0.9rem
    }

    .detail-label {
        min-width: 100px;
        font-size: 11px
    }

    .detail-value {
        font-size: 12px
    }

    .action-btn {
        padding: 6px 12px;
        font-size: 11px
    }

    .modal-container {
        width: 95%
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 15px 20px
    }
}

.support-tickets-section {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    overflow: hidden
}

.tickets-header {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end
}

.new-ticket-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s
}

.new-ticket-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.tickets-table-wrapper {
    overflow-x: auto;
    margin-bottom: 25px
}

.tickets-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.tickets-table th,
.tickets-table td {
    padding: 16px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.tickets-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600;
    font-size: 14px
}

.ticket-row:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.ticket-id {
    font-weight: 600;
    color: #00ff95;
    font-family: monospace
}

.ticket-info {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ticket-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

.ticket-date {
    font-size: 11px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px
}

.ticket-date i {
    font-size: 12px
}

.priority-dropdown,
.status-dropdown {
    position: relative;
    display: inline-block
}

.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 20px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s
}

.dropdown-toggle i {
    font-size: 12px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px 0;
    margin-top: 5px;
    z-index: 100;
    display: none
}

.dropdown-menu.show {
    display: block;
    animation: dropdownFadeIn 0.2s ease
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer
}

.dropdown-item:hover {
    background: rgba(0, 255, 149, 0.1);
    color: #00ff95
}

.ticket-priority-low {
    background-color: #6bb17b
}

.ticket-priority-high {
    background-color: #c66060
}

.ticket-priority-medium {
    background-color: #70b9ae
}

.ticket-priority-urgent {
    background-color: #bfb55a
}

.ticket-status-open {
    background-color: #6bb17b
}

.ticket-status-close {
    background-color: #c66060
}

.priority-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block
}

.priority-dot.low {
    background-color: #6bb17b
}

.priority-dot.high {
    background-color: #c66060
}

.priority-dot.medium {
    background-color: #70b9ae
}

.priority-dot.urgent {
    background-color: #bfb55a
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block
}

.status-dot.open {
    background-color: #6bb17b
}

.status-dot.close {
    background-color: #c66060
}

.ticket-action-cell {
    text-align: center
}

.view-ticket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(0, 255, 149, 0.1);
    border-radius: 8px;
    color: #00ff95;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s
}

.view-ticket-btn:hover {
    background: rgba(0, 255, 149, 0.2);
    transform: translateY(-2px)
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.empty-state {
    text-align: center;
    padding: 60px 20px
}

.empty-state i {
    font-size: 60px;
    color: #888;
    margin-bottom: 20px
}

.empty-state p {
    font-size: 16px;
    color: #888;
    margin: 0
}

@media screen and (max-width:768px) {
    .support-tickets-section {
        padding: 15px
    }

    .tickets-table th,
    .tickets-table td {
        padding: 12px
    }

    .ticket-title {
        font-size: 13px
    }

    .ticket-date {
        font-size: 10px
    }

    .dropdown-toggle {
        padding: 4px 10px;
        font-size: 11px
    }
}

@media screen and (max-width:576px) {
    .support-tickets-section {
        padding: 10px
    }

    .tickets-table th,
    .tickets-table td {
        padding: 10px;
        display: block;
        width: 100%
    }

    .ticket-id {
        font-size: 12px
    }

    .ticket-title {
        font-size: 12px
    }

    .new-ticket-btn {
        padding: 8px 16px;
        font-size: 12px
    }

    .dropdown-menu {
        position: fixed;
        left: auto;
        right: 10px;
        min-width: 140px
    }
}

.user-home-container {
    padding: 20px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    min-height: 100vh
}

.user-home-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px
}

.user-home-create-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s
}

.user-home-create-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.user-home-stats {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.user-home-stat-card {
    flex: 1;
    min-width: 200px;
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s
}

.user-home-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 255, 149, 0.3)
}

.user-home-stat-icon {
    width: 55px;
    height: 55px;
    background: rgba(0, 255, 149, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-home-stat-icon i {
    font-size: 28px;
    color: #00ff95
}

.user-home-stat-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0
}

.user-home-stat-info span {
    font-size: 13px;
    color: #888
}

.user-home-section {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    margin-bottom: 30px
}

.user-home-section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.user-home-table-wrapper {
    overflow-x: auto
}

.user-home-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden
}

.user-home-table th,
.user-home-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-size: 14px
}

.user-home-table th {
    background: rgba(0, 255, 149, 0.08);
    color: #00ff95;
    font-weight: 600
}

.user-home-table tr:hover td {
    background: rgba(255, 255, 255, 0.02)
}

.user-home-domain {
    font-family: monospace;
    font-size: 12px;
    background: rgba(0, 255, 149, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block
}

.user-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.user-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s
}

.user-home-btn-visit {
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    color: #00ff95
}

.user-home-btn-login {
    background: rgba(23, 162, 184, 0.1);
    border: 1px solid #17a2b8;
    color: #17a2b8
}

.user-home-btn-upgrade {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid #ffc107;
    color: #ffc107
}

.user-home-btn:hover {
    transform: translateY(-2px)
}

.user-home-btn-small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 50px;
    color: #00ff95;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.3s
}

.user-home-btn-small:hover {
    background: rgba(0, 255, 149, 0.2)
}

.user-home-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600
}

.user-home-status-success {
    background: rgba(0, 255, 149, 0.15);
    color: #00ff95
}

.user-home-status-warning {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107
}

.user-home-status-danger {
    background: rgba(255, 0, 0, 0.15);
    color: #ff6666
}

.user-home-status-info {
    background: rgba(23, 162, 184, 0.15);
    color: #17a2b8
}

.user-home-text-muted {
    font-size: 12px;
    color: #888
}

.user-home-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.user-home-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px)
}

.user-home-modal-container {
    position: relative;
    width: 90%;
    max-width: 550px;
    background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
    border-radius: 24px;
    border: 1px solid rgba(0, 255, 149, 0.2);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.5);
    z-index: 1;
    animation: modalFadeIn 0.3s ease;
    transform: translateY(-150px);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.user-home-modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user-home-modal-header h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.user-home-modal-close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s
}

.user-home-modal-close:hover {
    background: rgba(255, 80, 80, 0.2);
    transform: rotate(90deg)
}

.user-home-modal-body {
    padding: 25px;
    max-height: 60vh;
    overflow-y: auto
}

.user-home-modal-body::-webkit-scrollbar {
    width: 5px
}

.user-home-modal-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px
}

.user-home-modal-body::-webkit-scrollbar-thumb {
    background: #00ff95;
    border-radius: 10px
}

.user-home-modal-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: flex-end;
    gap: 12px
}

.user-home-form-group {
    margin-bottom: 20px
}

.user-home-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0
}

.user-home-required {
    color: #ff5555
}

.user-home-form-input,
.user-home-form-select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s
}

.user-home-form-input:focus,
.user-home-form-select:focus {
    border-color: #00ff95;
    outline: none;
    background: rgba(0, 255, 149, 0.05)
}

.user-home-coupon-wrapper {
    display: flex;
    gap: 10px
}

.user-home-coupon-wrapper .user-home-form-input {
    flex: 1
}

.user-home-coupon-btn {
    padding: 12px 20px;
    background: rgba(0, 255, 149, 0.1);
    border: 1px solid #00ff95;
    border-radius: 12px;
    color: #00ff95;
    cursor: pointer;
    transition: all 0.3s
}

.user-home-coupon-btn:hover {
    background: rgba(0, 255, 149, 0.2)
}

.user-home-payable-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #00ff95;
    text-align: center;
    padding: 12px;
    background: rgba(0, 255, 149, 0.05);
    border-radius: 12px
}

.user-home-btn-primary,
.user-home-btn-secondary {
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s
}

.user-home-btn-primary {
    background: linear-gradient(135deg, #00ff95, #00cc77);
    border: none;
    color: #000
}

.user-home-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 149, 0.3)
}

.user-home-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e0e0e0
}

.user-home-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px)
}

@media screen and (max-width:768px) {
    .user-home-stats {
        flex-direction: column;
        gap: 15px
    }

    .user-home-header {
        justify-content: center
    }

    .user-home-section {
        padding: 15px
    }

    .user-home-table th,
    .user-home-table td {
        padding: 10px;
        font-size: 12px
    }

    .user-home-actions {
        flex-direction: column;
        gap: 6px
    }

    .user-home-modal-container {
        width: 95%
    }

    .user-home-modal-header,
    .user-home-modal-body,
    .user-home-modal-footer {
        padding: 15px 20px
    }
}

@media screen and (max-width:576px) {
    .user-home-container {
        padding: 10px
    }

    .user-home-stat-card {
        padding: 15px
    }

    .user-home-stat-icon {
        width: 45px;
        height: 45px
    }

    .user-home-stat-info h2 {
        font-size: 1.5rem
    }

    .user-home-table {
        min-width: 600px
    }
}