.h2-headings,
.h3-headings {
    border-left: 6px solid #2d80b3
}

.call-to-action,
.faq-heading,
.faq-icon,
.followuson-alignment,
.latest,
.recommended-articles h2,
.subscribe-section {
    text-align: center
}

.cta-container,
.customer-service-kpi-image {
    max-width: 1200px
}

.contents,
html {
    scroll-behavior: smooth
}
.dropdown-toggle {
    background-color: #cae6ff;
    border: none;
    padding: 2% 6%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: background-color .2s;
}
.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-height: 0;
    overflow: auto;
    transition: max-height .3s;
    text-align: center;
}
.dropdown-menu li {
    padding: 1% 4%;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    text-align: left;
}

.call-to-action button,
.cta-section button,
.new-section button {
    background-color: var(--cta-button-bg);
    background-color: var(--cta-button-bg);
    transition: .3s
}

.article,
.article:hover {
    transition: transform .3s, box-shadow .3s
}

:root {
    --light-gray: #f3f9ff;
    --light-blue: #eef2ff;
    --dark-blue: #3b82f6;
    --text-dark: #111827;
    --text-medium: #4b5563;
    --text-light: #374151;
    --background-light: #f3f4f6;
    --background-dark: #111827;
    --link-blue: #1a73e8;
    --highlight-blue: #3498db;
    --hover-blue: #4a8fff;
    --border-color: #2563eb;
    --cta-background: linear-gradient(135deg, #3b82f6, #245db9);
    --cta-hover-background: #3b82f6;
    --cta-button-bg: #ffffff;
    --cta-button-text-color: #3b82f6;
    --cta-button-hover-bg: #3b82f6;
    --cta-button-hover-text-color: white;
    --social-icon-color: #555;
    --social-icon-hover-color: #0073e6;
    --light-hover-bg: #e6eafe
}

.h1-title {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
    color: var(--text-dark);
    color: #000
}

#meta-description,
.h2-headings,
.h3-headings {
    color: var(--text-medium)
}

.article-content h2,
.h2-headings {
    font-size: 28px
}

.h3-headings {
    font-size: 22px;
    margin: 5px 0;
    background-color: #fff;
    padding: 10px 15px
}

.h2-headings {
    background-color: #f0fbff;
    padding: 5px 15px;
    margin: 20px 0
}

.bullet-points,
.paragraphs-content,
h4 {
    color: var(--text-medium);
    margin: 10px 0
}

a svg {
    fill: #333;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: fill .3s
}

a:hover svg {
    fill: #1da1f2
}

h4 {
    font-size: 16px
}

.image img {
    width: 100%;
    max-width: 400px;
    margin-left: 30px
}

.cover-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px
}

.bullet-points,
.paragraphs-content {
    font-size: 18px;
    line-height: 1.8
}

.contents ul li a,
.link {
    color: var(--link-blue);
    text-decoration: none
}

.bullet-points {
    list-style-type: disc;
    padding-left: 3%
}

.customer-service-kpi-image img {
    width: 80%;
    margin-left: 10%
}

.cta-container-section {
    background: linear-gradient(45deg, #e6eff8 0, #f0f4fa 50%, #e6eff8 100%);
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 12px
}

.cta-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.cta-text {
    flex: 1
}

.cta-text h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px
}

.cta-text ul {
    list-style: none;
    padding: 0
}

.cta-text ul li {
    font-size: 16px;
    color: #333;
    line-height: 2
}

.cta-icon {
    margin-right: 10px
}

.cta-button {
    background-color: #0af;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 10px;
    align-items: center;
    margin-left: 5px
}

.cta-button:hover {
    background-color: #08c
}

.cta-image img {
    max-width: 300px
}

.mobile-cta-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .05);
    font-family: sans-serif
}

.article:hover,
.chat-btn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

@media screen and (max-width:768px) {
    .cta-container-section {
        display: none
    }
}

.article-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 2% 4%
}

