/* single post */
.vti-single.blog-single h1{
    font-size: 64px;
    line-height: 96px;
    letter-spacing: 2.56px;
    color: #272E4E;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 18px;
}

/* h2 style */
.vti-single.blog-single h2 {
    position: relative;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1.44px;
    color: #272E4E;
    font-weight: 700;
    background: #F9FAFB;
    padding-left: 12px;
    margin-top: 56px;
    margin-bottom: 56px;
}

.vti-single.blog-single h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;            
    width: 4px;           
    background-color: #0873D6;
    border-radius: 2px; 
}

.vti-single.blog-single h3 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.6px;
    color: #272E4E;
    font-weight: 700;
}

.vti-single.blog-single h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    color: #272E4E;
    font-weight: 700;
}

.vti-single.blog-single h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #272E4E;
    font-weight: 700;
}

.vti-single.blog-single.vti-single-ja h5 {
    line-height: 40px;
}

.vti-single.blog-single .explore_news_item p {
    color: #272E4E;
}

.vti-single.blog-single .explore_news_item h5 a {
    color: #272E4E;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.6px;
    font-weight: 700;
}

.vti-single.blog-single p, .vti-single.blog-single li{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.vti-single.blog-single p {
    margin-bottom: 56px;
}

.vti-single.blog-single.vti-single-ja p, .vti-single.blog-single.vti-single-ja li {
    line-height: 40px;
    font-weight: 400;
}

.vti-single.blog-single.vti-single-ja .explore_news_item span {
    line-height: 40px;
    font-weight: 400;
}

.explore_news_item span {
    color: #272E4E;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.vti-single.blog-single .blog-gated-content__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    color: #272E4E;
    font-weight: 700;
    margin-bottom: 8px;
}

/* table style */

.entry-content.single-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 56px;
    margin-bottom: 41px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 0;
    
}

.entry-content.single-page table tr:first-child {
    background: #0858D6;
}

.entry-content.single-page table tr:first-child td{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    text-align: center;
}

.vti-single-ja .entry-content.single-page table tr:first-child td {
    line-height: 40px;
    font-weight: 400;
}

.entry-content.single-page table tr:not(:first-child) td {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.vti-single-ja .entry-content.single-page table tr:not(:first-child) td {
    line-height: 40px;
    font-weight: 400;
}

.entry-content.single-page table tr:not(:first-child) td:nth-child(odd) {
    background-color: #F4F6FC;
}

.entry-content.single-page table tr:not(:first-child) td:first-child {
    font-weight: 700;
}

.entry-content.single-page table th,
.entry-content.single-page table td {
    padding: 18px 17px;
    border: 1px solid #D0D5DD;
}

.custom-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0873d6, #0835d6);
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 16px 0;
    margin-bottom: 16px;
}

.custom-cta-button:hover {
  filter: brightness(85%);
}

.custom-cta-button img {
  margin-right: 10px;
  vertical-align: middle;
}

.custom-quote-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 10px 0px #b1b1b163;
    padding: 24px 40px;
    margin-bottom: 24px;
    font-size: 16px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-quote-box .quote-icon {
    position: absolute;
    left: 30px;
    opacity: 1;
    z-index: 0;
}

.custom-quote-box .quote-title {
    color: #0873d6;
    margin: 45px 0;
    font-size: 40px !important;
    font-weight: 700;
}

.custom-quote-box .quote-text {
    margin-bottom: 20px;
    font-size: 16px !important;
    color: #272e4e;
}

.custom-quote-box .quote-link {
    color: #01b3ff !important;
    text-decoration: none !important;
    font-weight: 400;
}

.custom-quote-box .quote-title,
.custom-quote-box .quote-text,
.custom-quote-box .quote-link {
    position: relative;
    z-index: 1;
    padding-left: 24px;
}

.navigation-banner-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    padding: 16px 24px;
    margin-bottom: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 10px 0 #b1b1b163;
    flex-wrap: wrap;
}

.navigation-icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background-color: #02c2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-icon-wrap img {
    width: 32px;
    height: 32px;
    filter: invert();
}

.navigation-banner-content {
    flex: 1;
    min-width: 200px;
}

.navigation-banner-title {
    font-weight: 600;
    color: #272e4e;
}

