@font-face
{
    font-family:IRANSans-web-bold;
    src:url("../fonts/iransans/IRANSans-Bold-web.eot");
    src:url("../fonts/iransans/IRANSans-Bold-web.eot?#iefix") format('eot')
    ,url("../fonts/iransans/IRANSans-Bold-web.woff2") format('woff2')
    ,url("../fonts/iransans/IRANSans-Bold-web.woff") format('woff')
    ,url("../fonts/iransans/IRANSans-Bold-web.ttf") format('ttf');
    font-weight:700
}

@font-face
{
    font-family:IRANSans-web-meduim;
    src:url("../fonts/iransans/IRANSans-Medium-web.eot");
    src:url("../fonts/iransans/IRANSans-Medium-web.eot?#iefix") format('eot')
    ,url("../fonts/iransans/IRANSans-Medium-web.woff2") format('woff2')
    ,url("../fonts/iransans/IRANSans-Medium-web.woff") format('woff')
    ,url("../fonts/iransans/IRANSans-Medium-web.ttf") format('ttf');
    font-weight:500
}
@font-face
{
    font-family:IRANSans-web-ultra;
    src:url("../fonts/iransans/IRANSans-UltraLight-web.eot");
    src:url("../fonts/iransans/IRANSans-UltraLight-web.eot?#iefix") format('eot')
    ,url("../fonts/iransans/IRANSans-UltraLight-web.woff2") format('woff2')
    ,url("../fonts/iransans/IRANSans-UltraLight-web.woff") format('woff')
    ,url("../fonts/iransans/IRANSans-UltraLight-web.ttf") format('ttf');
    font-weight:100;
}
@font-face
{
    font-family:IRANSans-web-light;
    src:url("../fonts/iransans/IRANSans-Light-web.eot");
    src:url("../fonts/iransans/IRANSans-Light-web.eot?#iefix") format('eot')
    ,url("../fonts/iransans/IRANSans-Light-web.woff2") format('woff2')
    ,url("../fonts/iransans/IRANSans-Light-web.woff") format('woff')
    ,url("../fonts/iransans/IRANSans-Light-web.ttf") format('ttf');
    font-weight:300
}
@font-face
{
    font-family:IRANSans-web;
    src:url("../fonts/iransans/IRANSans-web.eot");
    src:url("../fonts/iransans/IRANSans-web.eot?#iefix") format('eot')
    ,url("../fonts/iransans/IRANSans-web.woff2") format('woff2')
    ,url("../fonts/iransans/IRANSans-web.woff") format('woff')
    ,url("../fonts/iransans/IRANSans-web.ttf") format('ttf');
    font-weight:400
}
:root {
    --primary: #163b58;
    --dark: #163b58;
    --default: #1c1c1c;
    --secondary: #a2241f;
    --call: #6aa4fa;
    --ads: #00355a;
    --primary_bg: #f9faff;
    --border-color:  #e0e0e2;
    --light:  #fff;
}
h1,h2,h3,h4,h5,h6,span {
    font-family: IRANSans-web;
}


label, select{
    font-family: IRANSans-web-meduim;
    font-size: 15px;
}

input {
    font-family: IRANSans-web-light;
    font-size: 15px;
}

li, a, span {
    font-family: IRANSans-web-light;
    font-size: 12px ;
}

.number{
    font-family: IRANSans-web-bold;
    font-size: 16px;
    color: var(--primary);
}

.logo_web{
    width: 50px !important;
    min-width: 50px !important;
}
.khate-khaste-bg{
    background-color: #a2241fad;
    padding: 19px 10px 0 10px;
    border-radius: 6px;
}

.gang-khate-bg{
    background-color: #283593;
    padding: 19px 10px 0 10px;
    border-radius: 6px;
}

.timer-section{
    background: #163b585c !important;
    height: 201px;
}

.card-khate-khaste-bg{
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
}

.bg-secondary-custom {
    background-color:  #4A4A4A !important;
    padding: 4px 0px;
}
p{
    font-family: IRANSans-web;
}

.footer-desc{
    font-size: 12px;
    font-family: IRANSans-web-ultra;
    text-align: justify;
}

.section-title.style-1 , .section-title h3, .widget-title , .banner-text *, .banner-left-icon .banner-text h3 , .mobile-social-icon h6{
    font-size: 13px;

}
.section-title h3{
    font-size: 15px;
}

