﻿@font-face {
    font-family: 'Sahel';
    src: url('../font/Sahel.eot') format('eot'), url('../font/Sahel.woff') format('woff'), url('../font/Sahel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
    margin-top: 3px;
    font-family: 'Sahel';
    background: linear-gradient( to bottom, #dfe8f2 0%, #f7fbff 12%, #fff 22% );
    line-height: 30px;
    user-select: none;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.logo {
    height: auto;
    max-height: 60px;
    width: auto;
}

@media (max-width: 767px) {
    .logo {
        max-height: 45px;
    }
}

@media (min-width: 768px) {
    .logo {
        max-height: 70px;
    }
}

.hrtop {
    width: 100%;
    height: 5px;
    background-color: #f35604;
    position: fixed;
    top: 0;
}

.textjustify {
    text-align: justify;
}

.menu-icon {
    font-size: 41px !important;
}

.menu-horizontal {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    align-items: center;
    background: linear-gradient( to left, #5f80bf 0%, #4068b3 70%, rgb(62, 92, 152) 85%, rgb(58, 88, 147) 100% );
    border-radius: 10px;
    padding: 12px 0;
    color: #fff;
    gap: 0;
    padding-right: 13px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.menu-icon {
    font-size: 28px;
}

.menu-text {
    text-align: right;
}

.menu-title {
    font-size: 16px;
}

.menu-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

.menu-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.16);
    margin: 0 12px;
    height: 48px;
}

.custombtn {
    border: 1px solid #6c1d1d80;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 125, 29, 0.8), rgb(213, 130, 117));
    color: white;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.8);
    width: 100%;
}

.bg-menu {
    background-color: #1f3b6f;
}

.customCard {
    border-color: #bfcdea;
    border-radius: 14px;
    box-shadow: none !important;
    border: 1px solid #bfcdea !important;
    background: linear-gradient(180deg,#f4fafd 0,#e6f2fb 100%);
}

.custompaddingright {
    margin-right: 0 !important;
    padding-right: 0;
}

.custompaddingleft {
    margin-left: 0 !important;
    padding-left: 0;
}

.custompadding {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0 !important;
}

@media (max-width: 1000px) {
    .menu-horizontal {
        flex-direction: column;
        align-items: flex-end;
        padding: 12px;
        gap: 10px;
    }

    .responsiveBorder {
        border-bottom: 1px solid #ffffff1a;
    }

    .menu-item {
        padding: 12px 16px;
        width: 100%;
        padding-bottom: 24px;
    }

    .menu-divider {
        display: none;
    }

    .menu-text {
        text-align: right;
    }

    .iconcenter {
        text-align: center !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .menu-item:hover {
        background: rgba(255,255,255,0.1);
        border-radius: 8px;
    }
}

.sectionMessenger {
    background: radial-gradient(circle at top right, #fff, #f5f8ff 90%);
    border-radius: 14px;
    margin-top: 22px;
    border: 1px solid #e6eeff;
    direction: rtl;
}

.feature-card {
    background-color: #deeaf2;
    border-radius: 13px;
    color: #070707;
}

.feature-card i {
    font-size: 25pt;
}

.sectionMessenger {
    position: relative;
    overflow: hidden;
}

.sectionMessengerc {
    background: linear-gradient(135deg, #fff 0%, #f5f8ff 60%, #e6e8ff 100%);
}

.sectionMessenger::after {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    pointer-events: none;
    z-index: 0;
}

.sectionMessenger .container {
    position: relative;
    z-index: 1;
}

.feature-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.feature-card i {
    font-size: 32px;
    color: #ff8c32;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .sectionMessenger::after {
        font-size: 200px;
        right: -100px;
        opacity: 0.05;
    }
}

.customheighter {
    line-height: 34px;
    text-align: justify;
}

.customhr {
    border-top: 5px solid #dbd8d6;
}

.footerP {
    position: relative;
    padding-top: 23px;
    margin-top: 11px;
}

.footerP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient( to right, #ffffff 0%, #eaf0fc 20%, #eaf0fc 80%, #ffffff 100% );
}

.classa {
    color: #3883f2;
    text-decoration: none;
}

.classa:hover {
    color: red;
    text-decoration: none;
}

.site-header {
    padding: 25px 0;
}

.menu-box {
    background: linear-gradient(135deg, #cfd9e829, #b8c6db30);
    border-radius: 14px;
    padding: 4px 25px;
    width: 100%;
}

.menu-list a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
}

.menu-list .login a {
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 8px;
}

.menu-list {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list .login {
    margin-inline-start: auto;
}

.menu-itemnav {
    padding-left: 12px;
    padding-right: 12px;
}

.menu-list li {
    position: relative;
}

.menu-list {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
}

.menu-itemnav:not(.last)::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 43px;
    background: rgba(190, 207, 225, 0.61);
}

.auth {
    margin-inline-start: auto;
    display: flex;
    gap: 12px;
}

.auth a {
    padding: 6px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.auth .register {
    color: #2c3e50;
}

.auth .login {
    color: #2c3e50;
}

.register::after {
    content: "";
    position: absolute;
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 43px;
    background: rgba(190, 207, 225, 0.61);
}

.menu-btn {
    padding: 3px 14px;
}

.menu-btn i {
    font-size: 1.6rem;
}

.aresponsivemenu {
    background-color: #e9ecff;
    border-radius: 5px;
    padding: 8px;
    text-decoration: none;
    color: black;
}

.aresponsivemenuclose {
    background-color: #ead8d8;
    border-radius: 5px;
    padding: 8px;
    text-decoration: none;
    color: black;
}

.divresponsivemenu {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 6px;
}

.cardabout {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #c1bbe8 !important;
}

footer{
    line-height:34px;
}

textarea {
    resize: none;
}

input[type="email"], input[type="password"] {
    text-align: left;
    direction: ltr;
}

.blog-img {
    width: 133px;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 990px) {
    .blog-img {
        width: 168px;
    }
}

@media (max-width: 765px) {
    .blog-img {
        width: 100%;
    }
}

.page-item:first-child .page-link {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.checkboxcustom {
    float: right !important;
    margin-left: 8px;
    margin-top: 6px;
}

.lblcheckboxlogin {
    margin-right: 25px;
}








.feature-box {
    /*  background: linear-gradient(135deg, #0955b7e0, #000);
            color: #fff;  */
    background: linear-gradient(135deg, #d9e9ff38, #5a94310a);
    color: black;
}

.feature-item {
    padding: 12px;
}

.icon-box {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box i {
        font-size: 44px;
        color: black;
    }

.feature-item h6 {
    color: black;
}

.feature-item p {
    color: black;
    line-height: 1.8;
}






.socket-download .btn {
    border: 1px solid #dee2e6; /* رنگ نرمال و خنثی */
    background-color: white;
    color: #0d6efd;
    transition: all .2s ease;
    padding: 12px;
    text-align: right;
}

    .socket-download .btn:hover,
    .socket-download .btn:focus {
        background-color: #eef3fc;
        color: black;
    }

    .socket-download .btn:not(:last-child) {
        border-bottom: 0;
    }

.socket-download .version {
    color: black;
}