.navigation-banner-text {
    margin: 0;
    font-size: 16px !important;
    color: #555;
}

.navigation-banner-button {
    flex-shrink: 0;
}

.cta-navigation-button {
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-navigation-button:hover {
    filter: brightness(85%);
}

.social {
    margin-left: -100px;
    margin-bottom: -210px;
    top: 250px;
    position: sticky;
    background: #ffffff;
    box-shadow: 0 4px 10px 0 #b1b1b163;
    border-radius: 10px;
    width: 84px;
    max-height: max-content;
    padding: 24px 12px;
}
.social li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}
.social img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
/*Header Retail*/
.header-bottom-retail{
    height: 74px;
    background: #058EFA;
    padding: 24px 0;
    position: relative;
    display: flex;
}
.header-bottom-retail .logo-retail{
    flex-basis: 10%;
}
.header-bottom-retail nav{
    flex-basis: 90%;
}
.menu-retail{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    list-style: none;
    justify-content: end;
}
.menu-retail li.menu-item-has-children, .menu-retail li{
    position: relative;
    margin: 0;
}
.menu-retail .sub-menu{
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99;
}

ul.menu-retail li a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    padding-bottom: 4px;
}
ul.menu-retail .sub-menu li a{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FCFCFD;
    letter-spacing: 0;
}
.menu-retail .sub-menu li a:hover{
    border-bottom: 1px solid #FFF;
}
.dropdown-menu-mobile {
    display: none;
}
.logo-retail a.hidden {
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: block  !important;
}

.logo-retail a.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gc-card{
    display:flex; 
    gap: 20px; 
    align-items:flex-start;
    padding:16px 18px; 
    border:1px solid #f3e6dc;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    max-width: 820px;
}
.gc-card__thumb{
    flex:0 0 120px; 
    width:120px; 
    height:120px; 
    overflow:hidden;
    background:#eee;
}
.gc-card__thumb img{
    width:100%; 
    height:100%; 
    object-fit:cover; 
    display:block;
}
.gc-card__body{
    display:flex; 
    flex-direction:column; 
    gap: 8px; 
    align-items:flex-start;
}
.gc-card__title{
    margin:0; 
    text-transform:uppercase; 
}
.gc-card__description{
    margin:0; 
    font-weight:700; 
}
.gc-card__btn:hover{ 
    filter: brightness(1.15); 
}

.popupVTI.w-full {
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
}

.popupVTI img.w-full {
    width: auto;
    height: auto;
    object-fit: cover;
}

div.gc-card a.gc-card__btn {
    display:inline-block; 
    text-decoration:none; 
    color:#fff; 
    font-weight:700;
    background:#ff5a00; 
    padding:10px 16px; 
    border-radius:8px;
    box-shadow:0 2px 0 rgba(0,0,0,.08);
}

.blog-gated-content {
    background: linear-gradient(73.53deg, #FFFFFF 35.64%, #CDE5FF 128.18%);
    box-shadow: 0px 1px 8px 6px #0050AE0D;
    padding: 55px 60px 55px 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 56px;
}

.blog-gated-content p {
    margin: 0;
}

.blog-gated-content__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-gated-content__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    color: #272E4E;
    font-weight: 700;
}

.blog-gated-content__description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    margin-bottom: 22px !important;
}

.blog-gated-content__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #0050AE;
    border: 0.5px solid #01B3FF;
    padding: 7px 30px;
    width: fit-content;
}

.blog-gated-content__btn span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
}

.blog-gated-content__thumb {
    max-width: 216px;
    max-height: 216px;
}

.blog-solution-box {
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    border: 0.5px solid #01B3FF;

}

.blog-solution-box__content {
    background: linear-gradient(96.69deg, #FFFFFF 24.47%, #EBF3FE 61.67%);
    border-right: none;
    padding: 53px 25px;
}

.blog-solution-box__content .blog-solution-box__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    color: #272E4E;
    font-weight: 700;
}

.vti-single .blog-solution-box__content .blog-solution-box__description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    margin-bottom: 0;
}

.vti-single-ja .blog-solution-box__content .blog-solution-box__description {
    line-height: 40px;
    font-weight: 400;
}

.blog-solution-box__thumbnail {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 29px 25px 29px;
    align-items: center;
}