.price-filter-inner{
    direction: ltr;
}


.data-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

}

.product-price-list span {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

span.old-price {
    font-size: 14px;
    color: #adadad;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}

.btn-wishlist{
    border-radius: 31px;
    padding: 8px !important;
    background: var(--secondary);
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 11px;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 10px;
}
.deals-content .number{
    background: var(--dark);
    text-align: center;
    padding: 2px;
    color: var(--light);
}

.input-container {
    text-align: center;
    direction: ltr;
}



.btn.btn-secondary, .button.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.sidbarList {
    height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
}

.sidbarList::-webkit-scrollbar {
    width: 12px;
}

.sidbarList::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.sidbarList::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}

.sidbarList::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.btn-call{
    background: var(--call);
}

.hotline p {
    font-size: 19px;
}

.header-style-1 .search-style-2 form {
    border-color: #dadada;
}

.product-cart-wrap .product-card-bottom .add-cart .add{
    background-color: var(--secondary);
    color: #fff;
    line-height: 1.2;
}

.call-img{
    width: 13px;
    margin-left: 7px;
}

.header-icon-w{
    width: 17px !important;
    margin-left: 3px;
}


.sort-sims .nav-tabs  .nav-item button{
    border-radius: 10px;
    padding: 10px 14px !important;
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    line-height: 0.7;
    font-size: 13px;
}


.takhfifdar-border{
    border: 1px solid #c9c9c9;
    border-radius: 15px;
    margin: 11px;
}


.fnt-15{
    font-size: 15px;
}
.fnt-16{
    font-size: 16px;
}
.fnt-17{
    font-size: 17px;
}
.fnt-18{
    font-size: 18px;
}
.fnt-19{
    font-size: 19px;
}


.dashboard-menu ul li{
    border: 1px solid #c9c7c7;
}



.form-control {
    border: 1px solid #c9c7c7;
}


.btn-outline-custom{
    background: #ffffff;
    color: #3f3f3f;
    border: 1px solid #c9c7c7;
    border-radius: 10px;
}

.banner-img.style-2{
    border-radius: 15px;
    overflow: hidden;
    background: #f3f3f3  !important;
    color: #fff;
    height: auto;
    background: unset;
    background-size: cover;
    width: 100%;
}

.gang-khate-bg{
    background: #f3f3f3;
    padding: 19px;
    border-radius: 10px;
}

.product-cart-wrap .product-badges span.hot{
    background: var(--secondary);
}


.main-menu > nav > ul > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #253D4E;
    font-family: IRANSans-web-bold ;
}

.custome-checkbox .form-check-label span {
    font-family: 'IRANSans-web';
    font-size: 17px;
}

.filter-btn{
    font-size: 13px !important;
    font-family: 'IRANSans-web-bold';
}

.newsletter .newsletter-inner {
    background: linear-gradient(to right, #9fcff3, #163b58);
    padding: 19px 81px;
    min-height: unset;
}

.vendor-alert {
    background-color: #fff3e6;
    border-color: #ffcc80;
    color: #995c00;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.vendor-alert i {
    font-size: 24px;
    color: #ff9800;
}

.vendor-alert strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.vendor-alert p {
    font-size: 14px;
}

.calling-test-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
}

.calling-test-modal.show {
    display: flex;
}

.calling-test-modal-content {
    background-color: transparent;
    padding: 0;
    border: none;
    width: 360px;
    height: 780px;
    border-radius: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.calling-test-iphone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1f1f1f 0%, #0c0c0c 100%);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 40px;
}

.calling-test-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    font-size: 0.85em;
    font-weight: 500;
    position: relative;
    z-index: 10;
    margin-top: 10px;
}

.calling-test-top-bar .time {
    font-weight: 600;
}

.calling-test-notch {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 35px;
    background-color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 10;
}

.calling-test-signal-wifi {
    display: flex;
    align-items: center;
    gap: 5px;
}

.calling-test-signal-bars span {
    display: inline-block;
    width: 3px;
    height: 6px;
    background-color: white;
    margin-left: 1px;
    border-radius: 1px;
    opacity: 0.3;
}

.calling-test-signal-bars span:nth-child(2) {
    height: 9px;
    opacity: 0.5;
}

