﻿
:root {
    /* 🌑 Backgrounds */
    /*--bg-dark: #076363;*/ /* Elegant deep blue-green base */
    --bg-dark: #076363; /* Elegant deep blue-green base */
    --bg-card: #203A43; /* Muted teal-gray for contrast */
    /* 💠 Accents */
    --accent-primary: #00BCD4; /* Base cyan (main highlight) */
    --accent-secondary: #0097A7; /* Deep teal for depth */
    --accent-hover: #26C6DA; /* Bright shimmer for hover */
    /* ✨ Text Colors */
    --text-primary: #E0F7FA; /* Soft white-blue (main text) */
    --text-secondary: #B0BEC5; /* Subtle silver for subtext */
    /* 🌈 Optional shadows/borders */
    --shadow-color: rgba(0, 188, 212, 0.25);
    --border-light: rgba(255, 255, 255, 0.08);
    --logobg1-light: #e0eff1;
    --logobg2-light: #bcd8dc;
}



* {
    box-sizing: border-box;
    padding: 0;
    margin: 0%;
    font-family: sans-serif;
}

#color {
    background-color: rgb(232, 232, 232);
}

/*:root {
    --bg-dark: #f26522;
}*/

.product-section {
    align-content: center;
    width: 100%;
    margin-top: -10px;
    /*margin-left: -29px;*/
}

.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 10px;*/
    background-color: var(--bg-dark);
    height: 70px;
    margin-bottom: 90px;
    align-content: center;
    /*padding-bottom:70px;*/
}

    .main-header > div {
        font-size: 30px;
    }
    .main-header img{
        
        height:35px;
        width:110px;
        /*margin-left:-30px;*/
    }
    .main-header a {
        margin-top:20px;
        margin-bottom:-20px;
        text-decoration: none;
        color: black;
        font-size: 15px;
        /*color: white;*/
        color: white;
        align-content: center;
        text-align: center;
        border: 1px solid white;
        border-radius: 15px;
        padding: 10px 30px 10px 30px;
    }

    .main-header button {
        padding: 10px 25px;
        border: 2px solid white;
        border-radius: 10px;
        background-color: var(--bg-dark);
    }

/* section 1 */

/* .source{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
} */
.source{
    margin-top:80px;
}
.number {
    border: solid 2px var(--bg-dark);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*height: 200px;*/
    text-align: center;
    border-radius: 10px;
    padding:10px;
    width:100%;
    margin-bottom:15px;
    /*margin: 20px;*/
}
    .number i{
        letter-spacing:4px;
        grid-column-gap:10px;
    }


    .types {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        border: 2px solid var(--bg-dark);
        /*margin: 20px;*/
        padding: 10px;
        /*height:50px;*/
        border-radius: 10px;
    }

    .types a {
        text-decoration: none;
        color: var(--bg-dark);
        font-size: 18px;
        font-weight: 600;
    }
        .types a.active {
            background-color: var(--bg-dark);
            color: white;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 5px;
        }
        /*.types a:active {
            padding: 10px 25px;
            border-radius: 10px;
            background-color: var(--bg-dark);
            color: white;
        }*/
       /* .types a:hover {
            color: white;
        }*/

    .types button {
        /* padding: 10px 25px; */
        /* border-radius:10px; */
        border: none;
    }

    /*.types div:hover {
        padding: 10px 25px;
        border-radius: 5px;
        background-color: var(--bg-dark);
        border: 1px solid var(--bg-dark);
        color: white;
        transition: 0.5s;
    }*/


