.main-header {
    background-color: #fff;
    position: sticky;
    top: 0;
}

.main-header-nav-link {
    color: rgb(31, 38, 46);
}

.service-main-img {
    max-width: 40%;
    min-width: 400px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-main-img img {
    border-radius: 1rem;
}

.service-main-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(103, 115, 126);
    margin-top: 0;
}

.service-main-content h1,
.service-main-content h2,
.service-main-content h3,
.service-main-content h4,
.service-main-content h5,
.service-main-content h6 {
    font-weight: 600;
}

.blog-tags a {
    display: inline-block;
    border-radius: 5rem;
    padding: 0.25rem 0.75rem;
    background-color: rgba(24, 161, 180, 0.1);
    color: var(--theme-secondary);
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.blog-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.blog-meta span {
    color: rgb(103, 115, 126);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.blog-meta span i {
    margin-right: 0.25rem;
}

.blog-main-img img {
    border-radius: 0.5rem;
}

.blog-main-content * {
    all: revert;
}

.blog-main-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: rgb(103, 115, 126);
    margin-top: 0;
}

.blog-main-content h1,
.blog-main-content h2,
.blog-main-content h3,
.blog-main-content h4,
.blog-main-content h5,
.blog-main-content h6 {
    font-weight: 600;
}

.blog-list.others {
    gap: 1rem;
    border: 1px solid #dadada;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(31, 38, 46, 0.1) 0px 4px 6px -1px, rgba(31, 38, 46, 0.1) 0px 2px 4px -2px;
    border-radius: 0.5rem;
}

.blogListCard .blogCard {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: none;
}

.blogListCard .blogCard article {
    padding: 0;
}

.blogListCard .blogCard article .tag {
    display: none;
}

.blogListCard .blogCard article .title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
}

.blogListCard .blogCard article .description {
    font-size: 0.75rem;
    line-height: 1rem;
    min-height: 2lh;
    max-height: 2lh;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.blogListCard .blogCard article .blogFooter {
    display: none;
}

.blog-content {
    overflow: hidden;
}

.service-page-banner {
    min-height: 450px;
    position: relative;
}

.service-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    opacity: 1;
}

.service-page-banner .page-banner-title {
    text-align: start !important;
    color: #000 !important;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    font-family: var(--font-family);
    margin-bottom: 1rem;
}

.service-page-banner .container .page-banner-title,
.service-page-banner .container .page-banner-breadcrumbs,
.service-page-banner .container .section-desc {
    max-width: 678px;
}

.service-page-banner .page-banner-breadcrumbs {
    text-align: start;
    color: var(--theme-secondary);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.service-page-banner .section-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    color: rgb(103, 115, 126);
}

.service-icon {
    max-width: 4rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: rgba(24, 161, 180, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-secondary);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.faq-section {
    background-color: rgb(243, 245, 247);
}

.faq-section .container {
    max-width: 896px;
}

.faq-section .page-section-header {
    max-width: 100%;
    text-align: start;
    margin-bottom: 1.5rem;
}

.faq-section .page-section-header .page-header-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-item {
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    padding: 0.25rem 1.5rem;
}

#services-swiper .swiper-slide {
    padding-block: 1rem;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: start;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-answer {
    font-size: 0.875rem;
    line-height: 1.33rem;
    height: 0;
    color: rgb(103, 115, 126);
    overflow: hidden;
    transition: height 0.35s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer-inner {
    padding-bottom: 16px;
    color: #555;
    line-height: 1.6;
}

.faq-answer-inner>* {
    all:revert;
}

.haveQuestions-section {
    background-image: linear-gradient(to right bottom, rgba(24, 161, 180, 0.1), rgba(218, 170, 47, 0.05), rgba(24, 161, 180, 0.1));
}

.haveQuestions-section .container {
    max-width: 896px;
}

.haveQuestionBox {
    background-color: #fff;
    padding: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.haveQuestionBox .text,
.haveQuestionBox .button {
    width: 100%;
    /* max-width: fit-content; */
}

.haveQuestionBox .text .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.haveQuestionBox .text .desc {
    color: rgb(103, 115, 126);
    font-size: 1rem;
    line-height: 1.5rem;
}

.swiper-nav-btn {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: #fff;
    max-width: 40px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: var(--theme-secondary);
    transition: ease 0.25s;
    border-radius: 50%;
}

.specializedServices {
    background-color: rgb(243, 245, 247);
}

.specializedServices .container {
    max-width: 1200px;
}

.specializedServiceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 1.5rem;
}

.specializedServiceCard {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

.specializedServiceCard:hover {
    border-color: rgba(24, 161, 180, 0.3);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.specializedServiceCard .icon {
    max-width: 3rem;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: rgba(24, 161, 180, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-secondary);
    border-radius: 0.5rem;
    font-size: 1.25rem;
}

.specializedServiceCard .data .title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.specializedServiceCard .data .desc {
    color: rgb(103, 115, 126);
    font-size: 1rem;
    line-height: 1.375rem;
}

@media only screen and (max-width:768px) {
    .blog-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .blog-content {
        padding: 0;
    }

    .blog-list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .haveQuestionBox {
        flex-wrap: wrap;
    }

    .specializedServiceGrid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .specializedServiceGrid .specializedServiceCard {
        flex-direction: column;
    }

    .service-page-banner .page-banner-title {
        font-size: 2.5rem;
    }
}