.calling-test-signal-bars span:nth-child(3) {
    height: 12px;
    opacity: 0.7;
}

.calling-test-signal-bars span:nth-child(4) {
    height: 15px;
    opacity: 1;
}

.calling-test-battery-icon {
    width: 20px;
    height: 10px;
    border: 1px solid white;
    border-radius: 2px;
    position: relative;
}

.calling-test-battery-icon::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60%;
    height: 6px;
    background-color: white;
    border-radius: 1px;
}

.calling-test-battery-icon::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 2px;
    width: 2px;
    height: 6px;
    background-color: white;
    border-radius: 1px;
}

.calling-test-call-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.calling-test-incoming-call {
    font-size: 1.1em;
    color: #a0a0a0;
    margin-bottom: 5px;
    font-weight: 300;
}

.calling-test-caller-name {
    font-size: 2.8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.calling-test-caller-number {
    font-size: 1.5em;
    color: #a0a0a0;
    margin-top: 5px;
    font-weight: 300;
}

.calling-test-call-options {
    padding: 0 20px;
    margin-bottom: 30px;
}

.calling-test-option-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.calling-test-option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #a0a0a0;
    transition: color 0.2s ease;
}

.calling-test-option-item:hover {
    color: white;
}

.calling-test-option-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    margin-bottom: 8px;
    transition: background-color 0.2s ease;
}

.calling-test-option-item:hover .calling-test-option-icon {
    background-color: rgba(255, 255, 255, 0.2);
}

.calling-test-option-item span {
    font-size: 0.9em;
    font-weight: 400;
}

.calling-test-call-actions {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    margin-bottom: 20px;
}

.calling-test-action-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: white;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.calling-test-action-button:hover {
    transform: scale(1.05);
}

.calling-test-action-button i {
    font-size: 2.2em;
    margin-bottom: 5px;
}

.calling-test-decline {
    background-color: #ff3b30;
}

.calling-test-accept {
    background-color: #34c759;
}

.login-background {
    position: relative;
    height: 500px;
    background: linear-gradient(339deg, #163b58 100%, #bd9c69 100%);
    border-radius: 15px;
    overflow: hidden;
}

.curve-line {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.curve-1 {
    width: 600px;
    height: 600px;
    top: -300px;
    left: -200px;
    transform: rotate(-45deg);
}

.curve-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    right: -100px;
    transform: rotate(30deg);
}

.curve-3 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.logo-image {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.logo-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}
.fnt-22{
    font-size: 22px;
}
.fnt-30{
    font-size: 30px !important;
}



.tab-container {
    border-radius: 10px;
}

/* Tabs Navigation Styles */
.tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 1px solid #c9c7c7;
    border-radius: 10px;
}

.tab-item {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 1.05em;
    font-weight: 500;
    color: #6c757d;
    /* Muted color for inactive tabs */
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
    /* Prevent text selection */
}

.tab-item:hover {
    color: #007bff;
    /* Primary blue on hover */
}

.tab-item.active {
    color: #007bff;
    /* Active tab color */
    font-weight: 600;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    /* Adjust to sit right on the border */
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #007bff;
    /* Underline for active tab */
    border-radius: 2px;
}

/* Tab Contents Styles */
.tab-content {
    /*display: none;*/
    /* Hide all tab contents by default */
    padding: 10px 0;
}

.tab-content.active {
    display: block;
    /* Show active tab content */
}

/* Tracking List and Item Styles */
.tracking-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tracking-item {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px 20px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #c9c7c7;
    border-radius: 10px;
}

.tracking-link {
    text-decoration: none;
    color: inherit;
    /* Inherit color from parent */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-header,
.item-details,
.item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Distribute items horizontally */
}

.item-header img,
.item-footer img {
    width: 24px;
    /* Consistent icon size */
    height: 24px;
    margin-left: 10px;
    /* Space between icon and text for RTL */
}

.tracking-title {
    font-size: 0.95em;
    color: #343a40;
    /* Darker text for titles */
    display: flex;
    align-items: center;
    flex-grow: 1;
    /* Allow title to take available space */
}

.order-code {
    font-weight: bold;
    color: #007bff;
    /* Emphasize order code */
    margin-right: 5px;
    /* Space after "کد پیگیری سفارش" */
}

