.elementor-473 .elementor-element.elementor-element-3a298c7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-52983b5 *//* =========================
   KSP Single Project Style
========================= */

.ksp-single{
    direction: rtl;
    color: #0b2344;
    font-family: inherit;
}

.ksp-single *{
    box-sizing: border-box;
}

/* Hero */
.ksp-hero{
    min-height: 390px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ksp-hero-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px;
}

.ksp-breadcrumb{
    color: rgba(255,255,255,.78);
    margin-bottom: 16px;
    font-size: 14px;
}

.ksp-hero h1{
    color: #fff;
    font-size: 38px;
    line-height: 1.45;
    font-weight: 900;
    margin: 0 0 12px;
}

.ksp-hero p{
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 2;
    max-width: 720px;
    margin: 0;
}

/* Body */
.ksp-body{
    max-width: 1200px;
    margin: 0 auto;
    padding: 34px 0 0;
}

/* Summary Cards */
.ksp-summary{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: -76px 24px 32px;
    position: relative;
    z-index: 2;
}

.ksp-summary-card{
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    padding: 22px 18px;
    box-shadow: 0 12px 35px rgba(6,29,64,.09);
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 150px;
}

.ksp-summary-card span{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #f2f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 4px;
}

.ksp-summary-card strong{
    font-size: 14px;
    color: #6b7788;
    font-weight: 700;
}

.ksp-summary-card b{
    font-size: 22px;
    color: #0b2344;
    font-weight: 900;
    line-height: 1.5;
}

.ksp-summary-card small{
    font-size: 13px;
    color: #8190a2;
}

.ksp-dot{
    position: relative;
    padding-right: 14px;
}

.ksp-dot:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ksp-dot.active:before{
    background: #f59e0b;
}

.ksp-dot.completed:before{
    background: #16a34a;
}

/* Main Grid */
.ksp-main-grid{
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    padding: 0 24px;
}

.ksp-box{
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 26px rgba(6,29,64,.05);
}

.ksp-box h2,
.ksp-related h2{
    font-size: 23px;
    font-weight: 900;
    color: #0b2344;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8edf3;
    position: relative;
}

.ksp-box h2:after,
.ksp-related h2:after{
    content: "";
    width: 58px;
    height: 3px;
    background: #f6b21a;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.ksp-content{
    color: #334155;
    font-size: 16px;
    line-height: 2.15;
}

.ksp-content p{
    margin: 0 0 16px;
}

.ksp-content ul,
.ksp-content ol{
    padding-right: 22px;
    margin: 16px 0;
}

/* Gallery */
.ksp-gallery-main-link{
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 14px;
}

.ksp-gallery-main{
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: .3s ease;
}

.ksp-gallery-main-link:hover .ksp-gallery-main{
    transform: scale(1.03);
}

.ksp-gallery-thumbs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ksp-thumb-link{
    position: relative;
    display: block;
    height: 92px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f6fa;
}

.ksp-thumb-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s ease;
}

.ksp-thumb-link:hover img{
    transform: scale(1.08);
}

.ksp-hidden-gallery-link{
    display: none;
}

.ksp-more-gallery{
    position: absolute;
    inset: 0;
    background: rgba(6,29,64,.72);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA */
.ksp-cta{
    margin: 28px 24px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg,#071f46,#0b356f);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
}

.ksp-cta h2{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 10px;
}

.ksp-cta p{
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

.ksp-cta a{
    background: #f6b21a;
    color: #071f46;
    padding: 13px 24px;
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: .25s ease;
}

.ksp-cta a:hover{
    background: #fff;
    color: #071f46;
}

/* Related */
.ksp-related{
    padding: 0 24px 38px;
}

.ksp-related-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ksp-related-card{
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(6,29,64,.05);
    transition: .25s ease;
}

.ksp-related-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(6,29,64,.09);
}

.ksp-related-card img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}

.ksp-related-card div{
    padding: 18px;
}

.ksp-related-card h3{
    font-size: 17px;
    line-height: 1.8;
    font-weight: 900;
    color: #0b2344;
    margin: 0 0 8px;
}

.ksp-related-card span{
    display: block;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 14px;
}

.ksp-related-card a{
    display: inline-flex;
    align-items: center;
    color: #0b356f;
    font-weight: 900;
    text-decoration: none;
}

.ksp-related-card a:hover{
    color: #f6b21a;
}

/* Responsive */
@media (max-width: 1024px){
    .ksp-summary{
        grid-template-columns: repeat(2, 1fr);
    }

    .ksp-main-grid{
        grid-template-columns: 1fr;
    }

    .ksp-related-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .ksp-hero{
       border-radius: 10px !important;
        min-height: 320px;
        border-radius: 0;
    }

    .ksp-hero-inner{
        
        padding: 48px 18px;
    }

    .ksp-hero h1{
        font-size: 27px;
    }

    .ksp-hero p{
        font-size: 15px;
    }

    .ksp-body{
        padding-top: 22px;
    }

       .ksp-summary{
        grid-template-columns: repeat(2, 1fr);
        margin: -54px 14px 24px;
        gap: 12px;
    }

    .ksp-main-grid{
        padding: 0 14px;
        gap: 18px;
    }

    .ksp-box{
        padding: 20px;
        border-radius: 16px;
    }

    .ksp-gallery-main{
        height: 260px;
    }

    .ksp-gallery-thumbs{
        grid-template-columns: repeat(2, 1fr);
    }

    .ksp-thumb-link{
        height: 105px;
    }

    .ksp-cta{
        margin: 22px 14px;
        padding: 24px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ksp-related{
        padding: 0 14px 30px;
    }

    .ksp-related-grid{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px){
    .ksp-summary-card{
        min-height: auto;
        padding: 18px;
    }

    .ksp-summary-card b{
        font-size: 19px;
    }

    .ksp-box h2,
    .ksp-related h2{
        font-size: 20px;
    }

    .ksp-gallery-main{
        height: 220px;
    }
}/* End custom CSS */