/* ============================
   BASE DESKTOP (Default)
============================ */

.sec-py{
    padding: 120px 0;
  } 
  
  .sec-py-120-60{
    padding: 120px 0 60px 0;
  }
    .sec-py-60-120{
    padding: 60px 0 120px 0;
  }
.service-border-b{
   border-bottom: #E6E6E6 1px solid;
}

.sec-h2{
    font-size: 55px;
    font-weight: 300;
    color: #1B1D21;
}

.sec-h2-blue{
    background: linear-gradient(to right, #0049a8, #0061d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.bg-yellow{ background-color: #FFF9EB; }
.bg-light-yellow{ background-color: #FFF9EB; }
.bg-sky-blue{ background-color: #D8F5FD; }
.bg-orange{ background-color: #FFF0EB; }
.bg-blue{ background-color: #EBEBFF; }

.icon-box-size{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-32{
    width: 32px;
    height: 32px;
}

.mb-15{ margin-bottom: 15px; }
.mb-40{ margin-bottom: 40px !important; }

.sec-dec{
    font-size: 20px;
    color: #4A5565;
}

.point-size{
    height: 24px;
    width: 24px;
}

.inner-dec{
    color: #1B1D21;
    font-size: 16px;
    font-weight: 500;
}
.font-24{
    font-size: 24px;
    color: #1B1D21;
    /* font-weight: 600; */
}
.font-24-book{
    font-size: 24px;
    color: #1B1D21;
    /* font-weight: 600; */
}
.text-muted{
    font-size: 24px;
    color: #4A5565!important;
}
.me-8{ margin-right: 8px; }
.mb-16{ margin-bottom: 16px; }

.sec-sky-blue{
    background-image: url(../image/home-page/contact.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-card{
    width: 100%;
    background-color: #fff;
    border: 1px solid #D4F5FD;
    padding: 30px;
    border-radius: 12px;
}

.col-5-equal {
    flex: 0 0 auto;
    width: 20%;
}
.card-services{
    background-color: #fff;
    padding: 30px;
    width: 100%;
    border: 1px solid #D4F5FD;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.notice-bg{
    background-image: url(../image/service/notic-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.icon-box-card {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C5F1FC;
    background-color: #D8F5FD;
}

.bookkeeping-step-icon-light {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #c5e8ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-size: 24px;
    font-weight: 300;
    /* margin: 0 auto; */
}
/* ============================================================
   🔵 MEDIA QUERY — 991px (Tablet Landscape)
   Reduce fonts slightly, reduce padding
============================================================ */
.lg-service{
 display: flex;
} 
.sm-service{
display: none;
}
@media only screen and (max-width: 991px) and (min-width: 767px)  {
    .lg-service{
 display: none;
} 
.sm-service{
display: flex;
}
}
@media (max-width: 991px) {

    .sec-py{
        padding: 90px 0;
    }

    .sec-h2{
        font-size: 36px;
    }

    .sec-dec{
        font-size: 18px;
    }
.font-24{
    font-size: 20px;
    color: #1B1D21;
}
.text-muted{
    font-size: 20px;
    color: #4A5565;
}
    .inner-dec{
        font-size: 15px;
    }

    .icon-box-size{
        width: 70px;
        height: 70px;
    }

    .choose-card{
        padding: 25px;
        width: 100%!important ;
    }

    .col-5-equal {
        width: 50%;
    }
     .mt-sm-5-cus{
        margin-top: 40px;
    }
      .mt-sm-3-cus{
        margin-top: 30px;
    }
    .b-card {
    display: flex;
    align-items: start;
    padding: 20px!important;
    border: #D8F4FD 1px solid;
    border-radius: 12px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.card-services {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border: 1px solid #D4F5FD;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
}


/* ============================================================
   🔵 MEDIA QUERY — 767px (Tablet Portrait)
   Further reduce font sizes + spacing
============================================================ */
@media (max-width: 767px) {
.col-5-equal {
        width: 100%;
    }
    .sec-py{
        padding: 70px 0;
    }

    .sec-h2{
        font-size: 35px;
    }
.font-24{
    font-size: 22px;
    color: #1B1D21;
}
.text-muted{
    font-size: 20px;
    color: #4A5565;
}
    .sec-dec{
        font-size: 20px;
    }

    .inner-dec{
        font-size: 18px;
    }

    .icon-box-size{
        width: 60px;
        height: 60px;
    }

    .choose-card{
        padding: 22px;
    }

   .b-card {
    display: flex;
    align-items: start;
    padding: 15px!important;
    border: #D8F4FD 1px solid;
    border-radius: 12px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.card-services {
    background-color: #fff;
    padding: 15px!important;
    width: 100%;
    border: 1px solid #D4F5FD;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
}


/* ============================================================
   🔵 MEDIA QUERY — 567px (Mobile)
   Mobile font-size + spacing (Pixel-perfect)
============================================================ */
@media (max-width: 567px) {
.bookkeeping-step-icon-light {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #c5e8ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A1C20;
    font-size: 26px;
    font-weight: 300;
    /* margin: 0 auto; */
}
    .sec-py{
        padding: 50px 0;
    }
.b-card {
    display: flex;
    align-items: start;
    padding: 10px!important;
    border: #D8F4FD 1px solid;
    border-radius: 12px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.card-services {
    background-color: #fff;
    padding: 10px!important;
    width: 100%;
    border: 1px solid #D4F5FD;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
    .sec-h2{
        font-size: 32px;
    }

.font-24{
    font-size: 20px;
    color: #1B1D21;
}
.text-muted{
    font-size: 20px;
    color: #4A5565;
}
    .sec-dec{
        font-size: 18px;
    }

    .inner-dec{
        font-size: 16px;
    }

    .icon-box-size{
        width: 52px;
        height: 52px;
    }

    .choose-card{
        padding: 18px;
    }

    .mb-40{
        margin-bottom: 25px !important;
    }
    .icon-box-card {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C5F1FC;
    background-color: #D8F5FD;
}
}