.blog-solution-box__image {
    width: 300px;
    height: 182px;
}

.blog-solution-box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-solution-box__button {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #0050AE;
    padding: 7px 46px;
    width: fit-content;
}
.blog-solution-box__button span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-weight: 700;
}

.blog-solution-box__content p {
    margin: 0;
}

/* CSS */
.read-more-card {
    position: relative;
    width: 100%;         
    background: #fff;
    border: 1px solid #e5e7eb; 
    padding: 28px 24px 24px;
    margin-bottom: 56px;
    margin-top: 56px;
}

.read-more-card__badge {
    position: absolute;
    top: -25px;
    left: 25px;
    padding: 8px 16px;
    background: #0050AE;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    color: #FFFFFF;
}

.read-more-card__link {
    display: inline;
    color: #1890FF !important;
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.6px;
}

.read-more-card__link:hover {
    text-decoration: none;
}

/* blog cta */
.blog-cta {
    display: flex;
    justify-content: center;
    margin-top: 56px;
    margin-bottom: 56px;
}

.blog-cta-button {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: #0050AE;
    padding: 7px;
    width: 432px;
}
.blog-cta-button__text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-weight: 700;
}

.vti-single-ja .blog-cta-button__text {
    line-height: 40px;
}

.blog-cta-button svg {
    width: 24px;
    height: 24px;
}

.blogs-quote {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 56px;  
    margin-bottom: 56px;
    padding: 36px 0;
    border-top: 1px solid #D0D5DD;
    border-bottom: 1px solid #D0D5DD;
    position: relative;
}

.blogs-quote__quote-icon {
    position: absolute;
    transform: translate(50%, -165%);
    width: 57px;
    height: 42px;
    fill: #98A2B3;
    z-index: 1;
}

.blogs-quote__quote {
    background: #DDEEFF;
    padding: 30px 52px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}

.vti-single-ja .blogs-quote__quote {
    line-height: 40px;
    font-weight: 400;
}

.blog-single.vti-single .list-breadcrumb {
    margin-left: 0px;
}

.list-breadcrumb a,
.blog-single.vti-single .list-breadcrumb span,
.blog-single.vti-single .list-breadcrumb span a{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    &:hover {
        color: #272E4E;
    }
}

.vti-single-ja .list-breadcrumb a,
.vti-single-ja.blog-single.vti-single .list-breadcrumb span,
.vti-single-ja.blog-single.vti-single .list-breadcrumb span a {
    line-height: 40px;
    font-weight: 400;
}

.blog-single.vti-single .list-breadcrumb span {
    margin-left: 0;
    margin-right: 0;
}

.blog-single.vti-single .list-breadcrumb .breadcrumb span,
.blog-single.vti-single .list-breadcrumb span span {
    margin-left: 12px;
    margin-right: 12px;
}

.blog-single.vti-single .list-breadcrumb span span:first-child {
    margin-left: 0;
}

.post-date-share {
    padding-bottom: 56px;
    border-bottom: 1px solid #D0D5DD;
    margin-top: 56px;
}

.social-share {
    display: flex;
    gap: 41px;
}

/* Table of contents */

#ez-toc-container {
    background: #FFFFFF;
    border: 0.5px solid #D0D5DD;
    border-radius: 0;
    padding: 19px 18px;
}

#ez-toc-container a {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.ez-toc-title-container {
    margin-bottom: 12px;
}

div#ez-toc-container .ez-toc-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #272E4E;
    font-weight: 500;
}

.vti-single-ja div#ez-toc-container .ez-toc-title {
    line-height: 40px;
    font-weight: 400;
}

#ez-toc-container .ez-toc-js-icon-con {
    border: none;
}

.ez-toc-icon-toggle-span svg:first-child {
    width: 24px;
    height: 24px;
    color: #1890FF !important;
}

.ez-toc-icon-toggle-span svg:nth-child(2) {
    display: none;
}

.blog-post-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 50px;
}

