* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
    background-color: #1E1E1E;
}

a {
    text-decoration: none;
}

.pad_15{
    padding: 15px 0;
}

.col_padding{
    padding: 0 5px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.center {
    text-align: center;
}

.center-m {
    margin: 0 auto;
}

.green {
    color: #00D1B2;
}

.aaa {
    color: #AAAAAA;
}

/* .....................faq....................... */
.accordion-item {
    background-color: #2A2A2A;
    border: none;
}
.accordion-button {
    background-color: #2A2A2A;
    color: #AAAAAA;
}
.accordion-button:not(.collapsed) {
    background-color: #00D1B2;
    color: #1E1E1E;
}
.accordion-body {
    background-color: #2A2A2A;
    color: #AAAAAA;
}
.highlight-box {
    border-left: 4px solid #00D1B2;
}
.badge-premium {
    background-color: #00D1B2;
    color: #1E1E1E;
}
.accordion-button {
    font-size: 0.9rem;
    padding: 0.75rem;
}
.accordion-body {
    font-size: 0.85rem;
    padding: 0.75rem;
}

.accordion-body li::before {
    content: "•"; 
    margin-right: 8px;
}

.accordion-body h6 {
    padding: 15px 0;
}

.highlight-box {
    padding: 0.5rem;
}
.btn-lg {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.wel_text h2, i{
    color: #00D1B2;
}

.wel_text i{
    font-size: 18px;
    margin-right: 8px;
}
    
/* .....................faq....................... */
/* .....................api....................... */
.code-block {
    background-color: #1E1E1E;
    color: #AAAAAA;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    white-space: pre-wrap;
    overflow-x: auto;
    margin-bottom: 16px;
}
.card-body p{
    color: #AAAAAA;
}
.table th, .table td {
    border: 1px solid #00D1B2;
    padding: 10px;
}
.sticky-sidebar {
    position: sticky;
    top: 20px; /* Adjust based on your header height */
    max-height: calc(100vh - 40px); /* Ensure it doesn't overflow the viewport */
    overflow-y: auto; /* Scroll if content overflows */
}
@media (max-width: 576px) {
    .code-block {
        font-size: 12px;
        padding: 12px;
    }
    .table th, .table td {
        padding: 8px;
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .sticky-sidebar::-webkit-scrollbar {
        width: 6px;
    }
    .sticky-sidebar::-webkit-scrollbar-track {
        background: #1E1E1E;
    }
    .sticky-sidebar::-webkit-scrollbar-thumb {
        background: #00D1B2;
        border-radius: 3px;
    }
}
/* .....................api....................... */
.cl_h1{
    font-size: 26;
    padding: 25px;
}

.ad-fallback {
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
}

.text_dec_none {
    text-decoration: none;
}

.relative {
    position: relative;
}

.text_upp {
    text-transform: uppercase;
}

.vh {
    height: 100vh;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* guyner*/

.houm {
    background-image: linear-gradient(to right bottom, #310859, #3b136b, #451d7e, #4f2892, #5833a6);
}

.bg_1 {
    background: blue;
}

.bg_2 {
    background: chocolate;
}

.row {
    margin: 15px -15px;
}

/*      ...................................       heraxos      ........................    */

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

    .container {
        width: 90% !important;
        margin: 70px auto 0 auto;
        color: #fff;
    }

    .block_non_sm {
        display: none;
    }

    .right_sm {
        float: right;
    }

    .home_top {
        padding-top: 1px;
    }

    .nav {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        z-index: 100;
        background-color: #1E1E1E;
    }

    .nav .logo {
        position: absolute;
        top: 20px;
        left: 15px;
        color: #fff;
        font-size: 16px;
        z-index: 200;
    }

    .nav .logo:hover {
        color: #00D1B2;
    }

    .nav img {
        display: inline-block;
        padding-bottom: 5px;
        max-width: 40px;
    }

    .nav .tel {
        position: absolute;
        top: 22px;
        right: 120px;
        color: #fff;
        font-size: 14px;
        z-index: 200;
        padding: 0 10px;
        border: 1px solid #00D1B2;
        border-radius: 10px;
    }

    .tel:hover {
        background-color: #00D1B2;
    }

    .user_i {
        position: absolute;
        top: 16px;
        right: 70px;
        color: #00D1B2;
        font-size: 22px;
        cursor: pointer;
    }

    .fa-bars {
        position: absolute;
        top: 24px;
        right: 25px;
        color: #00D1B2;
        font-size: 20px;
        cursor: pointer;
    }

    .nav_menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #2A2A2A;
        z-index: 101;
        width: 400px;
        border-left: 1px solid #AAAAAA;
    }

    .nav_menu .tel{
        position: absolute;
        top: 20px;
        margin-left: 45px;
        color: #FFF;
        font-size: 20px;
        z-index: 200;
        padding: 2px 15px;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .nav_menu .nav_menu_div a{
        display: block;
        text-align: center;
        margin: 15px 40px;
        padding: 5px 10px;
        color: #AAAAAA;
        font-size: 18px;
        border: #AAAAAA 1px solid;
        border-radius: 25px;
    }

    .nav_menu .nav_menu_div a:hover{
        opacity: 0.50;
        border: #00D1B2 1px solid;
        color: #00D1B2;
    }

    .nav_menu .nav_menu_div{
        margin-top: 150px;
    }

    .fa-times {
        position: absolute;
        top: 24px;
        right: 45px;
        color: #AAAAAA;
        font-size: 30px;
        cursor: pointer;
    }

    .menu_lang{
        margin: 40px;
    }

    .menu_lang a {
        margin: 0 15px;
    }

    .email-reset{
        background: white;
        color: black;
        font-size: 14px;
        font-family: sans-serif;
        line-height: 1.5;
        text-align: left;
        padding: 1rem;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow-x: auto;
        display: block;
        box-sizing: border-box;
    }

    .email-reset a {
        color: blue;
        text-decoration: underline;
    }

    .email-reset table {
        max-width: 100% !important;
        width: 100% !important;
        table-layout: auto !important;
        word-break: break-word;
    }

    .email-reset div {
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-wrap: break-word;
    }
   /*․․․․․․․․․   home   ․․․․․․․․․․․․․*/

    .tname {
        font-size: 24px;
        color: #00D1B2;
        padding: 25px 0;
        font-weight: 500;
    }

    .h_mail {
        font-size: 16px;
        padding: 10px 25px;
        width: 400px;
        border: 1px solid;
        border-radius: 25px;
        background-color: #2A2A2A;
        color: #AAAAAA;
    }

    .h_copy{
        font-size: 20px;
        color: #AAAAAA;
        margin-left: 15px;
        border: 1px solid #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 25px;
        padding: 7px 12px;
        cursor:pointer;
    }

    .h_copy:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .copy-toast {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #00D1B2;
        color: white;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }
    .copy-toast.show {
        opacity: 1;
    }


    .h_time{
        padding: 15px 0;
        font-size: 10px;
        color: #AAAAAA;
    }

    .h_nas{
        padding-top: 20px;
    }

    .h_nas button{
        width: 120px;
        color: #AAAAAA;
        font-size: 14px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
        padding: 7px 12px;
        margin:7px;
        background-color: #2A2A2A;
    }

    .h_nas button:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .h_nas span{
        font-size: 14px;
        margin-left: 7px;
    }

    .h_nas form{
        display: inline-block;
    }

    .h_nas a{
        display: inline-block;
    }

    .butstyl{
        color: #AAAAAA;
        padding: 4px 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .butstyl i{
        margin-right: 10px;
    }

    .butstyl:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .sub_tit{
        padding: 10px 5px;
        font-size: 18px;
        color: #AAAAAA;
    }

    .sub_form{
        text-align: left;
        font-size: 14px;
        color: #AAAAAA;
    }

    .block div {
        margin: 0 auto 15px auto;
        padding: 5px;
    }

    .block img {
        max-width: 100%;
        height : auto;
    }

    .shado-l > p {
        padding: 30px 20px 15px 20px;
        font-size: 24px;
        font-weight: 900;
        color: rgb(175, 179, 229);
    }

    .h1_home {
        text-align: center;
        color: rgb(174, 188, 235);
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .inbox{
        margin-top: 30px;
        padding: 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
    }

    .inbox_mail{
        border: 1px solid #00D1B2;
        border-radius: 12px;
        min-height: 400px;
    }

    .inbox_1 span{
        font-size: 18px;
    }

    .rel_butt {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background: #2A2A2A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    font-size: 36px;
    color: #00D1B2;
    cursor: pointer;
    z-index: 1;
    }
    .rel_butt:active{
    transform: scale(0.95);
    }
    .rel_butt::before{
    content: '';
    position: absolute;
    inset: -1px 40px;
    background: #00D1B2;
    transition: 500ms;
    animation: rotate 4s linear infinite;
    z-index: -1;
    }
    .rel_butt:hover::before{
    inset: -1px;
    }
    .rel_butt::after{
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #2A2A2A;
    z-index: -1;
    }
    @keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
    }

    .rel p {
        font-size: 20px;
        padding-top: 40px;
        color: #AAAAAA;
    }

    .rel span {
        font-size: 14px;
        color: #AAAAAA;
    }

    .sender{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 15px 15px 0 0;
        padding: 7px;
        text-align: left;
    }

    .inbox_message{
        padding: 10px 0;
        font-size: 11px;
        border-bottom: 2px solid #2A2A2A;
    }

    .inbox_message i{
        font-size: 22px;
    }

    .inbox_message i:hover{
        color: #00D1B2;
    }

    .inbox_message:hover{
        background-color: #2A2A2A;
        border-top: 2px solid #AAAAAA;
        border-bottom: 2px solid #AAAAAA;
    }

    .infor{
        padding: 30px 20px 20px 20px;
        color: #AAAAAA;
        font-size: 12px;
    }
    /* ............................ ............*/


    /* language */
    .language-menu {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    }

    .language-toggle {
    display: flex;
    align-items: center;
    background: #2A2A2A;
    color: #AAAAAA;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    }

    .language-toggle img {
    width: 20px;
    height: 14px;
    margin-right: 6px;
    }

    .language-toggle::after {
    content: "▾";
    font-size: 10px;
    margin-left: 6px;
    color: #FFFFFF;
    }

    .language-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    background: #2A2A2A;
    border: 1px solid #444;
    border-radius: 4px;
    list-style: none;
    padding: 4px 0;
    min-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
    }

    .language-list.show {
    display: block;
    }

    .language-list li {
    margin: 0;
    }

    .language-list a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #AAAAAA;
    text-decoration: none;
    }

    .language-list a:hover {
    background: #1E1E1E;
    }

    .language-list img {
    width: 18px;
    height: 12px;
    margin-right: 6px;
    }

    .login_form{
        padding-top: 50px;
        color: #AAAAAA;
    }

    .login_form input{
        color: #1E1E1E;
        background-color: #f5f5f5;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form button{
        display: block;
        padding: 3px 12px;
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form form{
        margin: 0 auto;
        max-width: 350px;
    }

    .preium{
        color: #AAAAAA;
    }

    .preium a{
        color: #00D1B2;
        border: 2px solid #00D1B2;
        border-radius: 15px;
        padding: 7px 15px;
    }

    .preium a:hover{
        color: #f5f5f5;
        background-color: #00D1B2;
    }

    .preium i{
        color: #00D1B2;
        font-size: 22px;
    }

    .preium ul{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #AAAAAA;
    }

    .preium ul li{
        padding: 15px;
    }

    .policy{
        color: #AAAAAA;
    }

    .policy h1, h2, h3{
        padding: 15px 0;
        font-size: 22px;
    }

    .blog-card{
        min-height: 500px;
        display: flex;
        flex-direction: column;
        padding: 15px;
        margin: 5px;
        border-radius: 10px;
        background-color: #2A2A2A; 
        color: #AAAAAA;
    }

    .blog-card h5{
        padding: 15px 0;
        color: #00D1B2;
    }

    .blog-card a{
        position: absolute;
        background-color: #00D1B2; 
        border-color: #00D1B2; 
        color: #1E1E1E;
        padding: 3px 5px;
        border-radius: 7px;
        bottom: 15px;
        left: 15px;
    }

    .blog-card-body{
        flex: 1
    }

    .footer{
        margin-top: 60px;
        padding: 15px;
        border-top: 1px solid #AAAAAA;
        color: #AAAAAA;
        font-size: 14px;
    }

    .foot{
        width: 90% !important;
    }

    .footer a{
        margin: 0 15px;
    }

    .footer a:hover{
       color: #00D1B2;
    }

    .col_sm {
        float: left;
    }

    .col_1_sm {
        width: calc(8.33%);
    }

    .col_2_sm {
        width: calc(16.66%);
    }

    .col_3_sm {
        width: calc(25%);
    }

    .col_4_sm {
        width: calc(33.33%);
    }

    .col_5_sm {
        width: calc(41.66% - 30px);
    }

    .col_6_sm {
        width: calc(50%);
    }

    .col_7_sm {
        width: calc(58.33% - 30px);
    }

    .col_8_sm {
        width: calc(66.66%);
    }

    .col_9_sm {
        width: calc(75% - 30px);
    }

    .col_10_sm {
        width: calc(83.33% - 30px);
    }

    .col_11_sm {
        width: calc(91.66%);
    }

    .col_12_sm {
        width: calc(100%);
    }

    .col_offset_1 {
        margin-left: calc(8.33% + 15px);
    }

    .col_offset_2 {
        margin-left: calc(16.66% + 15px);
    }

    .col_offset_3 {
        margin-left: calc(25% + 15px);
    }

    .col_offset_4 {
        margin-left: calc(33.33% + 15px);
    }

    .col_offset_5 {
        margin-left: calc(41.66% + 15px);
    }

    .col_offset_6 {
        margin-left: calc(50% + 15px);
    }

    .col_offset_7 {
        margin-left: calc(58.33% + 15px);
    }

    .col_offset_8 {
        margin-left: calc(66.66% + 15px);
    }

    .col_offset_9 {
        margin-left: calc(75% + 15px);
    }

    .col_offset_10 {
        margin-left: calc(83.33% + 15px);
    }

    .col_offset_11 {
        margin-left: calc(91.66% + 15px);
    }

    .col_offset_12 {
        margin-left: calc(100% + 15px);
    }

}

/*       ․․․․․․․․․․․․․․․․․․․․․ ․․․․․․․․․․․․     planshet      ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․     */

@media screen and (min-width: 480px) and (max-width: 991.98px) {

    .container {
        width: 80% !important;
        margin: 70px auto 0 auto;
        color: #fff;
    }

    .block_non_md {
        display: none;
    }

    .right_md {
        float: right;
    }

    .home_top {
        padding-top: 1px;
    }

    .nav {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        z-index: 100;
        background-color: #1E1E1E;
    }

    .nav .logo {
        position: absolute;
        top: 20px;
        left: 40px;
        color: #fff;
        font-size: 28px;
        z-index: 200;
    }

    .nav .logo:hover {
        color: #00D1B2;
    }

    .nav img {
        display: inline-block;
        padding-bottom: 5px;
        max-width: 60px;
    }

    .nav .tel {
        position: absolute;
        top: 24px;
        right: 180px;
        color: #fff;
        font-size: 22px;
        z-index: 200;
        padding: 0 12px;
        border: 1px solid #00D1B2;
        border-radius: 12px;
    }

    .tel:hover {
        background-color: #00D1B2;
    }

    .user_i {
        position: absolute;
        top: 22px;
        right: 100px;
        color: #00D1B2;
        font-size: 26px;
        cursor: pointer;
    }

    .fa-bars {
        position: absolute;
        top: 30px;
        right: 40px;
        color: #00D1B2;
        font-size: 24px;
        cursor: pointer;
    }

    .nav_menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #2A2A2A;
        z-index: 101;
        width: 350px;
        border-left: 1px solid #AAAAAA;
    }

    .nav_menu .tel{
        position: absolute;
        top: 20px;
        margin-left: 40px;
        color: #FFF;
        font-size: 20px;
        z-index: 200;
        padding: 2px 15px;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .nav_menu .nav_menu_div a{
        display: block;
        text-align: center;
        margin: 20px 40px;
        padding: 5px 10px;
        color: #AAAAAA;
        font-size: 22px;
        border: #AAAAAA 1px solid;
        border-radius: 25px;
    }

    .nav_menu .nav_menu_div a:hover{
        opacity: 0.50;
        border: #00D1B2 1px solid;
        color: #00D1B2;
    }

    .nav_menu .nav_menu_div{
        margin-top: 150px;
    }

    .fa-times {
        position: absolute;
        top: 24px;
        right: 40px;
        color: #AAAAAA;
        font-size: 30px;
        cursor: pointer;
    }

    .menu_lang{
        margin: 40px;
    }

    .menu_lang a {
        margin: 0 15px;
    }

    .email-reset{
        background: white;
        color: black;
        font-size: 14px;
        font-family: sans-serif;
        line-height: 1.5;
        text-align: left;
        padding: 1rem;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow-x: auto;
        display: block;
        box-sizing: border-box;
    }

    .email-reset a {
        color: blue;
        text-decoration: underline;
    }

    .email-reset table {
        max-width: 100% !important;
        width: 100% !important;
        table-layout: auto !important;
        word-break: break-word;
    }

    .email-reset div {
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-wrap: break-word;
    }
   /*․․․․․․․․․   home   ․․․․․․․․․․․․․*/

    .tname {
        font-size: 30px;
        color: #00D1B2;
        padding: 35px 0;
        font-weight: 500;
    }

    .h_mail {
        font-size: 18px;
        padding: 10px 25px;
        width: 400px;
        border: 1px solid;
        border-radius: 25px;
        background-color: #2A2A2A;
        color: #AAAAAA;
    }

    .h_copy{
        font-size: 22px;
        color: #AAAAAA;
        margin-left: 20px;
        border: 1px solid #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 25px;
        padding: 7px 12px;
        cursor:pointer;
    }

    .h_copy:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .copy-toast {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #00D1B2;
        color: white;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }
    .copy-toast.show {
        opacity: 1;
    }


    .h_time{
        padding: 15px 0;
        font-size: 10px;
        color: #AAAAAA;
    }

    .h_nas{
        padding: 20px;
    }

    .h_nas button{
        width: 120px;
        color: #AAAAAA;
        font-size: 16px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
        padding: 7px 12px;
        margin: 0 7px;
        background-color: #2A2A2A;
    }

    .h_nas button:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .h_nas span{
        font-size: 14px;
        margin-left: 7px;
    }

    .h_nas form{
        display: inline-block;
    }

    .h_nas a{
        display: inline-block;
    }

    .butstyl{
        color: #AAAAAA;
        padding: 4px 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .butstyl i{
        margin-right: 10px;
    }

    .butstyl:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .sub_tit{
        padding: 10px 5px;
        font-size: 18px;
        color: #AAAAAA;
    }

    .sub_form{
        text-align: left;
        font-size: 14px;
        color: #AAAAAA;
    }

    .block div {
        margin: 0 auto 15px auto;
        padding: 5px;
    }

    .block img {
        max-width: 100%;
        height : auto;
    }

    .shado-l > p {
        padding: 30px 20px 15px 20px;
        font-size: 24px;
        font-weight: 900;
        color: rgb(175, 179, 229);
    }

    .h1_home {
        text-align: center;
        color: rgb(174, 188, 235);
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .inbox{
        margin-top: 30px;
        padding: 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
    }

    .inbox_mail{
        border: 1px solid #00D1B2;
        border-radius: 12px;
        min-height: 400px;
    }

    .inbox_1 span{
        font-size: 18px;
    }

    .rel_butt {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background: #2A2A2A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    font-size: 36px;
    color: #00D1B2;
    cursor: pointer;
    z-index: 1;
    }
    .rel_butt:active{
    transform: scale(0.95);
    }
    .rel_butt::before{
    content: '';
    position: absolute;
    inset: -1px 40px;
    background: #00D1B2;
    transition: 500ms;
    animation: rotate 4s linear infinite;
    z-index: -1;
    }
    .rel_butt:hover::before{
    inset: -1px;
    }
    .rel_butt::after{
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #2A2A2A;
    z-index: -1;
    }
    @keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
    }

    .rel p {
        font-size: 20px;
        padding-top: 40px;
        color: #AAAAAA;
    }

    .rel span {
        font-size: 14px;
        color: #AAAAAA;
    }

    .sender{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 15px 15px 0 0;
        padding: 7px;
        text-align: left;
    }

    .inbox_message{
        padding: 10px 0;
        font-size: 11px;
        border-bottom: 2px solid #2A2A2A;
    }

    .inbox_message i{
        font-size: 22px;
    }

    .inbox_message i:hover{
        color: #00D1B2;
    }

    .inbox_message:hover{
        background-color: #2A2A2A;
        border-top: 2px solid #AAAAAA;
        border-bottom: 2px solid #AAAAAA;
    }

    .infor{
        padding: 30px 20px 20px 20px;
        color: #AAAAAA;
        font-size: 14px;
    }
    /* ............................ ............*/


    /* language */
    .language-menu {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    }

    .language-toggle {
    display: flex;
    align-items: center;
    background: #2A2A2A;
    color: #AAAAAA;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    }

    .language-toggle img {
    width: 20px;
    height: 14px;
    margin-right: 6px;
    }

    .language-toggle::after {
    content: "▾";
    font-size: 10px;
    margin-left: 6px;
    color: #FFFFFF;
    }

    .language-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    background: #2A2A2A;
    border: 1px solid #444;
    border-radius: 4px;
    list-style: none;
    padding: 4px 0;
    min-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
    }

    .language-list.show {
    display: block;
    }

    .language-list li {
    margin: 0;
    }

    .language-list a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #AAAAAA;
    text-decoration: none;
    }

    .language-list a:hover {
    background: #1E1E1E;
    }

    .language-list img {
    width: 18px;
    height: 12px;
    margin-right: 6px;
    }

    .login_form{
        padding-top: 50px;
        color: #AAAAAA;
    }

    .login_form input{
        color: #1E1E1E;
        background-color: #f5f5f5;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form button{
        display: block;
        padding: 3px 12px;
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form form{
        margin: 0 auto;
        max-width: 350px;
    }

    .preium{
        color: #AAAAAA;
    }

    .preium a{
        color: #00D1B2;
        border: 2px solid #00D1B2;
        border-radius: 15px;
        padding: 7px 15px;
    }

    .preium a:hover{
        color: #f5f5f5;
        background-color: #00D1B2;
    }

    .preium i{
        color: #00D1B2;
        font-size: 22px;
    }

    .preium ul{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #AAAAAA;
    }

    .preium ul li{
        padding: 15px;
    }

    .policy{
        color: #AAAAAA;
    }

    .policy h1, h2, h3{
        padding: 15px 0;
        font-size: 22px;
    }

    .blog-card{
        min-height: 500px;
        display: flex;
        flex-direction: column;
        padding: 15px;
        margin: 5px;
        border-radius: 10px;
        background-color: #2A2A2A; 
        color: #AAAAAA;
    }

    .blog-card h5{
        padding: 15px 0;
        color: #00D1B2;
    }

    .blog-card a{
        position: absolute;
        background-color: #00D1B2; 
        border-color: #00D1B2; 
        color: #1E1E1E;
        padding: 3px 5px;
        border-radius: 7px;
        bottom: 15px;
        left: 15px;
    }

    .blog-card-body{
        flex: 1
    }

    .footer{
        margin-top: 60px;
        padding: 15px;
        border-top: 1px solid #AAAAAA;
        color: #AAAAAA;
        font-size: 18px;
    }

    .foot{
        width: 80% !important;
    }

    .footer a{
        margin: 0 15px;
    }

    .footer a:hover{
       color: #00D1B2;
    }

    .col_md {
        float: left;
    }

    .col_1_md {
        width: calc(8.33%);
    }

    .col_2_md {
        width: calc(16.66%);
    }

    .col_3_md {
        width: calc(25%);
    }

    .col_4_md {
        width: calc(33.33%);
    }

    .col_5_md {
        width: calc(41.66% - 30px);
    }

    .col_6_md {
        width: calc(50%);
    }

    .col_7_md {
        width: calc(58.33% - 30px);
    }

    .col_8_md {
        width: calc(66.66%);
    }

    .col_9_md {
        width: calc(75% - 30px);
    }

    .col_10_md {
        width: calc(83.33% - 30px);
    }

    .col_11_md {
        width: calc(91.66%);
    }

    .col_12_md {
        width: calc(100%);
    }

    .col_offset_1 {
        margin-left: calc(8.33% + 15px);
    }

    .col_offset_2 {
        margin-left: calc(16.66% + 15px);
    }

    .col_offset_3 {
        margin-left: calc(25% + 15px);
    }

    .col_offset_4 {
        margin-left: calc(33.33% + 15px);
    }

    .col_offset_5 {
        margin-left: calc(41.66% + 15px);
    }

    .col_offset_6 {
        margin-left: calc(50% + 15px);
    }

    .col_offset_7 {
        margin-left: calc(58.33% + 15px);
    }

    .col_offset_8 {
        margin-left: calc(66.66% + 15px);
    }

    .col_offset_9 {
        margin-left: calc(75% + 15px);
    }

    .col_offset_10 {
        margin-left: calc(83.33% + 15px);
    }

    .col_offset_11 {
        margin-left: calc(91.66% + 15px);
    }

    .col_offset_12 {
        margin-left: calc(100% + 15px);
    }
}

                        /*․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․    komp   ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․*/
@media screen and (min-width: 992px) {

    .container {
        width: 80% !important;
        margin: 70px auto 0 auto;
        color: #fff;
    }

    .block_non_xl {
        display: none;
    }

    .right_xl {
        float: right;
    }

    .home_top {
        padding-top: 1px;
    }

    .nav {
        position: fixed;
        width: 100%;
        height: 70px;
        top: 0;
        border-radius: 0 0 20px 20px;
        z-index: 100;
        background-color: #1E1E1E;
    }

    .nav .logo {
        position: absolute;
        top: 20px;
        left: 100px;
        color: #fff;
        font-size: 28px;
        z-index: 200;
    }

    .nav .logo:hover {
        color: #00D1B2;
    }

    .nav img {
        display: inline-block;
        padding-bottom: 5px;
        max-width: 60px;
    }

    .nav .tel {
        position: absolute;
        top: 24px;
        right: 250px;
        color: #fff;
        font-size: 22px;
        z-index: 200;
        padding: 0 12px;
        border: 1px solid #00D1B2;
        border-radius: 12px;
    }

    .tel:hover {
        background-color: #00D1B2;
    }

    .user_i {
        position: absolute;
        top: 22px;
        right: 180px;
        color: #00D1B2;
        font-size: 26px;
        cursor: pointer;
    }

    .fa-bars {
        position: absolute;
        top: 30px;
        right: 100px;
        color: #00D1B2;
        font-size: 24px;
        cursor: pointer;
    }

    .nav_menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #2A2A2A;
        z-index: 101;
        width: 400px;
        border-left: 1px solid #AAAAAA;
    }

    .nav_menu .tel{
        position: absolute;
        top: 20px;
        margin-left: 80px;
        color: #FFF;
        font-size: 20px;
        z-index: 200;
        padding: 2px 15px;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .nav_menu .nav_menu_div a{
        display: block;
        text-align: center;
        margin: 20px 40px;
        padding: 5px 10px;
        color: #AAAAAA;
        font-size: 22px;
        border: #AAAAAA 1px solid;
        border-radius: 25px;
    }

    .nav_menu .nav_menu_div a:hover{
        opacity: 0.50;
        border: #00D1B2 1px solid;
        color: #00D1B2;
    }

    .nav_menu .nav_menu_div{
        margin-top: 150px;
    }

    .fa-times {
        position: absolute;
        top: 24px;
        right: 100px;
        color: #AAAAAA;
        font-size: 30px;
        cursor: pointer;
    }

    .menu_lang{
        margin: 40px;
    }

    .menu_lang a {
        margin: 0 15px;
    }

    .email-reset{
        background: white;
        color: black;
        font-size: 14px;
        font-family: sans-serif;
        line-height: 1.5;
        text-align: left;
        padding: 1rem;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow-x: auto;
        display: block;
        box-sizing: border-box;
    }

    .email-reset a {
        color: blue;
        text-decoration: underline;
    }

    .email-reset table {
        max-width: 100% !important;
        width: 100% !important;
        table-layout: auto !important;
        word-break: break-word;
    }

    .email-reset div {
        max-width: 100% !important;
        box-sizing: border-box;
        overflow-wrap: break-word;
    }
   /*․․․․․․․․․   home   ․․․․․․․․․․․․․*/

    .tname {
        font-size: 34px;
        color: #00D1B2;
        padding: 40px 0;
        font-weight: 500;
    }

    .h_mail {
        font-size: 22px;
        padding: 10px 25px;
        width: 400px;
        border: 1px solid;
        border-radius: 25px;
        background-color: #2A2A2A;
        color: #AAAAAA;
    }

    .h_copy{
        font-size: 26px;
        color: #AAAAAA;
        margin-left: 20px;
        border: 1px solid #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 25px;
        padding: 7px 12px;
        cursor:pointer;
    }

    .h_copy:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .copy-toast {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #00D1B2;
        color: white;
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 14px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 9999;
    }
    .copy-toast.show {
        opacity: 1;
    }


    .h_time{
        padding: 15px 0;
        font-size: 12px;
        color: #AAAAAA;
    }

    .h_nas{
        padding-top: 20px;
    }

    .h_nas button{
        width: 120px;
        color: #AAAAAA;
        font-size: 16px;
        border: 1px solid #AAAAAA;
        border-radius: 25px;
        padding: 7px 12px;
        margin: 0 7px;
        background-color: #2A2A2A;
    }

    .h_nas button:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .h_nas span{
        font-size: 14px;
        margin-left: 7px;
    }

    .h_nas form{
        display: inline-block;
    }

    .h_nas a{
        display: inline-block;
    }

    .butstyl{
        color: #AAAAAA;
        padding: 4px 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .butstyl i{
        margin-right: 10px;
    }

    .butstyl:hover{
        color: #00D1B2;
        border: 1px solid #00D1B2;
    }

    .sub_tit{
        padding: 10px 5px;
        font-size: 18px;
        color: #AAAAAA;
    }

    .sub_form{
        text-align: left;
        font-size: 14px;
        color: #AAAAAA;
    }

    .block div {
        margin: 0 auto 15px auto;
        padding: 5px;
    }

    .block img {
        max-width: 100%;
        height : auto;
    }

    .shado-l > p {
        padding: 30px 20px 15px 20px;
        font-size: 24px;
        font-weight: 900;
        color: rgb(175, 179, 229);
    }

    .h1_home {
        text-align: center;
        color: rgb(174, 188, 235);
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .inbox{
        margin-top: 30px;
        padding: 10px;
        border: 1px solid #AAAAAA;
        border-radius: 12px;
    }

    .inbox_mail{
        border: 1px solid #00D1B2;
        border-radius: 12px;
        min-height: 400px;
    }

    .inbox_1 span{
        font-size: 18px;
    }

    .rel_butt {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background: #2A2A2A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    font-size: 36px;
    color: #00D1B2;
    cursor: pointer;
    z-index: 1;
    }
    .rel_butt:active{
    transform: scale(0.95);
    }
    .rel_butt::before{
    content: '';
    position: absolute;
    inset: -1px 40px;
    background: #00D1B2;
    transition: 500ms;
    animation: rotate 4s linear infinite;
    z-index: -1;
    }
    .rel_butt:hover::before{
    inset: -1px;
    }
    .rel_butt::after{
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #2A2A2A;
    z-index: -1;
    }
    @keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
    }

    .rel p {
        font-size: 20px;
        padding-top: 40px;
        color: #AAAAAA;
    }

    .rel span {
        font-size: 14px;
        color: #AAAAAA;
    }

    .sender{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border-radius: 15px 15px 0 0;
        padding: 7px;
        text-align: left;
    }

    .inbox_message{
        padding: 10px 0;
        font-size: 12px;
        border-bottom: 2px solid #2A2A2A;
    }

    .inbox_message i{
        font-size: 22px;
    }

    .inbox_message i:hover{
        color: #00D1B2;
    }

    .inbox_message:hover{
        background-color: #2A2A2A;
        border-top: 2px solid #AAAAAA;
        border-bottom: 2px solid #AAAAAA;
    }

    .infor{
        padding: 30px 20px 20px 20px;
        color: #AAAAAA;
        font-size: 14px;
    }
    /* ............................ ............*/


    /* language */
    .language-menu {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    }

    .language-toggle {
    display: flex;
    align-items: center;
    background: #2A2A2A;
    color: #AAAAAA;
    border: 1px solid #444;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: pointer;
    }

    .language-toggle img {
    width: 20px;
    height: 14px;
    margin-right: 6px;
    }

    .language-toggle::after {
    content: "▾";
    font-size: 10px;
    margin-left: 6px;
    color: #FFFFFF;
    }

    .language-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    background: #2A2A2A;
    border: 1px solid #444;
    border-radius: 4px;
    list-style: none;
    padding: 4px 0;
    min-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
    }

    .language-list.show {
    display: block;
    }

    .language-list li {
    margin: 0;
    }

    .language-list a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #AAAAAA;
    text-decoration: none;
    }

    .language-list a:hover {
    background: #1E1E1E;
    }

    .language-list img {
    width: 18px;
    height: 12px;
    margin-right: 6px;
    }

    .login_form{
        padding-top: 50px;
        color: #AAAAAA;
    }

    .login_form input{
        color: #1E1E1E;
        background-color: #f5f5f5;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form button{
        padding: 3px 12px;
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #00D1B2;
        border-radius: 15px;
    }

    .login_form form{
        margin: 0 auto;
        max-width: 350px;
    }

    .preium{
        color: #AAAAAA;
    }

    .preium a{
        color: #00D1B2;
        border: 2px solid #00D1B2;
        border-radius: 15px;
        padding: 7px 15px;
    }

    .preium a:hover{
        color: #f5f5f5;
        background-color: #00D1B2;
    }

    .preium i{
        color: #00D1B2;
        font-size: 22px;
    }

    .preium ul{
        color: #AAAAAA;
        background-color: #2A2A2A;
        border: 1px solid #AAAAAA;
    }

    .preium ul li{
        padding: 15px;
    }

    .policy{
        color: #AAAAAA;
    }

    .policy h1, h2, h3{
        padding: 15px 0;
        font-size: 22px;
    }

    .blog-card{
        min-height: 550px;
        display: flex;
        flex-direction: column;
        padding: 15px;
        margin: 5px;
        border-radius: 10px;
        background-color: #2A2A2A; 
        color: #AAAAAA;
    }

    .blog-card h5{
        padding: 15px 0;
        color: #00D1B2;
    }

    .blog-card a{
        position: absolute;
        background-color: #00D1B2; 
        border-color: #00D1B2; 
        color: #1E1E1E;
        padding: 3px 5px;
        border-radius: 7px;
        bottom: 15px;
        left: 15px;
    }

    .blog-card-body{
        flex: 1
    }

    .footer{
        margin-top: 60px;
        padding: 15px;
        border-top: 1px solid #AAAAAA;
        color: #AAAAAA;
        font-size: 18px;
    }

    .foot{
        width: 80% !important;
    }

    .footer a{
        margin: 0 15px;
    }

    .footer a:hover{
       color: #00D1B2;
    }

    .col {
        float: left;
    }

    .col_1 {
        width: calc(8.33%);
    }

    .col_2 {
        width: calc(16.66%);
    }

    .col_3 {
        width: calc(25%);
    }

    .col_4 {
        width: calc(33.33%);
    }

    .col_5 {
        width: calc(41.66% - 30px);
    }

    .col_6 {
        width: calc(50%);
    }

    .col_7 {
        width: calc(58.33% - 30px);
    }

    .col_8 {
        width: calc(66.66%);
    }

    .col_9 {
        width: calc(75% - 30px);
    }

    .col_10 {
        width: calc(83.33% - 30px);
    }

    .col_11 {
        width: calc(91.66%);
    }

    .col_12 {
        width: calc(100%);
    }

    .col_offset_1 {
        margin-left: calc(8.33% + 15px);
    }

    .col_offset_2 {
        margin-left: calc(16.66% + 15px);
    }

    .col_offset_3 {
        margin-left: calc(25% + 15px);
    }

    .col_offset_4 {
        margin-left: calc(33.33% + 15px);
    }

    .col_offset_5 {
        margin-left: calc(41.66% + 15px);
    }

    .col_offset_6 {
        margin-left: calc(50% + 15px);
    }

    .col_offset_7 {
        margin-left: calc(58.33% + 15px);
    }

    .col_offset_8 {
        margin-left: calc(66.66% + 15px);
    }

    .col_offset_9 {
        margin-left: calc(75% + 15px);
    }

    .col_offset_10 {
        margin-left: calc(83.33% + 15px);
    }

    .col_offset_11 {
        margin-left: calc(91.66% + 15px);
    }

    .col_offset_12 {
        margin-left: calc(100% + 15px);
    }
}