.background {
    background-color: var(--light-gray);
    padding: 2% 4%
}

.content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px
}

.article-content {
    flex: 1;
    padding: 20px
}

.post-category,
.post-date {
    padding: 5px 8px;
    border-radius: 999px
}

.meta-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
    font-size: 16px
}

.post-date {
    background: var(--background-light);
    color: var(--text-light);
    font-weight: 500
}

.post-category {
    background-color: var(--light-blue);
    color: var(--dark-blue);
    font-weight: 600
}

.description {
    color: var(--text-medium);
    line-height: 1.8;
    font-size: 20px
}

.article-image {
    flex: 1.2;
    max-width: 95%
}

.contents ol,
.contents ul {
    list-style-type: none;
    padding: 0
}

.contents ul li a:hover {
    color: var(--hover-blue)
}

.call-to-action {
    background: url('../images/cta-background.webp');
    width: fit-content;
    margin: 20px auto
}

.call-to-action p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600
}

.call-to-action button {
    color: var(--cta-button-text-color);
    font-size: 16px
}

.chat-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--border-color);
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600
}

.chat-btn:hover {
    background-color: var(--background-dark)
}

.contents {
    position: sticky;
    top: 120px;
    width: 25%;
    padding: 2%;
    height: calc(100vh - 140px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-self: flex-start
}

.content-section {
    gap: 40px;
    width: 95vw;
    margin-top: 32px;
    margin-bottom: 32px
}

.contents::-webkit-scrollbar {
    width: 6px
}

.contents::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.contents::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.contents::-webkit-scrollbar-thumb:hover {
    background: #555
}

.contents h3 {
    font-size: 24px;
    margin: 0;
    color: var(--text-dark)
}

.contents ul {
    list-style-type: none;
    padding-left: 0
}

.contents ul li a {
    font-size: 16px;
    display: block;
    transition: color .3s
}

.contents ul li a.active {
    font-weight: 700;
    color: var(--border-color)
}

.latest p {
    font-size: 16px;
    color: var(--text-medium)
}

.call-to-action {
    background: var(--cta-background);
    color: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px
}

.call-to-action button {
    background-color: var(--cta-button-bg);
    color: var(--cta-button-text-color);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.cta-section,
.new-section {
    padding: 30px;
    border-radius: 15px;
    text-align: center
}

.call-to-action button:hover,
.cta-section button:hover,
.new-section button:hover {
    background-color: var(--cta-button-hover-bg);
    color: var(--cta-button-hover-text-color)
}

.cta-section {
    background: url('../images/cta-background.webp');
    max-width: 300px;
    margin: 20px auto
}

.new-section {
    background: url('../images/cta-background.webp') center center/cover no-repeat;
    width: 95%;
    margin: 14px 0
}

.cta-section h2,
.new-section h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700
}

.new-section p,
h3 {
    color: var(--text-medium);
    font-size: 20px;
    margin-bottom: 25px
}

.cta-section button,
.new-section button {
    color: var(--cta-button-text-color);
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px
}

.gradient-header {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contenthighlights {
    background-color: var(--highlight-blue);
    color: #fff;
    font-weight: 600
}

.contents ul li {
    padding: 6px;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.contents ul li:hover {
    background-color: var(--light-hover-bg);
    color: var(--highlight-blue)
}

.footer-icons-alignment {
    padding: 0
}

.highlight {
    background-color: #f9f9f9;
    border-left: 5px solid var(--dark-blue);
    padding: 10px;
    margin-bottom: 20px;
    font-style: italic
}

.highlight span {
    color: var(--dark-blue);
    font-weight: 700
}

.recommended-articles {
    margin: 0 auto;
    padding: 2% 4%
}

.recommended-articles h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark)
}

.articles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    padding: 0 2%
}

.article {
    border-radius: 12px;
    overflow: hidden;
    padding: 6px
}

.article:hover {
    transform: scale(1.02)
}

