#home_screen {
    background-color: #09c3b2;
    background-image: linear-gradient(to right, #029f94, #32d7c5);
}

.card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    background-color: white;
}

.content-blog {
    height: 520px;
}

#our_services {
    margin-top: 100px;
}

#favorite_use_cases {
    margin-top: 130px;
}

#brand_marketer {
    margin-top: 130px;
    margin-bottom: 100px;
}

#detail_blog ul {
    list-style-type: disc !important;
}

#jumbotron_about {
    margin-top: 80px;
}

#another_article {
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
}

.text-header {
    font-weight: 700;
    font-size: 24px;
}

.text-title {
    font-size: 18px;
    font-weight: 500;
}

.text-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
    margin-top: 2px;
}

.text-description {
    font-size: 14px;
    min-height: 60px;
    color: #7c7c7c;
}

.text-about-ourmission {
    font-size: 20px;
    font-weight: 400;
    color: #7C7C7C;
    text-align: center;
}

.text-footer {
    color: #FFFFFF;
    opacity: 50%;
    font-size: 16px;
    font-weight: 400;
}

.text-footer:hover {
    color: white;
    opacity: 100%;
}

.text-footer i:hover {
    color: white;
    opacity: 100%;
}

.lists li a {
    color: #FFFFFF;
    opacity: 50%;
    font-size: 16px;
    font-weight: 400;
}

.lists li a:hover {
    color: white;
    opacity: 100%;
}

#map {
    padding: 60px 0 60px 0;
    background-color: #09c3b2;
    background-image: linear-gradient(#cef9f0, #e4eafc);
    min-height: 600px;
}

#map h3 {
    font-size: 32px;
    font-weight: 600;
}

.section-title {
    font-family: "Inter";
    font-size: 41px !important;
    font-weight: 700;
}

.c-title {
    font-size: 23px;
    font-weight: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 100px;
    -webkit-box-orient: vertical;
}

.brand-marketer {
    height: 40px;
    padding: 5px 15px;
    border: 1px solid #029f94;
    border-radius: 30px;
    margin-bottom: 0px;
}

.img-blog-detail {
    height: 350px;
    width: 960px;
    background-color: black;
    display: flex;
}

.img-blog-detail img {
    width: 100%;
    object-fit: cover;
}

#our_mission {
    margin: 120px 0 120px 0;
}

#our_mission_about {
    margin-top: 120px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 100px;
}

#our_mission .img-wrapper {
    height: 450px;
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.img-wrapper img {
    width: 100%;
    object-fit: fill;
}

.img-wrapper-about {
    height: 450px;
    margin: 0px 5px 0px 5px;
    display: flex;
    justify-content: center;
}

.card-img-top {
    height: 300px !important;
    object-fit: cover;
}

.title-blog-detail {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.title-date-detail {
    font-size: 16px;
    font-weight: 500;
    color: #7C7C7C;
}

.icon-share {
    border-radius: 50%;
    height: 47px;
    width: 47px;
    background-color: #f2f3f3;
    align-items: center;
    justify-content: center;
    display: flex;
}

.list-group .list-group-item.active,
.list-group .list-group-item:active {
    border-radius: 0px !important;
    border-right: 2px solid #09C3B2 !important;
}

.list-group .list-group-item {
    border-radius: 0px !important;
    border-right: 2px solid #DEDEDE !important;
}

.list-group .list-group-item:hover {
    background-color: none !important;
    border-radius: 0px !important;
}

.subtitle-faq {
    font-size: 18px;
    font-weight: 700;
    color: #464646;
}

.start-now {
    height: 600px;
    margin-bottom: 130px;
    background-color: #0B6461;
}

#mymenu {
    justify-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.btn-navbar {
    display: block;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a.active {
    background-color: #09c3b2;
    color: white;
    border: 1px solid #09c3b2;
    box-shadow: 0px 14px 26px -12px #41B9AF6B,
        0px 4px 23px 0px #0000001F,
        0px 8px 10px -5px #41B9AF33;
}

#sidebar_wrapper {
    width: 250px;
    position: fixed;
    height: 200px;
    margin-top: -10px;
    background-color: white;
    overflow-y: auto;
    z-index: 1000;
}

.faq {
    cursor: pointer;
}

.accordion .header:after {
    font-family: 'FontAwesome';
    content: "\f057";
    float: right;
}

.accordion .header.collapsed:after {
    content: "\f067";
}

.terms-of-service,
.privacy-policy,
.faq {
    margin-top: 0px;
}

.terms-of-service card,
.privacy-policy card,
.faq card {
    width: 100%;
}

.terms-of-service ul,
.privacy-policy ul,
.faq ul {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
}

#scrollToTopBtnContainer {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

#scrollToTopBtn {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #09C3B2;
    color: white;
    padding: 10px 16px;
    border: none;
    border-color: #09C3B2;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    width: 50px;
    height: 50px;
}