.blog-post-tags .title-tag{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.vti-single-ja .blog-post-tags .title-tag {
    line-height: 40px;
    font-weight: 400;
}

.case_study_tags.blog-post-tags .post-tags{
    margin-top: 10px;
}
.blog-post-tags  .post-tags{
    display: inline-block;
}
.category-tags.blog-post-tags .post-tags a{
    font-size: 12px;
}
.blog-post-tags .post-tags li{
    margin: 0;
}
.blog-post-tags .post-tags a{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    padding: 4px 10px;
    background: #F2F4F7;
    border-radius: 20px;
    margin-right: 12px;
    float: left;
}

.vti-single-ja .blog-post-tags .post-tags a {
    line-height: 40px;
    font-weight: 400;
}

.blog-post-tags .post-tags a:hover{
    background: #565E64;
    color: #F2F4F7;
}

.explore_news_item .img.img-explore-news {
    border-radius: 0;
}

.content-container {
    padding-left: 97px;
    padding-right: 97px;
    border-bottom: 1px solid #D0D5DD;
}

#formEbook {
    background: linear-gradient(180deg, #DEEEFF 21.15%, #FFFFFF 52.4%);
    padding: 16px 75px;
    position: relative;
}

#formEbook span.wpcf7-form-control-wrap[data-name="email"]::before {
    content: url('../images/mail.svg');
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(60%, 80%);
}

#formEbook button.pum-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #fff;
    background-image: url("../images/popup-close.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: background-color 0.2s, transform 0.2s;
}

#formEbook h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #272E4E;
    margin-top: 26px;
    margin-bottom: 8px;
    letter-spacing: 0.48px;
    text-align: center;
}

#formEbook h4::before {
    content: url('../images/ebook.svg');
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

#formEbook .ebook__description {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 400;
    text-align: center;
    margin-bottom: 18px;
}

.ebook__submit-btn {
    background: #0050AE !important;
    border: 0 !important;
    outline: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF, 0px 0px 0px 0px #000000 !important;
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1) !important;
    width: 100% !important;
    margin-bottom: 0px !important;
    text-transform: none !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0.6px !important;
    padding: 8px 16px !important;
    min-height: auto !important;
    height: auto !important;
    text-align: center !important;
}

#formEbook .wpcf7-email.input_label {
    position: relative;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 11px 0 11px 50px !important;
    outline: none !important;
    background-color: transparent !important;
    border: 1px solid #D0D5DD !important;
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1) !important;
    margin-bottom: 0px;
    height: 62px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0.6px !important;
    font-weight: 400 !important;
}

#formEbook hr {
    margin-left: -75px;
    margin-right: -75px;
    width: calc(100% + 150px);
    border: none;
    border-top: 1px solid #5c5c5c;
}

.post-date-share p {
    margin-bottom: 0 !important;
}

.pause-icon { 
    display: none; 
}

.voice-container {
    padding-bottom: 38px;
    border-bottom: 1px solid #D0D5DD;
    margin-top: 56px;
    margin-bottom: 68px;
}

.voice-container p {
    margin-bottom: 38px !important;
}

.voice-label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.custom-audio-player {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13.5px 19px;
    background: #EFF0F6;
    max-width: 100%;
}

