/* DaiMa Custom Styles */
.page-title-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
}

.page-title h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-title .lead {
    font-size: 20px;
    opacity: 0.9;
}

.service-cards {
    margin-top: 50px;
}

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.service-card .service-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.detail-section {
    padding: 80px 0;
}

.detail-section.bg-light {
    background: #f8f9fa;
}

.service-detail h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
}

.service-detail h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #667eea;
}

.service-detail p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.case-studies {
    margin-top: 50px;
}

.case-study-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.case-study-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-study-info {
    padding: 20px;
}

.case-study-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.case-study-info p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.case-tag {
    display: inline-block;
    padding: 5px 15px;
    background: #667eea;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.contact-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons .btn {
    margin: 0 10px;
}

.logo-text {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    line-height: 1.4;
}

.navbar-brand {
    padding: 15px;
}
