﻿html, body{
    margin:0;
    padding:0;
    direction:rtl;
    text-align:center;
    overflow-x:hidden;
    background:#ffffff;
    font-family:'Arimo', Arial, Tahoma, sans-serif;
    color:#222;
}

body{
    font-family:'Arimo', Arial, Tahoma, sans-serif;
}


.dapi-desktop-menu{
    display:block;
}

@media (max-width:768px){
    .dapi-desktop-menu{display:none!important;}
}

a{ color:#1267c9; text-decoration:none; }
a:hover{ color:#0b7ac6; }

.dapi-page-wrap{
    width:1120px;
    max-width:96%;
    margin:0 auto;
padding:0px 0 38px;
    box-sizing:border-box;
}

.dapi-logo{
    display:block;
    margin:0px auto 0px;
    max-width:500px;
    width:100%;
    height:auto;
}

.dapi-hero{
    background:#ffffff;
    border:1px solid #e1edf8;
    border-radius:20px;
    box-shadow:0 5px 18px rgba(0,0,0,0.06);
    padding:14px 16px 16px;
    margin:10px auto 22px;
    box-sizing:border-box;
}

.dapi-hero-small{
    padding:8px 12px 9px;
    margin:6px auto 14px;
}

.dapi-hero-small .dapi-hero-text{
    line-height:24px;
}

.dapi-hero-text{
    font-size:16px;
    line-height:27px;
    color:#334b5f;
    max-width:900px;
    margin:0 auto;
    text-align:center;
}

.dapi-hero-desc{
	margin:6px 0 0;
	font-size:17px;
	line-height:1.5;
	color:#334155;
	font-weight:600;
}
.dapi-cat-bottom{
	margin-top:20px;
	text-align:right;
	line-height:1.6;
}
.dapi-hero h1,
.dapi-text-box h1{
    margin:0;
    padding:0;
    display:inline;
    font-size:100%;
    line-height:inherit;
    color:inherit;
    font-weight:700;
}

.dapi-hero-cat .dapi-hero-text{
    line-height:1.35;
}

.dapi-hero-cat h1{
    display:block;
    font-size:30px;
    line-height:1.2;
    color:#0f3d66;
    font-weight:800;
    margin:0 0 8px;
}

.dapi-hero-cat .dapi-hero-desc{
    font-size:14px;
    line-height:1.5;
    font-weight:400;
    color:#64748b;
    margin:0;
}

.dapi-top-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:9px;
    margin:0 auto 14px;
}

.dapi-top-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid #d8e9fb;
    box-shadow:0 3px 10px rgba(0,0,0,0.06);
    font-size:15px;
    font-weight:bold;
    color:#1267c9;
    box-sizing:border-box;
}

.dapi-top-links a:hover{
    background:#f0f8ff;
    border-color:#91cdfb;
}

.dapi-top-links a.dapi-top-link-active{
    background:#e8f4ff;
    border-color:#1267c9;
    color:#0d4d96;
}

.dapi-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0,1fr));
    gap:18px 14px;
    width:100%;
    margin:0 auto;
    align-items:start;
    justify-items:center;
}

.dapi-card-link{
    display:block;
    width:100%;
    max-width:100%;
    color:#222 !important;
    text-decoration:none !important;
}

.dapi-card{
    width:100%;
    background:#fff;
    border:1px solid #e1e7ef;
    border-radius:18px;
    padding:9px 9px 9px;
    box-shadow:0 5px 16px rgba(0,0,0,0.09);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    box-sizing:border-box;
}

.dapi-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 24px rgba(0,0,0,0.15);
    border-color:#6bc6ff;
}

.dapi-image-frame{
    width:150px;
    height:150px;
    overflow:hidden;
    margin:0 auto;
    background:#fff;
    border:1px solid #d8d8d8;
    border-radius:12px;
    box-shadow:inset 0 0 0 1px #f4f4f4;
    box-sizing:border-box;
}

.dapi-image-frame img{
    width:150px;
    height:150px;
    display:block;
    border:0;
}

.dapi-caption{
    display:block;
    margin:9px auto 0;
    min-height:40px;
    font-size:15px;
    line-height:20px;
    color:#1d1d1d;
    font-weight:bold;
    text-align:center;
}