.play-btn {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1e88e5;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.play-btn:hover {
    background: #1565c0;
}

.play-btn svg {
    width: 16px;
    height: 16px;
    color: white;
}

.current-time,
.total-time {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: #D9DBE9;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.progress-fill {
    height: 100%;
    background: #1e88e5;
    border-radius: 4px;
    width: 0%;
    pointer-events: none;
    transition: width 0.1s linear;
}

.progress-slider {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(-50%);
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.progress-slider::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.casestudy-result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px;
    margin-top: 56px;
    margin-bottom: 56px;
}

span.casestudy-result__title {
    font-size: 72px;
    line-height: 108px;
    letter-spacing: 0px;
    color: #0050AE;
    font-weight: 700;
    text-align: center;
}

.casestudy-result__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

p.casestudy-result__description {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #565E64;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.casestudy-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 44px;
    margin-bottom: 56px;
    position: relative;
    background: linear-gradient(84.95deg, #FFFFFF 53.15%, #CDE5FF 96.67%);
}

.casestudy-download::before {
    content: url('../images/casestudy_pointer.svg');
    position: absolute;
    transform: translate(-90%, 0%);
}

.casestudy-download__content {
    display: flex;
    flex-direction: column;
    padding-left: 53px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.casestudy-download__title {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1.44px;
    color: #272E4E;
    font-weight: 700;
    margin-bottom: 0;
}

.vti-single.blog-single p.casestudy-download__description {
    margin-bottom: 25px;
    margin-top: 8px;
}

.casestudy-download__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: #0050AE;
    padding: 7px 12px;
    width: fit-content;
}

.casestudy-download__btn span {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    font-weight: 700;
}
.casestudy-download__btn svg {
    width: 24px;
    height: 24px;
}

.casestudy-download__images {
    padding: 16px 76px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../images/casestudy_result_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.casestudy-download__logo {
    height: 110px;
    width: 200px;
    object-fit: contain;
    background-color: transparent;
}

.casestudy-download__image {
    max-height: 203px;
    max-width: 324px;
    object-fit: contain;
}

.casestudy-overview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}


.casestudy-overview__client-container {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.casestudy-overview__project-container {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.cs-links-list a.cs-link {
    margin-bottom: 26px;
    display: inline-block;
}

.casestudy-info span {
    font-weight: 700;
    color: #565E64;
}

.entry-content.single-page a.cs-link {
    color: #1890FF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    text-decoration-style: solid;
}

.vti-single.blog-single p.casestudy-info {
    margin-bottom: 0;
}

.vti-single.blog-single .casestudy-overview h4 {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
    color: #272E4E;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 8px;
}

.vti-single.blog-single .casestudy-overview h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background-color: #0050AE;
    border-radius: 2px;
}

.vti-tail-gate {
    position: relative;
}

.vti-tail-gate .vti-tail-gate__content.is-locked {
    max-height: 300px;
    overflow: hidden;
}

.vti-tail-gate .vti-tail-gate__content.is-locked::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
}

.vti-tail-gate.unlocked .vti-tail-gate__content.is-locked {
    max-height: none;
    overflow: visible;
}

.vti-tail-gate.unlocked .vti-tail-gate__content.is-locked::after {
    display: none;
}

.vti-tail-gate.unlocked .vti-tail-gate__veil {
    display: none;
}

.vti-tail-gate__veil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 108px;
}

.vti-tail-gate__title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.6px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.vti-tail-gate__title::after {
    content: url('../images/casestudy_pointer.svg');
    position: absolute;
    transform: translate(-86%, -36%);
}

/* Form Content Lock */
#formContentLock {
    padding: 34px 36px;
    background: #F2F4F7;
}

#formContentLock label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #272E4E;
    font-weight: 400;
}

#formContentLock input {
    background-color: #ffffff;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
}

#formContentLock input[type="checkbox"]+span {
    font-size: 14px;
    line-height: 21px;
    color: #565E64;
    font-weight: 400;
    letter-spacing: 0.28px;
}

#formContentLock .form-group p {
    margin-bottom: 0;
}

#formContentLock .ebook__submit-btn {
    border-radius: 0;
    margin: 0;
}

.ebook__submit-btn>span {
    position: relative;
}

.ebook__submit-btn>span::after {
    content: url('../images/arrow-up-right.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    transform: translate(20%, 15%);
}

/* Ô checkbox */
#formContentLock input[type="checkbox"] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color: #565E64;   /* nền xám */
    border-radius: 0;
    position: relative;          /* để ::after bám vào */
    cursor: pointer;
    transform: translateY(5px);
}

/* Tick trắng */
#formContentLock input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 4px;        /* đẩy vào trong cho có khoảng trống */
    top: 5px;
    width: 9px;       /* chiều dài tick */
    height: 5px;      /* chiều cao tick */
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-45deg) scale(0);  /* ẩn lúc chưa check */
    transform-origin: center;
    transition: transform 120ms ease-in-out;
}

/* Khi được check → hiện tick */
#formContentLock input[type="checkbox"]:checked::after {
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    transform: rotate(-45deg) scale(1);
}

.section_banner_animate .section_banner_title.vi_title {
    font-family: "SF Pro Display Bold";
}

@media screen and (min-width: 769px) {
    .menu-retail > li:hover > a:not(.sub-menu) {
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }
    .menu-retail li:hover ul.sub-menu {
        top: 30px;
        left: 0;
        margin: 0;
        list-style: none;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: 600px;
        background: #058EFAE5;
        padding: 52px 70px;
        transform: translate(-35%, 0);
    }
}

