.elementor-40707 .elementor-element.elementor-element-28a03b3{--display:flex;}.elementor-40707 .elementor-element.elementor-element-db01843{--display:flex;}.elementor-40707 .elementor-element.elementor-element-db01843:not(.elementor-motion-effects-element-type-background), .elementor-40707 .elementor-element.elementor-element-db01843 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}.elementor-40707 .elementor-element.elementor-element-a5044e9{--display:flex;}/* Start custom CSS *//* =========================
   SIAM PTN Pricing Package
========================= */

.sp-package{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
    font-family:'Prompt',sans-serif;
}

.sp-title{
    text-align:center;
    font-size:42px;
    color:#0A2C56;
    margin-bottom:10px;
    font-weight:700;
}

.sp-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:60px;
    font-size:18px;
}

.sp-group-title{
    font-size:28px;
    color:#0A2C56;
    margin:60px 0 25px;
    font-weight:700;
    border-left:5px solid #D4AF37;
    padding-left:15px;
}

.sp-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.sp-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.sp-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.sp-featured{
    border:2px solid #D4AF37;
}

.sp-badge{
    display:inline-block;
    background:#0A2C56;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.sp-featured .sp-badge{
    background:#D4AF37;
    color:#0A2C56;
}

.sp-card h3{
    font-size:24px;
    color:#0A2C56;
    margin:0 0 20px;
    line-height:1.4;
}

.sp-price{
    font-size:48px;
    font-weight:700;
    color:#D4AF37;
    margin-bottom:20px;
    line-height:1;
}

.sp-price small{
    display:block;
    font-size:16px;
    color:#666;
    margin-top:8px;
    font-weight:400;
}

.sp-card ul{
    list-style:none;
    padding:0;
    margin:0 0 25px;
    flex:1;
}

.sp-card ul li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    color:#555;
    font-size:18px;
}

.sp-card ul li:last-child{
    border:none;
}

.sp-btn{
    display:block;
    text-align:center;
    background:#0A2C56;
    color:#fff;
    padding:14px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.sp-btn:hover{
    background:#D4AF37;
    color:#0A2C56;
}

@media(max-width:768px){

.sp-title{
    font-size:32px;
}

.sp-subtitle{
    font-size:16px;
}

.sp-group-title{
    font-size:22px;
}

.sp-price{
    font-size:40px;
}

.sp-card{
    padding:25px;
}

}/* End custom CSS */