.real-gold {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 5px;
    margin-bottom:-10px;
}

    /* .real-gold>div{
    width: 50%;
} */

    .real-gold > div h2 {
        color: var(--bg-dark);
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .real-gold > div h4 {
        color: rgb(139, 139, 139);
        font-weight:bold;
        font-size:18px; 
        letter-spacing:0;
        /* font-size: 20px; */
    }


.gold-pic img {
    margin-left:5px;
    justify-content:center;
    align-content:center;
    width: 70px;
    height: 50px;
    box-shadw: 0 0 9px rgb(210, 210, 210);
}


.income-term{
    margin-top:-10px;
}
.daily-income {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px;
    padding: 10px;
    margin-bottom:-24px;
}

    .daily-income h1 {
        font-size: 12px;
        letter-spacing: -1;
        font-weight: 550;
        /*font-size: 25px;*/
        text-align: center;
        margin-bottom:0px;
    }

    .daily-income h4 {
        color: rgb(137, 135, 135);
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -1;
        text-align: center;
    }

/*.main-button botton {
    text-decoration: none;
    color: white;
}*/

.main-button {
    background-color: var(--bg-dark);
    border-radius: 20px;
    text-align: center;
    align-items:center;
    align-content:center;
    justify-content:center;
    font-size:15px;
    padding: 15px 25px;
   height:45px;
    width:100%;
    margin-bottom:4px;
    margin: 10px;
}

    /* ✨ Hover Effect */
    .main-button:hover {
        background-color: var(--bg-dark);
        
    }



.main-real-gold {
    /*box-shadow: 0 0 10px rgb(168, 168, 168);*/
    box-shadow: 0 0 10px var(--shadow-color);
    /*margin: 30px;*/
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}



.main-footer {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    background-color: var(--bg-dark);
    padding: 10px;
    position: relative;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: -20px;
}

    .main-footer li {
        list-style-type: none;
    }

    .main-footer button a {
        text-decoration: none;
        /* background-color: orangered; */
        color: rgb(183, 183, 183);
        font-size: 15px;
    }

        .main-footer button a:hover {
            color: white;
        }

    .main-footer button {
        background-color: var(--bg-dark);
        border: none;
    }
        .main-footer button a,
        .main-footer button a p,
        .main-footer button a i {
            color: lightgray; /* default text color */
            text-decoration: none;
        }

        .main-footer button.active a,
        .main-footer button.active a p,
        .main-footer button.active a i {
            color: white !important; /* only text turns white when active */
        }

/*Details page*/


.btn-gold {
    background-color: var(--bg-dark); /* Gold color */
    border: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

    .btn-gold:hover, .btn-gold:focus {
        background-color: var(--bg-dark);
        color: white;
    }


/* wallet part start */




body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
}

.top-header {
    background-color: var(--bg-dark);
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.back-button {
    position: absolute;
    left: 12px;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
}

.top-header h1 {
    margin: 0 auto;
}

.balance-section {
    background-color: #c3c2c2;
    text-align: center;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
}

.balance {
    color: var(--bg-dark);
    margin-left: 8px;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.btn {
    background-color: var(--bg-dark);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 16px;
}

.details {
    margin: 0 auto;
    max-width: 300px;
    padding: 16px;
    border: 1px solid var(--bg-dark);
    border-radius: 8px;
    background-color: white;
    color: #333;
}

    .details p {
        margin: 8px 0;
        display: flex;
        justify-content: space-between;
    }

.transactions {
    text-align: center;
    margin: 20px;
    color: #666;
    height: 300px;
    border-radius: 10px;
    border: 2px solid var(--bg-dark);
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-dark);
}

    .bottom-nav a {
        color: white;
        text-decoration: none;
        font-size: 16px;
    }

    .bottom-nav .active {
        font-weight: bold;
        text-decoration: underline;
    }



.main-url {
    margin: 20px;
}

    .main-url h2 {
        color: var(--bg-dark);
    }

    .main-url input {
        width: 100%;
        padding: 3px;
        border: 1px solid var(--bg-dark);
    }

.user {
    padding-top: 100px;
    text-align: center;
}

    .user h1 {
        font-size: 100px;
        color: rgb(101, 121, 212);
    }

    .user h2 {
        color: var(--bg-dark);
    }

    .user h3 {
        font-size: 15px;
        color: rgb(78, 77, 77);
    }

.main-table {
    width: 80%;
    margin: auto;
    text-align: center;
}

    .main-table td button {
        background-color: var(--bg-dark);
        /* color: white; */
        border-radius: 10px;
        width: 200px;
        padding: 5px;
        margin-top: 5px;
        border: none;
    }

    .main-table button a {
        text-decoration: none;
        color: white;
    }


/* login part start */

.container {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

h2 {
    margin-bottom: 10px;
    font-weight: bold;
}

.company {
    color: var(--bg-dark);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 90%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #aaa;
    background: transparent;
    outline: none;
}

.eye-icon {
    float: right;
    margin-top: -30px;
    margin-right: 25px;
    cursor: pointer;
}

.btn {
    background-color: var(--bg-dark);
    color: white;
    border: none;
    padding: 12px 0;
    width: 90%;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

.sign-in {
    margin-top: 20px;
    font-size: 14px;
}

    .sign-in a {
        text-decoration: none;
        color: var(--bg-dark);
    }



/* platinum details */

.semiconductor {
    display: flex;
    justify-content: space-between;
    padding:0px;
}

.semiconductor-1 li {
    list-style-type: none;
    padding-top: 10px;
    color: rgb(77, 76, 76);
}

.semiconductor-2 li {
    list-style-type: none;
    padding-top: 10px;
    color: var(--bg-dark);
}

.semiconductor-2 h1 {
    font-size: 20px;
}

.platinum-image {
    width: 90%;
    margin: auto;
}

    .platinum-image img {
        width: 100%;
        height: 30%;
    }

.reward {
    margin-bottom: 100px;
}

    .reward h1 {
        color: orangered;
        padding-top: 10px;
    }

    .reward p {
        color: #333;
        padding-top: 9px;
    }

    .reward span {
        color: var(--bg-dark);
    }





#chatbot-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: var(--bg-dark);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 26px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}
#chatbot-btn:hover {
    transform: scale(1.1);
}

/* Chat Window */
#chatbot-window {
    position: fixed;
    bottom: 100px;
    right: 13px;
    width: 300px;
    height: 350px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
}

/* Header */
.chat-header {
    background: var(--bg-dark);
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

/* Chat Body */
.chat-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background: #f8f9fa;
}
.bot-message, .user-message {
    margin: 8px 0;
    padding: 10px 12px;
    border-radius: 12px;
    max-width: 80%;
    font-size: 14px;
}
.bot-message {
    background: #e3f2fd;
    align-self: flex-start;
}
.user-message {
    background: var(--accent-primary);
    color: white;
    align-self: flex-end;
}

/* Chat Input */
.chat-input {
    display: flex;
    border-top: 1px solid #ddd;
}
.chat-input input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
}
    .chat-input button {
        background: var(--bg-dark);
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
    }

/*.btn-close {
    background-color: transparent;
    border: none;*/
    /* margin: 4px; */
    /*font-size: 16px;
    font-weight: 900;
    color: red;
    align-content: end;
    align-items: end;
    margin-left: 18px;
}*/








.mh-box {
    border: 3px solid #ffa500;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #e0eff1, #bcd8dc);
    transform: skewX(-34deg);
    transform-origin: top right;
    transition: 0.3s ease;
    padding: 18px 30px;
    /*border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    transition: all 0.3s ease-in-out;
}

    /* Modern diagonal turquoise shape */
    /*.mh-box::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 100%;
        background: linear-gradient(135deg, #00BCD4, #0097A7);
        transform: skewX(-20deg);
        transform-origin: top right;
        transition: 0.3s ease;
    }*/

.mh-inner {
    padding-left: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

    .mh-inner img {
        width: 25px;
        height: 30px;
    }

    .mh-inner span {
        font-size: 20px;
        font-weight: 600;
        color: #007f8c;
        letter-spacing: 0.5px;
    }
/* 🧠 Mobile View (768px se chhoti screen) */
@media (max-width: 768px) {

    .mh-box {
        padding: 20px 18px; /* thoda compact spacing */
        transform: skewX(-25deg); /* thoda less tilt */
        border-width: 3px; /* border thoda patla */
    }

    .mh-inner {
        gap: 6px; /* text aur logo ke beech less space */
        padding-left: 6px;
    }

        .mh-inner img {
            width: 20px; /* logo thoda chhota */
            height: 24px;
        }

        .mh-inner span {
            font-size: 16px; /* text smaller */
        }
}

/* Hover effect */
/*.mh-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 188, 212, 0.3);
}

    .mh-box:hover::after {
        background: linear-gradient(135deg, #26C6DA, #00ACC1);
    }*/