.dapi-card:hover .dapi-caption{ color:#0b7ac6; }

.dapi-section-title{
    font-size:23px;
    font-weight:bold;
    margin:28px auto 16px;
    color:#12395f;
}

.dapi-text-box{
    width:900px;
    max-width:96%;
    margin:22px auto;
    font-size:15px;
    line-height:26px;
    color:#333;
    text-align:center;
    background:#fff;
    border:1px solid #e7eef6;
    border-radius:18px;
    padding:15px;
    box-sizing:border-box;
}

.dapi-seo-box{
    width:1040px;
    max-width:96%;
    margin:34px auto 10px;
    text-align:right;
    background:#ffffff;
    border:1px solid #e1edf8;
    border-radius:22px;
    box-shadow:0 5px 18px rgba(0,0,0,0.06);
    padding:20px 24px;
    box-sizing:border-box;
    color:#2b3f50;
    font-size:15px;
    line-height:29px;
}

.dapi-seo-box h2{
    margin:0 0 12px;
    color:#12395f;
    font-size:23px;
    line-height:32px;
    text-align:center;
}

.dapi-seo-box h3{
    margin:18px 0 6px;
    color:#12395f;
    font-size:18px;
    line-height:27px;
}

.dapi-seo-box p{
    margin:0 0 10px;
}

.dapi-seo-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:12px;
    margin:14px auto;
}

.dapi-seo-card{
    background:#f8fbff;
    border:1px solid #d8e9fb;
    border-radius:16px;
    padding:12px 14px;
    box-sizing:border-box;
}

.dapi-seo-faq{
    margin-top:16px;
    border-top:1px solid #e7eef6;
    padding-top:12px;
}

.dapi-pagination{
    margin:24px auto;
    font-size:17px;
    line-height:34px;
    text-align:center;
}

.dapi-pagination-next{
    margin-bottom:14px;
}

.dapi-pagination-next a{
    display:inline-block;
    padding:8px 16px;
    border-radius:10px;
    background:#fff;
    border:1px solid #cfe5ff;
    color:#1267c9;
    text-decoration:none;
    font-weight:bold;
}

.dapi-pagination-pages{
    line-height:34px;
}

.dapi-pagination a,
.dapi-pagination b{
    display:inline-block;
    margin:3px;
    padding:7px 12px;
    border-radius:10px;
    text-decoration:none;
}

.dapi-pagination a{
    background:#fff;
    border:1px solid #cfe5ff;
    color:#1267c9;
}

.dapi-pagination b{
    background:#178fe5;
    color:#fff;
    border:1px solid #178fe5;
}

.dapi-more-link{
    display:inline-block;
    margin:20px auto 0;
    padding:12px 20px;
    border-radius:14px;
    background:#178fe5;
    color:#fff !important;
    font-size:18px;
    font-weight:bold;
    box-shadow:0 6px 16px rgba(23,143,229,0.25);
}

.dapi-more-link:hover{
    background:#0b7ac6;
    color:#fff !important;
}

.dapi-cat-slider-title{
    display:none;
}

.dapi-cat-slider-wrap{
    width:100vw;
    max-width:none;
    margin:0 calc(50% - 50vw) 18px;
    position:relative;
    box-sizing:border-box;
    display:block;
    direction:rtl;
    clear:both;
    padding-left:max(38px, calc((100vw - 1295px) / 2 + 38px));
    padding-right:max(38px, calc((100vw - 1295px) / 2 + 38px));
    overflow:visible;
}

.dapi-cat-slider{
    --dapi-cat-rows:2;
    --dapi-cat-card-w:88px;
    --dapi-cat-card-h:62px;
    display:grid;
    grid-auto-flow:column;
    grid-template-rows:repeat(var(--dapi-cat-rows), var(--dapi-cat-card-h));
    grid-auto-columns:var(--dapi-cat-card-w);
    gap:6px;
    overflow:hidden;
    scroll-behavior:smooth;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:3px 0 8px;
    box-sizing:border-box;
    margin:0 auto;
    width:100%;
    direction:rtl;
    justify-content:start;
    align-items:start;
}

.dapi-cat-slider::-webkit-scrollbar{
    display:none;
}

.dapi-cat-slide-card{
    width:var(--dapi-cat-card-w);
    height:var(--dapi-cat-card-h);
    background:#ffffff;
    border:1px solid #d8e9fb;
    border-radius:13px;
    box-shadow:0 4px 13px rgba(0,0,0,0.07);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1px;
    color:#12395f !important;
    text-decoration:none !important;
    font-weight:bold;
    box-sizing:border-box;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    direction:rtl;
}

.dapi-cat-slide-card:hover{
    transform:translateY(-3px);
    border-color:#6bc6ff;
    box-shadow:0 9px 20px rgba(0,0,0,0.13);
    color:#0b7ac6 !important;
}

.dapi-cat-slide-icon{
    font-size:17px;
    line-height:17px;
    height:17px;
    display:block;
    margin:1px 0 0;
}

