
body{
    background:#f4f6f9;
    font-family: 'Segoe UI', sans-serif;
}

a{
    text-decoration: none;
}
/* Login Page Start */

/* Glass Card */
.login-bg {
    display: flex;
    /* align-items: center; */
    justify-content: space-around;
    padding: 10px;

}
.page-wrapper {
    padding-bottom: 100px;
}
.login-card{
    width:100%;
    max-width:420px;
    padding:40px 20px;
    border-radius:25px;
    background:rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    box-shadow:0 15px 40px rgb(162 162 162 / 40%);
    color:#fff;
}

/* Logo */
.logo-circle{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#ff4d4f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
    margin:auto;
    margin-bottom:20px;
}

.login-title {
    color: #000;
    font-weight: 600;
}
/* Input Style */
.custom-control {
    border: 1px #e0e0e0 solid;
    border-radius: 15px;
    color: #000;
    width: 100%;
    padding: 12px 15px;
}

.custom-control:focus{
    background:rgba(255,255,255,0.15);
    box-shadow:none;
    border:1px solid #ff4d4f;
    color:#000;
}

.custom-control::placeholder{
    font-size: 14px;
}

.custom-check-box {
    color: #000;
    font-size: 14px;
}
.register-bottom p {
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
/* Password Eye */
.password-wrapper{
    position:relative;
}

.password-wrapper i {
    position: absolute;
    right: 15px;
    top: 69%;
    font-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #bbb;
}

/* Button */
.login-btn{
    background: linear-gradient(90deg,#ff4d4f,#ff6b6b);
    border:none;
    border-radius:15px;
    padding:12px;
    font-weight:600;
    transition:0.3s;
}

.login-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(255,77,79,0.4);
}

/* Links */
.login-links a{
    color:#464646;
    font-size:14px;
    text-decoration:none;
}

.login-links a:hover{
    color:#ff4d4f;
}

/* Login Page Ends */

/* Header */
.app-header{
    background:#fff;
    padding:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.logo{
    width:40px;
    height:40px;
    background:#e63946;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:bold;
    font-size:18px;
}

.header-icons i{
    font-size:20px;
    margin-left:15px;
    cursor:pointer;
    transition:0.3s;
}
.header-icons i:hover{
    color:#e63946;
}

/* Banner */
.promo-banner{
    background:linear-gradient(135deg,#1f1f1f,#3a3a3a);
    color:#fff;
    border-radius:20px;
    padding:25px;
    margin:20px;
    position:relative;
    overflow:hidden;
}

.promo-banner h4{
    font-weight:600;
}

.promo-banner p{
    opacity:0.8;
}

/* Quick Buttons */
.quick-actions{
    background:#fff;
    border-radius:20px;
    padding:15px;
    margin:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.quick-box{
    text-align:center;
    cursor:pointer;
    transition:0.3s;
}

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

.quick-icon{
    width:60px;
    height:60px;
    background:#f1f1f1;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:22px;
}

/* Market Section */
.market-section{
    padding:0 15px 100px 15px;
}

.market-item{
    background:#fff;
    border-radius:20px;
    padding:20px;
    margin-bottom:15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.3s;
}

.market-item:hover{
    transform:scale(1.02);
    box-shadow:0 10px 20px rgba(0,0,0,0.05);
}

.market-left h6{
    margin:0;
    font-weight:600;
}

.market-left small{
    color:gray;
}

.price{
    font-weight:600;
    font-size:18px;
}

.badge-red{
    background:#ff4d4f;
}

.badge-green{
    background:#2ecc71;
}

/* Bottom Nav */
.bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    display:flex;
    justify-content:space-around;
    padding:10px 0;
    box-shadow:0 -5px 15px rgba(0,0,0,0.05);
    z-index: 1;
}

.bottom-nav div{
    text-align:center;
    font-size:12px;
    cursor:pointer;
    transition:0.3s;
}

.bottom-nav i{
    font-size:20px;
    display:block;
}

.bottom-nav div:hover{
    color:#e63946;
}

.active-nav{
    color:#e63946;
}

.banner-area {
    margin: 10px  10px 0px;
    background: #fff;
    padding: 7px;
    border-radius: 10px;

}
#imageSlider {
    width: 100%;
}

#imageSlider .carousel-item img {
    height: auto; /* Set a fixed height for a uniform look */
    filter: brightness(0.9); /* Subtle professional darkening */
    transition: transform 2s ease; /* Adds a very slight zoom effect feel */
    border-radius: 10px;
}

/* Optional: Add a subtle scale effect to the active slide */
.carousel-item.active img {
    transform: scale(1.05);
}


/* ===== OVERLAY ===== */
.sidebar-overlay-layer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background:rgba(0,0,0,0.4); */
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index:998;
}

/* ===== RIGHT SIDEBAR ===== */
.profile-slide-panel{
    position:fixed;
    top:0;
    right:-100%;
    width:85%;
    max-width:380px;
    height:100%;
    background:#f9f9f9;
    box-shadow:-5px 0 30px rgba(0,0,0,0.15);
    transition:0.4s ease;
    z-index:999;
    overflow-y:auto;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
}

/* Active State */
.profile-slide-panel.active{
    right:0;
}

/* .sidebar-overlay-layer.active{
    opacity:1;
    visibility:visible;
} */

/* ===== PROFILE HEADER ===== */
.panel-profile-top{
    padding:25px;
    background:#fff;
    border-bottom:1px solid #eee;
}

.panel-avatar{
    width:60px;
    height:60px;
    background:#e63946;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:600;
    font-size:20px;
}