@media screen and (max-width: 1500px) {
    .social {
        margin-bottom: 0;
        margin-left: 0;
        position: static;
        width: max-content;
        height: auto;
        display: flex;
        align-items: center;
        padding: 12px 24px;
        gap: 12px;
    }
}

@media (max-width: 768px){
    .casestudy-overview {
        grid-template-columns: repeat(1, 1fr);
        gap: 56px;
    }
    .vti-tail-gate__veil {
        flex-direction: column;
    }
    .casestudy-download::before {
        transform: translate(0%, 0%);
    }
    .casestudy-download {
        flex-direction: column;
        background: linear-gradient(174.11deg, #FFFFFF 4.69%, #CDE5FF 76.75%);
    }
    .casestudy-download__content {
        padding: 0;
        padding-bottom: 40px;
    }
    .casestudy-result {
        grid-template-columns: repeat(1, 1fr);
    }
    .casestudy-result__item {
        align-items: flex-start;
    }
    #formEbook {
        padding: 16px 24px;
    }
    .blog-gated-content {
        padding: 20px 16px;
        gap: 37px;
    }
    .blog-gated-content__btn {
        width: 100%;
        justify-content: center;
    }
    .read-more-card {
        margin-bottom: 48px;
    }
    .entry-content.single-page table {
        margin-top: 28px;
        margin-bottom: 56px;
    }
    .blog-cta-button {
        margin-top: 28px;
        margin-bottom: 56px;
    }
    .blogs-quote {
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .table-responsive{
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .post-date-share p {
        margin-bottom: 0px;
    }
    .vti-single.blog-single h1 {
        font-size: 36px;
        line-height: 54px;
        letter-spacing: 1.44px;
        color: #272E4E;
        font-weight: 700;
        margin-top: 56px;
        margin-bottom: 26px;
    }
    .content-container {
        padding-left: 0;
        padding-right: 0;
    }
    .post-date-share {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 18px;
    }
    .blog-solution-box {
        flex-direction: column;
        margin-top: 56px;
        margin-bottom: 34px;
    }
    .blog-solution-box__thumbnail {
        order: 1;
    }
    .blog-solution-box__content {
        order: 2;
    }
    .blog-gated-content {
        flex-direction: column;
    }
    .dropdown-menu-mobile {
        display: block;
    }
    .header-bottom-retail{
        padding: 18px 0;
    }
    .header-bottom-retail .logo-retail {
        flex-basis: 100%;
    }
    .logo-retail {
        width: 100%;
    }

    .header-bottom-retail nav {
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
        display: none;
        position: absolute;
        top: 54px;
        left: 0;
    }

    .menu-retail {
        flex-direction: column;
        align-items: flex-start;
        background: #058EFAE5;
        padding: 18px 0 14px 0;
        gap: 14px;
    }

    .menu-retail>li {
        padding: 0 13px 0 16px;
        width: 100%;
    }

    .menu-retail>li>a {
        font-weight: 500;
        font-size: 18px;
    }

    .sub-menu>li>a {
        font-size: 14px;
    }

    .menu-retail a {
        text-decoration: none;
    }

    .menu-item>.sub-menu {
        display: none;
        gap: 14px;
        position: static;
        list-style-type: none;
        width: 100%;
        margin: 0;
    }

    .dropdown-menu-mobile.active > img {
        transform: rotate(90deg);
        transition-duration: 500ms;
    }

    .menu-retail>.menu-item-has-children>a::after {
        content: url("../images/chevron-right.svg");
        transition-duration: 500ms;
    }

    .menu-retail>.menu-item-has-children.active>a::after {
        transform: rotate(90deg);
        transition-duration: 500ms;
    }

    .menu-retail>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
    }
    .menu-retail li.active .sub-menu {
        list-style-type: none;
        position: relative;
        left: 0;
    }
    .menu-retail li.active .sub-menu li{
        padding: 9px 0;
    }
    .menu-retail > li:hover > a:not(.sub-menu){
        border-bottom: none;
    }
    .gc-card{ 
        flex-direction: column;
    }
    .popupVTI.w-full{
        width: 80%;
    }
    .popupVTI img.w-full{
        width: auto;
        height: auto;
    }
}