.cms-page-wrapper.fp-scrollable {
    overflow: visible;
}
.main-content-wrapper {
    background-color: #ffffff;
    position: relative;
}
.main-content-wrapper::before {
    content: '';
    background: url("../images/cases/minidisc/banner-bottom1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    top: -90px;
}
.page-container {
    max-width: 1280px;
    padding: 0px 24px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
/* new landing page like minidisc */
.fixed-banner-landingpage {
    position: sticky;
    left: 0;
    top: -400px;
    width: 100%;
    height: min-content;
    z-index: -1;
}
.banner-top {
    display: flex;
    padding: 96px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 140px;
    flex: 1 0 0;
    align-self: stretch;
    position: relative;
}

.banner-top .page-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 140px;
    flex: 1 0 0;
    align-self: stretch;
    margin-bottom: 96px;
}

.banner-bottom-bg {
    background: url("../images/cases/minidisc/banner-bottom1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -1px;
    display: none;
}
.minidisc-top-bg {
    background: url("../images/cases/minidisc/section-cases-hero.jpg");
    background-size: cover;
    color: #fff;
    background-position: center;    
    background-repeat: no-repeat;
    height: 100%;
}
.border-bg {
    display: flex;   
    flex-direction: column;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
    min-height: 129px;  
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;  
}
.bg-style1 {
    background: #fff url("../images/cases/minidisc/line-bg1.png");    
}
.bg-style2 {
    background: #fff url("../images/cases/minidisc/line-bg2.png");    
}
.section-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}
.section-top .small-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;   
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing:3px;
    text-transform: uppercase;
}
.section-top .section-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    letter-spacing: -2px;
    max-width: 1002px;
}
.section-bottom {
    display: flex;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.section-bottom h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    margin-bottom: 32px;
}
.logo-section {
    display: flex;
    align-items: center;
    gap: 40px;
}
.service-section {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
}
.service-section span {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    border: 1px solid rgba(229, 229, 229, 0.20);
    background: rgba(255, 255, 255, 0.10);

    /* Blur/uniform-blur-xl */
    backdrop-filter: blur(calc(24px / 2));
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
}
.content-block1 {
    background-color: #FFF;
}
.content-block1 .content-block-inner {
    display: flex;   
    padding-top: 160px;
    padding-bottom: 160px;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.content-block2 {
    background-color: #FFF;
}
.max-h-50 {
    max-height: 50px;
}
.pt-160 {
    padding-top: 160px;
}
.pb-160 {
    padding-top: 160px;
}
.px-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.mx-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}
.px-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}
.px-96 {
    padding-top: 96px;
    padding-bottom: 96px;
}
.pt-96 {
    padding-top: 96px;
}
.orange-box {
    display: flex;
    width: 100%;
    height: 800px;
    max-width: 1600px;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    background: linear-gradient(270deg, #FEBF10 0%, #EF4623 100%);
    overflow: hidden;
}
.text-gap-80 {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.text-gap-48 {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-96 {
    margin-bottom: 96px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-20 {
    margin-bottom: 20px;
}
.check-list {
    margin: 16px 0px 0px;
}
.check-list li {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;

    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.check-list li:last-child {
    border-bottom: 0px;
}
.check-list li::before {
    content: '';
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFED43 url("../images/cases/minidisc/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.cms-page-wrapper {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.cms-page-wrapper img {
    max-width: 100%;
}
.cms-page-wrapper h2 {
    color: #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing:-2px;
    margin-bottom: 0px;
}
/* .cms-page-wrapper h3 {
    
} */
.cms-page-wrapper h4 {
    color: #32322F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing:0;    
}
.cms-page-wrapper p {
    color: #32322F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}
.cms-page-wrapper p:last-child {
    margin-bottom: 0px;
}
.cms-page-wrapper .small-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
}
.cms-page-wrapper .small-title::before,
.cms-page-wrapper .small-title::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 8px;
}
.cms-page-wrapper .small-title::before {
    background: #fff url("../images/cases/minidisc/rectangle.svg");
    left: 0px;
}
.cms-page-wrapper .small-title::after {
    background: #fff url("../images/cases/minidisc/rectangle.svg");
    left: 10px;
}

.cms-page-wrapper .small-title-2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;    
}

.content-block1 .content-block-inner {
    display: grid;
    grid-template-columns: 66% 26%;
}
/* content-block3 */
.content-block3 .page-container {
    display: grid;
    grid-template-columns: 33% 58%;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
}
.content-block4 .content-block {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 64px;
}
 .number-title {
    color: #000;
    font-size: 170px;
    font-style: normal;
    font-weight: 200;
    line-height: 170px;
    letter-spacing: -8px;
 }
 .thumbs-grid {
    width: 100%;
 }
 .thumbs-grid img {
    border-radius: 8px;
    overflow: hidden;
 }
  .thumbs-grid p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 20px;
  }
 .thumbs-grid.one-block {
    width: 100%;
 }
  .thumbs-grid .three-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
  }
  .thumbs-grid .two-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* grid-cols-block-wrapper */
  .grid-cols-block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .grid-cols-block-wrapper .grid-cols-block {
    display: grid;
    
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-block-wrapper .col-item {
    display: flex;
    padding: 20px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-left: 2px solid #FFED43;
    background: linear-gradient(270deg, #FFF 0%, #FFFEF3 100%);
  }
  .grid-cols-block-wrapper p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
  }
.content-block-gallery {
    padding-bottom: 160px;
}
.partner-from-wrapper {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
    align-self: stretch;
    background: #FFED43;
}

/* before after slider */
.compare-container {    
    width: min(1200px, 95vw);
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
    background-color: #ffffff;    
    border-radius: 24px;
}

.compare-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}

.after {

    clip-path: inset(0 0 0 50%);

}

.divider {

    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: white;
    z-index: 20;

}

.handle {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffd600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    cursor: grab;

}

.handle:active {

    cursor: grabbing;

}

.arrow {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

}

.arrow span {

    width: 0;
    height: 0;

}

.left {

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #111;

}

.right {

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #111;

}

.label {

    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, .3); */
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.3s ease;
    pointer-events: none;

}

.label .badge {

    background: #ffd600;
    color: #111;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;

}

.before-label {

    left: 20px;

}

.after-label {

    right: 20px;

}

@media(max-width:768px) {

    .handle {

        width: 55px;
        height: 55px;

    }

    .label {

        font-size: 13px;
        padding: 6px 12px;

    }

    .label .badge {

        font-size: 11px;
        padding: 2px 6px;

    }

}