/* ==========================================================
   DIAKU UI CSS
   Version : 1.0
   Website : https://diaku.ir
   ========================================================== */


/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    direction:rtl;
    text-align:right;
    background:#ffffff;
    color:#333333;
    font-family:Tahoma,Arial,sans-serif;
    line-height:2;
    font-size:16px;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    color:inherit;
    text-decoration:none;
    transition:.3s;
}

ul{
    list-style:none;
}

section{
    width:100%;
}


/* ===========================
   CONTAINER
=========================== */

.dk-container{

    width:100%;
    max-width:1280px;

    margin:auto;

    padding-right:20px;
    padding-left:20px;

}


/* ===========================
   SECTION
=========================== */

.dk-section{

    padding:70px 0;

}

.dk-bg-light{

    background:#f7f8fb;

}

.dk-bg-primary{

    background:#0b3a6e;
    color:#ffffff;

}


/* ===========================
   HEADER
=========================== */

.dk-section-header{

    margin-bottom:50px;

    text-align:center;

}

.dk-label{

    display:inline-block;

    background:#c89b3c;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:20px;

    font-weight:bold;

}


.dk-title{

    font-size:38px;

    line-height:1.6;

    color:#0b3a6e;

    font-weight:bold;

    margin-bottom:20px;

}


.dk-bg-primary .dk-title{

    color:#ffffff;

}


.dk-description{

    font-size:17px;

    color:#666666;

    line-height:2.2;

    margin-bottom:20px;

}

.dk-bg-primary .dk-description{

    color:#ffffff;

    opacity:.95;

}


/* ===========================
   HERO
=========================== */

.dk-hero{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.dk-hero .dk-title{

    margin-top:20px;

}


/* ===========================
   BUTTONS
=========================== */

.dk-buttons{

    margin-top:35px;

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

}

.dk-btn{

    display:inline-block;

    padding:14px 34px;

    border-radius:8px;

    font-weight:bold;

    transition:.3s;

    border:2px solid transparent;

}


.dk-btn-primary{

    background:#0b3a6e;

    color:#fff;

}

.dk-btn-primary:hover{

    background:#07284c;

}


.dk-btn-secondary{

    background:#c89b3c;

    color:#fff;

}

.dk-btn-secondary:hover{

    background:#b18329;

}

.dk-btn-light{

    background:#ffffff;

    color:#0b3a6e;

}

.dk-btn-light:hover{

    background:#f2f2f2;

}

/* ===========================
   SERVICES
=========================== */

.dk-services{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:40px;

}


/* ===========================
   CARD
=========================== */

.dk-card{

    background:#ffffff;

    border:1px solid #e6e6e6;

    border-radius:14px;

    padding:30px;

    transition:.35s;

    box-shadow:0 5px 18px rgba(0,0,0,.05);

    height:100%;

}

.dk-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.dk-card h3{

    color:#0b3a6e;

    font-size:24px;

    margin-bottom:18px;

    line-height:1.7;

}

.dk-card p{

    color:#666;

    line-height:2;

    margin-bottom:25px;

}

.dk-card .dk-btn{

    margin-top:auto;

}


/* ===========================
   FEATURES
=========================== */

.dk-feature-list{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:40px;

}

.dk-feature-item{

    background:#ffffff;

    border-radius:14px;

    padding:30px;

    border:1px solid #e6e6e6;

    transition:.35s;

}

.dk-feature-item:hover{

    border-color:#0b3a6e;

    transform:translateY(-6px);

}

.dk-feature-item h3{

    color:#0b3a6e;

    font-size:22px;

    margin-bottom:15px;

}

.dk-feature-item p{

    color:#666;

    line-height:2;

}


/* ===========================
   CTA
=========================== */

.dk-cta{

    text-align:center;

    max-width:900px;

    margin:auto;

}

.dk-cta .dk-buttons{

    margin-top:40px;

}


/* ===========================
   SPACING
=========================== */

.dk-mt-20{

    margin-top:20px;

}

.dk-mt-30{

    margin-top:30px;

}

.dk-mt-40{

    margin-top:40px;

}

.dk-mb-20{

    margin-bottom:20px;

}

.dk-text-center{

    text-align:center;

}


/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:992px){

    .dk-services{

        grid-template-columns:repeat(2,1fr);

    }

    .dk-feature-list{

        grid-template-columns:repeat(2,1fr);

    }

    .dk-title{

        font-size:30px;

    }

}


@media(max-width:768px){

    .dk-services{

        grid-template-columns:1fr;

    }

    .dk-feature-list{

        grid-template-columns:1fr;

    }

    .dk-section{

        padding:50px 0;

    }

    .dk-title{

        font-size:26px;

    }

    .dk-description{

        font-size:16px;

    }

    .dk-btn{

        width:100%;

        text-align:center;

    }

    .dk-buttons{

        flex-direction:column;

    }

}
/* ==========================================================
   DIAKU EFFECTS
========================================================== */


/* کارت ها */

.dk-card,
.dk-feature-item{

    position:relative;
    overflow:hidden;

}

.dk-card:before,
.dk-feature-item:before{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:100%;
    height:5px;

    background:#c89b3c;

    transform:scaleX(0);

    transform-origin:right;

    transition:.35s;

}

.dk-card:hover:before,
.dk-feature-item:hover:before{

    transform:scaleX(1);

}


/* کارت خدمات */