.item-date {
    font-size: 0.85em;
    color: #6c757d;
    /* Muted color for dates */
}

.simcard-number {
    background-color: #e9f5ff;
    /* Light blue background for simcard number */
    color: #007bff;
    /* Primary blue text for simcard number */
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: 'monospace', sans-serif;
    /* Monospace for numbers */
    direction: ltr;
    /* Ensure LTR for numbers */
    text-align: left;
    /* Align numbers to left */
}

.sim-type-icon {
    width: 20px !important;
    /* Smaller icon for sim type */
    height: 20px !important;
}

.sim-type {
    font-size: 0.85em;
    color: #495057;
    margin-right: auto;
    /* Push text to the left */
}

.arrow-icon {
    width: 16px !important;
    /* Smaller arrow icon */
    height: 16px !important;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.tracking-item:hover .arrow-icon {
    transform: translateX(-5px);
    /* Subtle animation on hover */
}

/* Empty State Styles */
.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 1.1em;
    background-color: #f0f0f0;
    border-radius: 8px;
    margin-top: 20px;
}

.empty-state img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    opacity: 0.6;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .tabs {
        flex-direction: column;
        align-items: stretch;
    }

    .tab-item {
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }

    .tab-item:last-child {
        border-bottom: none;
    }

    .tab-item.active::after {
        display: none;
        /* Hide underline on small screens if vertical tabs */
    }

    .item-header,
    .item-details,
    .item-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .item-details {
        align-items: flex-end;
    }
}



.customToastBox {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.customToastBox.show {
    display: block;
    animation: slideIn 0.5s ease-in-out;
}

.customToast {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 300px;
}

.customToast.toast-warning {
    border-right: 4px solid #ffc107;
}

.customToast .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.customToast .toastContent {
    flex-grow: 1;
}

.customToast .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.customToast .timer {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    background: #ffc107;
    width: 0;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


.suggest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.suggestBox {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

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

.suggestBox .top {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.suggestBox .middle {
    padding: 15px;
}

.suggestBox .bottom {
    padding: 15px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggestBox .details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.suggestBox .detail {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.suggestBox .detail:last-child {
    margin-bottom: 0;
}

.btn-gradient {
    background: linear-gradient(45deg, #2196F3, #1976D2);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    transition: opacity 0.3s;
}

.btn-gradient:hover {
    opacity: 0.9;
}



.userdash-wrapper {
    padding: 50px 0;
}

.userdash-sidebar {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 15px;
}

.userdash-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.userdash-section {
    font-size: 13px;
    font-weight: bold;
    color: #c62828;
    padding: 10px 0 5px 0;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.userdash-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s;
}

.userdash-link i {
    margin-left: 10px;
    font-size: 16px;
    color: #999;
}

.userdash-link:hover,
.userdash-link.active {
    background: #fcecec;
    color: #c62828;
}

.userdash-link:hover i,
.userdash-link.active i {
    color: #c62828;
}

.userdash-form-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.card-header {
    background: #c62828;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 4px;
}

.form-control,
.form-select {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    transition: border-color 0.2s;
}

.form-control:focus,
.form-select:focus {
    border-color: #c62828;
    box-shadow: 0 0 0 0.1rem rgba(198, 40, 40, 0.1);
}

textarea.form-control {
    resize: vertical;
}

.btn-outline-success.btn-sm {
    font-size: 13px;
    border-radius: 6px;
    background: unset;
    color: #006823;
    line-height: 1.5;
}

.btn-outline .btn-sm {
    font-size: 13px;
    border-radius: 6px;
    background: unset;
    /*color: #006823;*/
    line-height: 1.5;
}

button.submit:hover, button[type='submit']:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .userdash-sidebar {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .logo_web {
        width: 30px !important;
        min-width: 30px !important;
    }
    .rtl .logo.logo-width-1 {
        margin-right: unset;
         margin-left: unset;
        left: 19px;
}

.btn, .button {
    line-height: 0.5;
}
.btn.btn-sm, .button.btn-sm {
    line-height: 1.1;
}

.rnd-set-ads{
    border-radius: 7px;
    border-width: thin;
}

.primary-sidebar .sidebar-widget {
    box-shadow: unset;
}

.post-thumb .entry-meta a {
    background-color: var(--secondary);

}