.dapi-cat-slide-title{
    font-size:13px;
    line-height:14px;
    max-width:82px;
    height:28px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:-1px 0 0;
}

.dapi-cat-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:32px;
    height:32px;
    min-width:32px;
    border:0;
    border-radius:50%;
    background:#178fe5;
    color:#fff;
    font-size:19px;
    line-height:32px;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(23,143,229,0.25);
    font-family:Arial, sans-serif;
    z-index:3;
    padding:0;
    text-align:center;
    direction:ltr;
    unicode-bidi:isolate;
}

.dapi-cat-arrow-left{left:max(4px, calc((100vw - 1295px) / 2 + 4px));right:auto!important;}
.dapi-cat-arrow-right{right:max(4px, calc((100vw - 1295px) / 2 + 4px));left:auto!important;}

.dapi-cat-arrow:hover{
    background:#0b7ac6;
}

.dapi-cat-arrow-hidden{display:none;}
@media (max-width:768px){
    .dapi-page-wrap{ max-width:96%; }
    .dapi-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        gap:15px 10px;
    }
    .dapi-card-link{ max-width:100%; }
}

@media (max-width:620px){
    .dapi-page-wrap{
        max-width:96%;
        padding:8px 0 38px;
    }
    .dapi-logo{ margin-top:8px; }
    .dapi-hero{
        padding:10px 8px 12px;
        border-radius:16px;
        margin-bottom:14px;
    }
    .dapi-hero-small{
        padding:6px 8px 7px;
        margin-bottom:10px;
    }
    .dapi-hero-text{
        font-size:15px;
        line-height:24px;
    }
    .dapi-hero-cat h1{
        font-size:24px;
    }
    .dapi-hero-cat .dapi-hero-desc{
        font-size:13px;
    }
    .dapi-top-links{ gap:7px; }
    .dapi-top-links a{
        font-size:14px;
        padding:0 10px;
    }
    .dapi-seo-box{
        max-width:98%;
        margin-top:26px;
        padding:15px 13px;
        font-size:14px;
        line-height:25px;
        border-radius:17px;
    }
    .dapi-seo-box h2{
        font-size:20px;
        line-height:28px;
    }
    .dapi-seo-grid{
        grid-template-columns:1fr;
        gap:9px;
    }
    .dapi-cat-slider-wrap{
        width:100vw;
        max-width:none;
        margin:0 calc(50% - 50vw) 16px;
        padding-left:31px;
        padding-right:31px;
    }
    .dapi-cat-slider{
        --dapi-cat-rows:3;
        --dapi-cat-card-w:94px;
        --dapi-cat-card-h:60px;
        gap:5px;
        padding-bottom:7px;
    }
    .dapi-cat-slide-card{
        border-radius:12px;
        gap:1px;
    }
    .dapi-cat-slide-icon{
        font-size:16px;
        line-height:16px;
        height:16px;
        margin:1px 0 0;
    }
    .dapi-cat-slide-title{
        font-size:13px;
        line-height:14px;
        max-width:90px;
        height:26px;
        margin:-1px 0 0;
    }
    .dapi-cat-arrow{
        width:28px;
        height:28px;
        min-width:28px;
        font-size:16px;
        line-height:28px;
    }
    .dapi-cat-arrow-left{left:2px;right:auto!important;}
    .dapi-cat-arrow-right{right:2px;left:auto!important;}
    .dapi-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        gap:15px 10px;
    }
    .dapi-card-link{ max-width:100%; }
    .dapi-card{
        border-radius:15px;
        padding:8px 7px 9px;
    }
    .dapi-image-frame,
    .dapi-image-frame img{
        width:150px;
        height:150px;
    }
    .dapi-caption{
        font-size:14px;
        line-height:18px;
        min-height:36px;
        margin-top:8px;
    }
}

@media (max-width:390px){
    .dapi-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        max-width:100%;
    }
}

.dapi-cats-bottom{
    width:100%;
    margin:28px auto 0;
    text-align:center;
}

.dapi-cats-cloud{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:8px auto 4px;
}

.dapi-cat-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:7px 12px;
    border-radius:999px;
    background:#ffffff;
    border:1px solid #d8e9fb;
    color:#1267c9 !important;
    font-size:14px;
    font-weight:bold;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
}

.dapi-cat-icon{
    display:inline-block;
    font-size:16px;
    line-height:1;
}

.dapi-cat-link:hover,
.dapi-cat-active{
    background:#178fe5;
    border-color:#178fe5;
    color:#ffffff !important;
}

.dapi-link-icon{
    display:inline-block;
    font-size:16px;
    line-height:1;
}

