.csr-section {
    padding: 90px 20px;
    background: #f4f7fb;
}

/* Block spacing */
.csr-block {
    margin-bottom: 90px;
}

/* Title */
.csr-title {
    text-align: center;
    margin-bottom: 55px;
}

.csr-title h2 {
    font-size: 30px;
    color: #0f172a;
    margin-bottom: 10px;
}

.csr-title p {
    font-size: 16px;
    color: #64748b;
}

/* Grid */
.csr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.csr-card {
    position: relative;
    background: #fff;
    padding: 55px 25px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.35s ease;
}

.csr-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Number badge top */
.csr-number {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0ea5b7, #0ea5b7);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Text */
.csr-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.5;
}


    .product-features-section{
background:#f8f9fb;
}

.section-title{
font-size:30px;
margin-bottom:10px;
}

.section-subtitle{
color:#6c757d;
max-width:650px;
margin:auto;
}

/* Feature Card */

.feature-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
transition:all .35s ease;
height:100%;
}

.feature-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* Icon */

.feature-icon{
width:60px;
height:60px;
border-radius:50%;
background:#0ea5b7;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:26px;
margin-bottom:20px;
}

.feature-card h5{
margin-bottom:10px;
}

.feature-card p{
color:#6c757d;
font-size:15px;
margin-bottom:0;
}

.quality-process-section{
background:#f5f7fb;
}

.process-title{
font-size:30px;

margin-bottom:10px;
}

.process-subtitle{
color:#6c757d;
max-width:650px;
margin:auto;
}

.process-card{
background:#fff;
padding:35px 25px;
border-radius:14px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:all .35s ease;
position:relative;
overflow:hidden;
height:100%;
}

.process-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.process-icon{
width:80px;
height:80px;
margin:auto;
border-radius:50%;
background:#0ea5b7;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:28px;
margin-bottom:20px;
position:relative;
}

.process-icon .step{
position:absolute;
top:-8px;
right:-8px;
background:#fff;
color:#0ea5b7;
font-size:13px;
padding:4px 7px;
border-radius:20px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.process-card h5{
margin-top:10px;
}
.customization-section{
background:#f6f8fb;
}

.custom-title{
font-size:30px;
margin-bottom:10px;
}

.custom-subtitle{
color:#6c757d;
max-width:650px;
margin:auto;
}

.custom-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all .35s ease;
height:100%;
}

.custom-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.custom-icon{
width:65px;
height:65px;
border-radius:50%;
background:#0ea5b7;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:26px;
margin-bottom:20px;
}

.custom-card h5{
margin-bottom:10px;
}

.custom-card p{
color:#6c757d;
font-size:15px;
margin-bottom:0;
}
.benefits-section{
background:#f7f9fc;
}

.benefit-title{
font-size:30px;
margin-bottom:10px;
}

.benefit-subtitle{
color:#6c757d;
max-width:650px;
margin:auto;
}

.benefit-card{
background:#fff;
padding:25px;
border-radius:12px;
display:flex;
align-items:center;
gap:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all .35s ease;
height:100%;
}

.benefit-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.benefit-icon{
width:55px;
height:55px;
border-radius:50%;
background:#0ea5b7;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
}

.benefit-card p{
margin:0;
font-weight:500;
color:#333;
}
    .cc24-product-section{
background:#f6f8fb;
}

.cc24-title{
font-size:30px;
}

.cc24-subtitle{
color:#6c757d;
max-width:650px;
margin:auto;
}

.product-card{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
height:100%;
}

.section-heading{
margin-bottom:20px;
}

.feature-list{
list-style:none;
padding:0;
}

.feature-list li{
margin-bottom:10px;
font-size:16px;
}

.feature-list i{
color:#0ea5b7;
margin-right:8px;
}

.spec-table td{
padding:10px;
}

.app-box{
background:#fff;
padding:25px;
text-align:center;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:.3s;
}

.app-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.app-box i{
font-size:28px;
color:#0ea5b7;
margin-bottom:10px;
display:block;
}