/* ===== MENU GRID ===== */
.panel-grid{
    padding:20px;
}

.panel-card-box{
    background:#fff;
    border-radius:20px;
    padding:20px;
    text-align:center;
    margin-bottom:15px;
    transition:0.3s;
    cursor:pointer;
}

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

/* ===== LIST SECTION ===== */
.panel-list-section{
    padding:20px;
}

.panel-list-item{
    background:#fff;
    padding:15px 18px;
    border-radius:15px;
    margin-bottom:12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.panel-list-item:hover{
    background:#f1f1f1;
}

.count-badge{
    background:#e9f7ef;
    color:#28a745;
    padding:4px 10px;
    border-radius:15px;
    font-weight:600;
}

span.edit-profile {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00000054;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.edit-profile i {
    font-size: 15px;
}


/* Profile Start */
    .profile-sec {
        padding: 30px 0px;
    }
    /* ----- Profile Banner ----- */
    .profile-banner {
        width: 100%;
        background: #fff;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
        margin-bottom: 40px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .profile-banner:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .profile-banner h2 {
        color: #d32f2f;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
        font-size: 30px;
    }

    .profile-banner p {
        text-align: center;
        color: #555;
        margin-bottom: 35px;
        font-size: 16px;
    }

    /* ----- Profile Image ----- */
    .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        margin: 0 auto 35px;
        border: 5px solid #d32f2f;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .profile-img:hover {
        transform: scale(1.05);
    }

    /* ----- Form Labels ----- */
    .form-label {
        font-weight: 600;
        color: #444;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        margin: 12px 0px;
    }

    .form-label i {
        color: #d32f2f;
        font-size: 18px;
    }

    /* ----- Form Inputs ----- */
    .form-control {
        border-radius: 12px;
        padding: 14px 15px;
        border: 1px solid #ddd;
        font-size: 16px;
        background: #fcfcfc;
        box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
    }

    .form-control:focus {
        outline: none;
        border-color: #d32f2f;
        box-shadow: 0 0 8px rgba(211, 47, 47, 0.25);
        background: #fff;
    }

    /* ----- Submit Button ----- */
    .btn-submit {
        background: linear-gradient(225deg, #d32f2f, #ff5252);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        border-radius: 14px;
        padding: 16px 0;
        box-shadow: 0 8px 20px rgba(211, 47, 47, 0.3);
        transition: all 0.3s ease;
    }

    .btn-submit:hover {
        background: #b71c1c;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(183, 28, 28, 0.4);
    }

    /* ----- Toast ----- */
    /* ----- Gradient Toast ----- */
    .toast {
        display: none;
        position: fixed;
        top: 30px;
        /* changed from bottom to top */
        right: 30px;
        /* keeps it at the right */
        min-width: 250px;
        max-width: 350px;
        padding: 15px 25px;
        color: #fff;
        font-weight: 600;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        z-index: 99999;
        font-family: 'Segoe UI', sans-serif;
        text-align: center;
        animation: slideIn 0.5s ease forwards;
    }

    .toast-success {
        background: linear-gradient(135deg, #28a745, #85e085);
    }

    .toast-error {
        background: linear-gradient(135deg, #d32f2f, #ff6b6b);
    }

    @keyframes slideIn {
        0% {
            transform: translateY(-50px);
            opacity: 0;
        }

        /* slide from top */
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
/* Profile Ends */

/* Profile page start */


/* Avatar */
.avatar-box{
    text-align:center;
}

.avatar-circle{
    width:90px;
    height:90px;
    border-radius:50%;
    overflow: hidden;
    margin:auto;
    box-shadow:0 10px 20px rgba(0,0,0,0.2);
}
.avatar-circle img {
    max-width: 100%;
}

/* Name Section */
.profile-name{
    margin-top:15px;
}

.profile-name h4{
    color:#e63946;
    font-weight:600;
}

.profile-name p{
    color:#777;
    font-size:14px;
}


/* Header */
.profile-header {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 11px;
    color: #000;
    box-shadow: 0px 0px 10px #f4f4f4;
}

.profile-header h5{
    font-weight:500;
    margin:0;
}

.settings-icon{
    font-size:20px;
    cursor:pointer;
    transition:0.3s;
}
.settings-icon:hover{
    transform:rotate(90deg);
}
.setting-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting-icon i {
    color: #000;
    font-size: 16px;
}
.profile-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: normal;
    padding: 7px 12px;
    border-bottom: 1px #000000 solid;
    border-radius: 10px;
}
.logout {
    text-align: center;
    background: #e63946;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 20px;
}

.profile-wrapper {
    padding-bottom: 100px;
}
/* profile page ends */

/* Deposit Start */
.cstm-card {
    background: #fff;
    padding: 15px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 10px;
}
.qr canvas {
    max-width: 170px;
    max-height: 170px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    border: 1px #cacaca solid;
    margin: auto;
}
.qr img {
    max-width: 170px;
    max-height: 170px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    border: 1px #cacaca solid;
    margin: auto;
}
.invite-page input {
    width: 100%;
    margin-top: 11px;
    font-size: 14px;
    border: 1px #b5b5b5 solid;
    border-radius: 3px;
    padding: 4px 3px;
}
.deposit-copy {
    position: absolute;
    right: 0;
    top: 11px;
    background: green;
    color: #fff;
    border: 0px;
    font-weight: bold;
    padding: 3px 10px;
}
/* Deposit Ends */
   .form-group {
        margin-bottom: 15px;
    }
    .form-group {
    margin-bottom: 15px;
}