.dk-card{

    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:330px;

}


/* عنوان کارت */

.dk-card h3{

    transition:.3s;

}

.dk-card:hover h3{

    color:#c89b3c;

}


/* دکمه */

.dk-card .dk-btn{

    align-self:flex-start;

}


/* فاصله بهتر */

.dk-description:last-child{

    margin-bottom:0;

}


/* Hero */

.dk-hero{

    background:#ffffff;

    border-radius:20px;

    padding:70px;

    box-shadow:0 25px 60px rgba(0,0,0,.06);

    border:1px solid #ececec;

}


/* عنوان */

.dk-title{

    letter-spacing:-.5px;

}


/* لیبل */

.dk-label{

    letter-spacing:.5px;

}


/* کارت ها */

.dk-services{

    align-items:stretch;

}


/* افکت دکمه */

.dk-btn{

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.dk-btn:hover{

    transform:translateY(-3px);

}


/* فاصله سکشن ها */

.dk-section:nth-child(even){

    position:relative;

}

.dk-section:nth-child(even):after{

    content:"";

    display:block;

    width:80px;

    height:4px;

    background:#c89b3c;

    margin:60px auto 0;

    border-radius:30px;

}


/* متن */

.dk-description{

    text-align:justify;

}


/* لینک */

.dk-btn{

    font-size:15px;

}


/* Hover */

.dk-card,
.dk-feature-item,
.dk-btn{

    transition:all .35s ease;

}


/* موبایل */

@media(max-width:768px){

    .dk-hero{

        padding:35px 25px;

    }

    .dk-card{

        min-height:auto;

    }

}
/* ==========================================================
   HERO SECTION
========================================================== */

.dk-hero-section{

    padding:80px 0;

    background:#f7f9fc;

}


.dk-hero{

    background:#ffffff;

    border:1px solid #e6eaf0;

    border-radius:20px;

    padding:70px;

    box-shadow:0 20px 60px rgba(10,35,66,.08);

}


.dk-label{

    display:inline-block;

    padding:8px 18px;

    background:#eef5ff;

    color:#0b3a6e;

    font-size:14px;

    font-weight:700;

    border-radius:50px;

    margin-bottom:25px;

}


.dk-title{

    margin:0 0 25px;

    font-size:48px;

    line-height:1.4;

    font-weight:800;

    color:#10233d;

}


.dk-description{

    max-width:850px;

    font-size:18px;

    line-height:2.1;

    color:#5d6877;

    margin-bottom:40px;

}


.dk-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}


.dk-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 34px;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}


.dk-btn-primary{

    background:#0b3a6e;

    color:#ffffff;

}


.dk-btn-primary:hover{

    background:#0d4b91;

}


.dk-btn-secondary{

    background:#ffffff;

    color:#0b3a6e;

    border:2px solid #0b3a6e;

}


.dk-btn-secondary:hover{

    background:#0b3a6e;

    color:#ffffff;

}


.dk-hero-features{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-top:20px;

}


.dk-feature-box{

    background:#fafbfd;

    border:1px solid #e7ebf0;

    border-radius:14px;

    padding:25px;

    transition:.3s;

}


.dk-feature-box:hover{

    border-color:#c9a13d;

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}


.dk-feature-box strong{

    display:block;

    color:#0b3a6e;

    font-size:22px;

    margin-bottom:10px;

    font-weight:800;

}


.dk-feature-box span{

    color:#687482;

    line-height:1.8;

    font-size:15px;

}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:992px){

    .dk-title{

        font-size:38px;

    }

    .dk-hero{

        padding:50px;

    }

    .dk-hero-features{

        grid-template-columns:repeat(2,1fr);

    }

}


@media(max-width:768px){

    .dk-hero{

        padding:35px 25px;

    }

    .dk-title{

        font-size:30px;

    }

    .dk-description{

        font-size:16px;

    }

    .dk-buttons{

        flex-direction:column;

    }

    .dk-btn{

        width:100%;

    }

    .dk-hero-features{

        grid-template-columns:1fr;

    }

}

/* ===========================
   HERO 2026
=========================== */

.dk-hero-grid{

display:grid;

grid-template-columns:58% 42%;

gap:60px;

align-items:center;

}

.dk-hero-image{

text-align:center;

}

.dk-hero-image img{

width:100%;

max-width:520px;

height:auto;

border-radius:20px;

box-shadow:0 25px 70px rgba(0,0,0,.12);

display:block;

margin:auto;

}

.dk-hero-content{

display:flex;

flex-direction:column;

justify-content:center;

}

.dk-hero-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:45px;

}

.dk-feature-box{

padding:22px;

background:#ffffff;

border:1px solid #ececec;

border-radius:14px;

transition:.3s;

}

.dk-feature-box:hover{

transform:translateY(-6px);

box-shadow:0 18px 40px rgba(0,0,0,.08);

border-color:#c89b3c;

}

.dk-feature-box strong{

display:block;

font-size:20px;

margin-bottom:8px;

color:#0b3a6e;

}

.dk-feature-box span{

font-size:15px;

line-height:1.9;

color:#666;

}

@media(max-width:992px){

.dk-hero-grid{

grid-template-columns:1fr;

}

.dk-hero-image{

order:-1;

margin-bottom:30px;

}

}

@media(max-width:768px){

.dk-hero-features{

grid-template-columns:1fr;

}

}