#scrollToTopBtn:hover {
    background-color: #17928e;
}

.line-break-footer {
    height: 1px;
    background-color: #FFFFFF;
    opacity: 10%;
    margin-top: 30px;
    margin-bottom: 60px
}

.fs-20 {
    font-size: 20px;
}

.text-primary-700 {
    color: #067F77;
}

.text-primary-800 {
    color: #0B6461;
}

#jumbotron_section {
    min-height: 589px;
    background-color: #09c3b2;
    background-image: linear-gradient(to right, #029f94, #32d7c5);
    align-items: center;
    vertical-align: middle;
}

#brand {
    min-height: 249px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}

#brand .container-fluid {
    padding: 0;
}

#brand .d-flex {
    flex-direction: row;
    /* Explicitly ensure horizontal layout */
    flex-wrap: nowrap;
    /* Prevent images from wrapping */
}

#brand img {
    display: block;
    max-width: 139px;
    height: 73px;
    margin: 10px;
    height: auto;
}

#section_3 {
    min-height: 711px;
    background-color: #FFFFFF;
}

#section_4 {
    min-height: 580px;
    padding: 20px 60px;
    background: linear-gradient(180deg, #CEF9F0 0%, #E4EAFC 100%);
}

.bg-primary-50 {
    background-color: #EAFAF7;
}

.bg-primary-500 {
    background-color: #09C3B2;
}

.bg-yellow-50 {
    background-color: #FDF9ED;
}

.text-yellow-400 {
    color: #ECB74B;
}

.text-primary-500 {
    color: #09C3B2;
}

.text-grey-500 {
    color: #7A8385;
}

.text-base-400 {
    color: #989898;
}

.text-base-800 {
    color: #464646;
}

.text-base-900 {
    color: #292929;
}

.text-red-800 {
    color: rgb(246, 20, 20);
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-26 {
    font-size: 26px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.btn-start-free {
    font-size: 16px;
    font-weight: 500;
    width: 137px;
    height: 47px;
    border: 0px;
    border-radius: 8px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.icon-hero img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.244);
    margin-right: 5px;
}

.profile-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.card-frame {
    margin: 0 20px;
    padding: 40px 24px;
    width: 100%;
    max-width: 406px;
    min-height: 400px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}

.card-frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.badge-brandboss {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: auto;
    border-radius: 8px;
    padding: 4px 12px;
    height: auto;
    white-space: nowrap;
}

.circle-check {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.text-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.text-three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.text-four-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.btn-prev-next {
    width: 56px;
    height: 36px;
    padding: 10px 20px;
    border-radius: 9999px;
    border: 1px solid #DEDEDE;
    opacity: 1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #09C3B2;
    transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn-prev-next:hover {
    background-color: #09C3B2;
    border-color: var(--HoverBorderColor, #ccc);
    color: white !important;
    opacity: 1;
}

.btn-prev-next.disabled {
    background-color: white;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
    color: grey;
}

.btn-prev-next.disabled:hover {
    background-color: #DEDEDE;
    border-color: #DEDEDE;
    color: white;
}