﻿/* start Title */   
.title-header {
    background: linear-gradient(to bottom, #f8fbff, #ffffff);
    padding: 20px 20px;
}

.title-title {
    font-size: 35px;
    font-weight: 600;
    color: #0d6efd;   /* Modern industrial blue */
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    
}

.title-subtitle {
    font-size: 17px;
    color: #555;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .title-title {
        font-size: 28px;
    }
    .title-subtitle {
        font-size: 15px;
    }
}

/* end Title */