.image-container img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
    display: block
}

.card-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.image-container {
    overflow: hidden;
    margin-bottom: 14px
}

.subscribe-section {
    background: linear-gradient(135deg, #f2f9ff, #cfdfec, #f2f9ff);
    padding: 4% 2%
}

.faq-item,
.faq-question {
    background: var(--section-background)
}

.subscribe-heading {
    font-size: 50px;
    font-weight: 800;
    margin: 0 0 1rem
}

.subscribe-container button {
    padding: 1% 2%;
    background-color: var(--dark-blue);
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 999px;
    transition: background .3s, transform .3s
}

.faq-container,
.faq-item {
    border-radius: 8px;
    overflow: hidden
}

.subscribe-container button:hover {
    background-color: var(--border-color);
    transform: scale(1.05);
    transition: background-color .3s, transform .3s
}

.faq-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 20px
}

.faq-heading {
    color: #2c3e50;
    margin-bottom: 2rem;
    font-size: 1.8rem
}

.faq-item {
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.faq-question {
    padding: 0 10px;
    cursor: pointer;
    transition: background-color .2s;
    border: 1px solid var(--section-background);
    border-radius: 10px
}

.faq-question-content {
    display: flex;
    align-items: center
}

.faq-icon {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    min-width: 20px
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s;
    background: var(--section-background)
}

.faq-answer p {
    margin: 0;
    padding: 1.5rem;
    color: var(--text-medium);
    line-height: 1.6
}

.faq-item.active .faq-answer {
    max-height: 500px
}

.find-container {
    width: 46vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 41px;
}

@media (max-width:1920px) and (min-width:1537px) {
    .content-section {
        width: 85vw;
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media (max-width:1024px) and (min-width:640px) {
    .content-section {
        width: 85vw;
        margin-top: 8px;
        margin-bottom: 8px
    }

    .recommended-articles h2 {
        font-size: 32px;
        margin-bottom: 16px
    }
}

@media (max-width:1280px) {
    .social-icons a {
        margin: 0 6px;
        font-size: 14px
    }
}

@media (max-width:1536px) and (min-width:1280px) {
    .meta-tags {
        gap: 10px;
        margin: 6px 0;
        font-size: 14px
    }

    .h1-title {
        font-size: 34px;
        margin: 14px 25px 14px 0
    }

    .description {
        font-size: 16px;
        margin: 6px 27px 6px 0
    }

    .article-section {
        margin-left: 0
    }

    .cta-section button {
        padding: 8px 20px;
        font-size: 12px
    }

    .social-icons a {
        margin: 0 6px;
        font-size: 14px
    }
}

@media (max-width :1536px) and (min-width :1024px) {
    .meta-tags {
        gap: .65rem;
        margin: .4rem 0;
        font-size: .85rem
    }

    .article-section {
        margin-left: 0
    }

    .cta-section button {
        padding: 8px 20px;
        font-size: 12px
    }
}

@media (max-width:1024px) {
    .contents {
        display: none
    }
}

@media (min-width:1280px) {
    .articles {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:860px) and (max-width:1280px) {
    .articles {
        grid-template-columns: repeat(2, 1fr)
    }

    .meta-tags {
        gap: 9px;
        margin: 3px 0;
        font-size: 13px
    }

    .h1-title {
        font-size: 26px;
        margin: 14px 25px 14px 0
    }

    .description {
        font-size: 14px;
        margin: 6px 25px 6px 0
    }

    .article-section {
        margin-left: 0
    }

    .cta-section button {
        padding: 8px 20px;
        font-size: 12px
    }

    .subscribe-section {
        padding: 3rem 1rem
    }

    .subscribe-heading {
        font-size: 32px
    }

    .subscribe-container button {
        font-size: 14px
    }
}

@media (max-width:860px) and (min-width:640px) {
    .h1-title {
        font-size: 28px
    }

    .subscribe-section {
        padding: 3rem 1rem
    }

    .subscribe-heading {
        font-size: 25px
    }

    .subscribe-container button {
        font-size: 13px
    }

    .new-section h2 {
        font-size: 24px;
        margin-bottom: 12px
    }

    .new-section p,
    h3 {
        font-size: 18px;
        margin-bottom: 18px
    }

    .new-section button {
        padding: 10px 18px;
        font-size: 14px
    }
}

@media (max-width:860px) {
    .content-wrapper {
        flex-direction: column-reverse;
        gap: 0
    }

    .articles {
        grid-template-columns: 1fr
    }

    .article {
        font-size: 14px;
        margin: 0 0 5px
    }

    .show-more {
        padding: 2%;
        font-size: .9rem
    }

    .mobile-cta-bar {
        display: flex
    }

    .mobile-cta-bar .cta-image {
        width: 24px;
        height: 24px;
        margin-right: 10px
    }

    .mobile-cta-bar .mobile-cta-text {
        font-size: 16px;
        font-weight: 800;
        color: #333;
        flex-grow: 1;
        word-wrap: break-word
    }

    .mobile-cta-bar .cta-action {
        background-color: #007bff;
        color: #fff;
        text-decoration: none;
        padding: 8px 14px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap
    }
}

@media (max-width:640px) {
    .subscribe-section {
        padding: 2rem 1rem
    }

    .subscribe-heading {
        font-size: 20px;
        margin-top: 0
    }

    .meta-tags,
    .subscribe-container button {
        font-size: 12px
    }

    .description {
        line-height: 1.6;
        font-size: 16px;
        margin: 3px 0
    }

    .h1-title {
        font-size: 22px;
        margin: 2px 0
    }

    .article-content h2 {
        font-size: 20px
    }

    .bullet-points,
    .paragraphs-content {
        font-size: 16px;
        line-height: 1.6
    }

    .new-section h2 {
        margin: 1px 0
    }

    .new-section button {
        padding: 9px 15px;
        border-radius: 30px;
        font-size: 12px
    }

    .content-section {
        width: 92vw;
        margin-top: 16px;
        margin-bottom: 16px
    }

    .recommended-articles h2 {
        font-size: 28px;
        margin-bottom: 6px
    }

    .subscribe-container button {
        padding: 2%
    }
}

@media(max-width:640px) and (min-width:425px) {

    .new-section p,
    h3 {
        font-size: 16px;
        margin: 2px 0
    }

    .new-section {
        width: 83%
    }

    .faq-answer {
        font-size: 14px
    }
}

@media (max-width:425px) {
    h3 {
        font-size: 13px;
        margin: 6px 0 2px
    }

    .faq-answer {
        font-size: 11px
    }

    .new-section {
        width: 77%
    }

    .article-content {
        padding-top: 0
    }

    .h1-title {
        font-size: 20px
    }

    .description {
        font-size: 14px
    }

    .bullet-points,
    .paragraphs-content {
        font-size: 14px;
        line-height: 1.6
    }

    .bullet-points {
        padding-left: 8%;
        margin: 10px 0
    }

    .recommended-articles h2 {
        font-size: 22px;
        margin-bottom: 6px
    }

    .mobile-cta-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        background-color: #fff;
        border-top: 1px solid #ddd;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, .05);
        font-family: sans-serif
    }

    .mobile-cta-bar .cta-image {
        width: 30px;
        height: 30px;
        margin-right: 8px
    }

    .mobile-cta-bar .mobile-cta-text {
        font-size: 14px;
        font-weight: 800;
        color: #333;
        flex-grow: 1;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .mobile-cta-bar .cta-action {
        background-color: #007bff;
        color: #fff;
        text-decoration: none;
        padding: 8px 14px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap
    }

    .h2-headings {
        font-size: 18px
    }

    .h3-headings {
        font-size: 17px;
        color: var(--text-medium)
    }

    .customer-service-kpi-image img {
        width: 100%;
        margin-left: 0
    }
}