.page-title {
            color: #333; /* 深綠色標題 */
            font-weight: 700;
            padding-bottom: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid #333;
        }
        /* 服務卡片通用樣式 */
        .service-card {
            min-height: 100%; /* 確保卡片等高 */
            box-shadow: 0 8px 16px rgba(0,0,0,.2);
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border: none;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* 將內容和按鈕分開 */
        }
        /* 服務卡片hover效果 */
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,.2);
        }
        /* 卡片標題樣式 */
        .card-title {
            color: #1a75ff; /* 藍色標題 */
            font-weight: 600;
            border-left: 0px solid #1a75ff;
            padding-left: 20px;
            margin-bottom: 15px;
			 margin-top: 15px;
        }
        /* 卡片內文列表樣式 */
        .card-text ul {
            list-style-type: '👉 ';
            padding-left: 20px;
            color: #343a40;
        }
        .card-text li {
            margin-bottom: 8px;
            line-height: 1.6;
        }
        /* 按鈕樣式 */
        .btn-action {
            width: 100%;
            margin-top: auto; /* 將按鈕推到底部 */
            font-weight: 700;
            transition: background-color 0.3s, transform 0.2s;
        }
        .btn-primary {
            background-color: #ff6600; /* 暖橘色按鈕 */
            border-color: #ff6600;
        }
        .btn-primary:hover {
            background-color: #e65c00;
            border-color: #e65c00;
            transform: translateY(-2px);
        }
        /* 針對不同卡片使用不同顏色作為標記 */
        .card-1 .card-title { border-left-color: #ff6600; color: #ff6600; }
        .card-2 .card-title { border-left-color: #00b33c; color: #ff6600; }
        .card-3 .card-title { border-left-color: #cc00cc; color: #ff6600; }
        .card-4 .card-title { border-left-color: #ff9900; color: #ff6600; }
        .card-5 .card-title { border-left-color: #0099cc; color: #ff6600; }
		
		
		.btn {

    padding: 6px 12px;
    font-size: 18px;

}
	
	
	.mb-4	{
	margin-bottom: 35px;

}

	.mb-5	{
	margin-bottom: 80px;

}
		