 ul.subcategory-list li {
      font-size: 14px;
      margin-bottom: 10px;
  }
  ul.subcategory-list li a{
    text-decoration: none;
    color: #000;
  }
  ul.subcategory-list li a:hover{
    text-decoration: underline;
    color: #f37437;
  }
  .section-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #f37a41;
    margin-top: 8px;
}

.custom-box {
/*border: 1px solid #f37437;*/
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 3px 23px -6px #ccc;
}

.feature-box {
/* border: 1px solid #f37437;*/
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 3px 23px -6px #ccc;
}

.content-text {
    font-size: 14px;
    line-height: 1.7;
}

.highlight {
    color: #f37437;
    font-weight: 600;
}
/*      table css start  */
.table-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
    margin-top: 30px;
}

.table-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

table {
    font-size: 13px;
    text-align: center;
}

th, td {
    vertical-align: middle;
    border: 1px solid #ccc !important;
}

thead th {
    font-weight: 600;
}

.card-box{
    background:#fff;
    padding:40px 30px;
    border-radius:12px;
    box-shadow:0 0 8px rgba(0,0,0,0.08);
    margin:40px auto;
    max-width:1100px;
}

.custom-table{
    text-align:center;
    font-size:13px;
}

.custom-table th,
.custom-table td{
    border:1px solid #d9d9d9 !important;
    padding:12px;
}

.note-box{
    max-width:1100px;
    margin:40px auto;
    border:1px solid #f37437;
    background:#fff;
    border-radius: 10px;
}

.note-header{
    background:#f37437;
    color:#fff;
    font-size:30px;
    padding:12px 20px;
    font-weight:500;
    line-height:1;
    border-radius: 10px 10px 0 0;
}

.note-body{
    padding:25px 20px;
    font-size:18px;
    line-height:1.8;
}
.tech-section{
        max-width:1200px;
        margin:50px auto;
        padding:20px;
    }

    .tech-title{
        font-size:48px;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:10px;
    }

    .title-line{
        width:80px;
        height:3px;
        background:#ff3b3b;
        margin-bottom:40px;
    }

    .tech-table{
        width:100%;
    }

    .tech-table td{
        padding:8px 0;
        font-size:20px;
        vertical-align:middle;
    }

    .arrow{
        width:50px;
        text-align:center;
        font-weight:bold;
        font-size:40px;
    }