#home.full-home {
    width: 100%;
    height: calc(100vh - 76px);
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #fff;
}

#home.full-home picture {
    display: block;
    width: 100%;
    height: 100%;
}

#home.full-home .home-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
}

#home.full-home .home-scroller {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 5;
}

@media (max-width: 767.98px) {
    #home.full-home {
        height: auto;
        min-height: 0;
    }

    #home.full-home picture {
        height: auto;
    }

    #home.full-home .home-banner-image {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    #home.full-home .home-scroller {
        bottom: 8px;
    }
}

.branch-page .section-heading {
    max-width: 850px;
    margin: auto;
}

.branch-page .seo-card {
    padding: 30px;
    height: 100%;
    background: #fff;
    border-top: 3px solid #1f66d1;
    transition: .25s;
}

.branch-page .seo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.branch-page .seo-card i {
    font-size: 34px;
    color: #1f66d1;
}

.branch-page .seo-card ul {
    padding-left: 20px;
    color: #555;
}

.branch-page .seo-card li {
    margin-bottom: 7px;
}

.branch-page .industry-card {
    padding: 35px;
    height: 100%;
    min-height: 205px;
    border: 1px solid rgba(0, 0, 0, .08);
}

.branch-page .framework-no {
    width: 44px;
    height: 44px;
    min-width: 44px;
}

.branch-page .hero {
    padding: 90px 0;
}

.branch-page .ranking-banner {
    padding: 28px 0;
}

.branch-page .faq .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.branch-page .faq .accordion-button {
    padding: 20px 5px;
    font-weight: 600;
    color: #111;
    box-shadow: none;
}

.branch-page .faq .accordion-body {
    padding: 0 5px 20px;
    color: #555;
}

.branch-page .hero-image {
    width: 100%;
    overflow: hidden;
}

.branch-page .hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767.98px) {
    .branch-page .hero {
        padding: 60px 0;
    }

    .branch-page .industry-card {
        min-height: auto;
    }
}


/* =========================================
   Blog Detail Page
========================================= */

.blog-detail-header {
    padding-top: 90px;
    padding-bottom: 70px;
}

.blog-breadcrumb {
    font-size: 13px;
    color: #888;
}

.blog-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.blog-breadcrumb span {
    margin: 0 5px;
}

.blog-detail-header h1 {
    font-size: 44px;
    line-height: 1.25;
}

.blog-detail-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #777;
}


/* =========================================
   Article
========================================= */

.blog-detail {
    padding: 35px;
    border: 1px solid #eeeeee;
}

.blog-detail-image {
    overflow: hidden;
}

.blog-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-detail-meta {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.blog-detail-content {
    color: #666;
    font-size: 16px;
    line-height: 1.85;
}

.blog-detail-content p {
    margin-bottom: 20px;
}

.blog-detail-content h2 {
    color: #111;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 45px;
    margin-bottom: 18px;
}

.blog-detail-content h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 12px;
}

.blog-detail-content ul,
.blog-detail-content ol {
    padding-left: 25px;
    margin-bottom: 22px;
}

.blog-detail-content li {
    margin-bottom: 8px;
}


/* =========================================
   FAQ
========================================= */

.blog-faq {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}

.blog-faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.blog-faq-item h3 {
    margin-top: 0;
    font-size: 18px;
}

.blog-faq-item p {
    margin-bottom: 0;
}


/* =========================================
   Share
========================================= */

.blog-share {
    border-top: 1px solid #eeeeee;
}

.blog-social-share {
    display: flex;
    gap: 8px;
}

.blog-social-share li {
    display: inline-block;
}

.blog-social-share li a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    color: #444;
    text-decoration: none;
    transition: all .2s ease;
}

.blog-social-share li a:hover {
    color: #fff;
    background: #43b9b5;
    border-color: #43b9b5;
}


/* =========================================
   Sidebar
========================================= */

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-sidebar-box {
    padding: 28px;
    border: 1px solid #eeeeee;
}

.blog-sidebar-box h5 {
    margin-bottom: 15px;
}

.blog-sidebar-box p {
    color: #777;
    line-height: 1.7;
}


/* =========================================
   Sidebar Blogs
========================================= */

.sidebar-blog-item {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.sidebar-blog-item img,
.sidebar-blog-placeholder {
    width: 85px;
    height: 65px;
    object-fit: cover;
    flex-shrink: 0;
}

.sidebar-blog-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    color: #43b9b5;
    font-size: 25px;
}

.sidebar-blog-item h6 {
    margin: 5px 0 0;
    line-height: 1.4;
}

.sidebar-blog-item h6 a {
    color: #111;
    text-decoration: none;
}

.sidebar-blog-item h6 a:hover {
    color: #43b9b5;
}

.sidebar-blog-item span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}


/* =========================================
   Categories
========================================= */

.blog-categories li {
    border-bottom: 1px solid #eeeeee;
}

.blog-categories li:last-child {
    border-bottom: 0;
}

.blog-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #555;
    text-decoration: none;
}

.blog-categories a:hover {
    color: #43b9b5;
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 991px) {

    .blog-detail-header {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .blog-detail-header h1 {
        font-size: 34px;
    }

    .blog-detail {
        padding: 25px;
    }

    .blog-sidebar {
        position: static;
    }

}


@media (max-width: 575px) {

    .blog-detail-header h1 {
        font-size: 28px;
    }

    .blog-detail-intro {
        font-size: 15px;
    }

    .blog-detail {
        padding: 18px;
    }

    .blog-detail-content {
        font-size: 15px;
    }

    .blog-detail-content h2 {
        font-size: 24px;
    }

    .blog-detail-content h3 {
        font-size: 18px;
    }

    .blog-sidebar-box {
        padding: 20px;
    }

}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    color: #171717;
}

p {
    color: #555;
    font-weight: 400;
}

h1,
h2 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

.card h3,
.card h4,
.card h5,
.card h6 {
    color: #181818;
    font-weight: 700;
}

.card p {
    color: #555;
}

.business-value-section h2,
.business-value-section h3,
.business-value-section h4,
.business-value-section h5,
.business-value-section h6,
.business-value-section p {
    color: #fff;
}


.bg-blue p,
.bg-teal p,
.bg-green p,
.bg-orange p,
.bg-red p,
.bg-purple p,
.bg-primary p,
.bg-info p,
.bg-success p,
.bg-danger p {
    color: #fff !important;
}


.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-teal h1,
.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal h5,
.bg-teal h6,
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6 {
    color: #fff !important;
}