.carousel-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.carousel-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.fancy-heading {
    font-family: 'Pacifico', cursive !important;
}

#expandCollapseItems {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;    scroll-behavior: smooth;

    height: 420px;
    justify-content: center;
}

#expandCollapseItems .item {
    flex: 0 0 auto;
    background: linear-gradient(162deg, #002893 0%, #001021 100%);
    border-radius: 20px;
    color: white;
    padding: 20px 10px;
    transition: width 0.5s ease, padding 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    width: 12.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#expandCollapseItems .item.expanded {
    width: 55%;
    padding: 0px;
    background: linear-gradient(128deg, #9B0255 0%, #005593 100%);
    height: 100%;
}

#expandCollapseItems .item .number {
    font-size: 2.5em;
    text-align: center;
}

#expandCollapseItems .item.expanded .number {
    display: none;
}

#expandCollapseItems .content,
#expandCollapseItems .innerRightImage {
    opacity: 0;
    transition: opacity 0.1s ease;
    pointer-events: none;
}

#expandCollapseItems .item.expanded .content,
#expandCollapseItems .item.expanded .innerRightImage {
    animation: fadeIn 0.1s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#expandCollapseItems .content h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

#expandCollapseItems .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}

#expandCollapseItems .get-started {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
}

.get-started span {
    color: #fff;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.carousel-nav button {
    background: none;
    border: none;
    border-radius: 50%;
    padding: 0px;
    color: #18498a;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-nav button:hover {
    background: transparent;
}

.innerSlide {
    display: flex;
    align-items: center;
    gap: 0px;
}

.content {
    flex: 2;
}


/* .innerSlide > div:last-child {
      flex: 1;
    } */

h2 {
    color: #1D1D1D;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    padding-bottom: 30px;
}




/* .top-header{
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #0000004B;
    opacity: 0.23;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
} */

.hero-container {

    display: flex;
    align-items: center;
    
}
 /* .esign-herosection{
    min-height:600px
} */
.home-hero .hero-content p {
    letter-spacing: 0px;
    color: #D6D6D6;
    opacity: 1;
    margin: 0;
    font-size: 18px;
}

.hero-content h3 {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px 0px 40px 0px;
}

@media (max-width: 768px) {
    body {
        padding: 0 !important;
    }

    .innerSlide {
        flex-direction: column;
        align-items: end;
    }

    #expandCollapseItems .item.expanded {
        width: 100% !important;
    }

    .testimonial-footer {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 10px;
    }
    .top-header{
        padding: 15px 0px;
    }
}

.btn-home {
    border: 0;
    background: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
    color: #0045FF;
    font-weight: 500;
    margin-top: 20px;
}

.successInner {
    background: transparent linear-gradient(117deg, #1A53BC 0%, #071F84 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    padding: 60px 72px;
}

.success-story-content h3 {
    color: #fff;
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 40px;
}

.success-story-content h4 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.success-story-content h5 {
    color: #fff;
    font-size: 20px;
}

.logoCompany {
    background: #193882;
    display: inline-block;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
}
.logoCompany img{
    width: 80% !important;
}

.videoAuthor {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.authorInfo p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.colorHead {
    font-size: 35px;
    line-height: 44px;
}


.colorHeadLink {
    font-size: 16px;
}

.colorHeadLink:hover {
    color: #A1225A;
}

.borderClass {
    border-bottom: 2px solid #6C3AEF;
    padding-bottom: 20px;
}

.hero-content .btn-home svg {
    margin-left: 20px;
}
.shadow-home{
    box-shadow: 0px 0px 10px #00000029;
    border: 1px solid #CBCBCB;
    border-radius: 25px;
    margin-bottom: 40px;
}
.bg-blue{
    background-color: #002998;
}

 .bg-modal-cookies{
    background-color: #002998;
 }
.text-blue{
    color: #0045FF;
 }
 .learn-more-button{
    background-color: #8699cc;
    color: #FFFFFF;
 }
.success-top {
    background: url(../images/bg-patter.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

.success-story {
    /* background: #1D1D1D; */
    border-radius: 15px;
    /* box-shadow: 0px 3px 6px #00000029; */
}

.success-story h4 {
    color: #fff;
    font-size: 16px;
    padding: 24px 50px;
    line-height: 24px;
}

.success-story .ss-header img {
    width: 160px;
    padding: 20px;
}
.ss-header{
    background: #1D1D1D
}

.success-story-content {
    display: flex;
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.document-features .calltoaction {
    padding-left: 0px;
    font-weight: 600;
    color: #A1225A;
}

.document-features .subtitle {
    font-size: 30px;
    padding-bottom: 16px;
    margin: 0px;
}

.document-features .primarytitle {
    font-size: 32px;
    padding-bottom: 16px;
    margin: 0px;
}

.bg-light-white {
    background: #F7F7F7;
}

.bg-light-grey {
    background: #EFEFEF;
}

.innerRightImage {
    width: 40%;
}

.innerRightImage img {
    width: 100%;
    margin-top: 3rem;
}

.innerSlide .content {}

.inner-content {
    padding: 2rem;
}

.centerCarousal h2 {
    color: #5D0A41;
}

.testimonial-card {
    background: #ededed;
    border-radius: 12px;
    padding: 30px;
    /* max-width: 650px; */
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    backdrop-filter: blur(8px);
    min-height: 280px;
}

.testimonial-body {
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: left;
    justify-content: center;
    min-height: 200px;
}

.testimonial-logo img {
    width: 110px !important;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #00289329;
    opacity: 0.9;
}

.testimonial-logo {
    border: 10px solid #0010210d;
    border-radius: 60%;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: auto;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    color: #333;
    text-align: left;
}

.testimonial-designation span {
    color: #25534F;
    font-size: 18px;
}

.testimonial-author strong {
    font-weight: 600;
    font-size: 18px;
    color: #184067;
}

.testimonial-author span {
    color: #5e9ca0;
    font-size: 13px;
    margin-top: 2px;
}

.testimonial-company {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #e60000;
}

.testimonial-company img {
    width: 24px;
    height: 24px;
}

.owl-carousel-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    /* Important to show half-outside slides */
    position: relative;
}

#owl-carousel-1 .item {
    padding: 0px 0;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-size: 24px;
}

.homeTestimonial .testimonial-quote {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 500;
    line-height: 24px;
}

.homeTestimonial {
    padding: 70px 0px;
}

#expandCollapseItems .item .number {
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    height: 420px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#expandCollapseItems .item.expanded .number {
    display: none;
}

.banking .service-image {
    background: #f4f0f3;
    border-radius: 16px;
}

.hr .service-image {
    background: #e9eef6;
    border-radius: 16px;
}

.insurance .service-image {
    background: #f0f0f5;
    border-radius: 16px;
}

.legal .service-image {
    background: #f4f7ed;
    border-radius: 16px;
}

.service-image {
    text-align: center;
    margin-bottom: 30px;
}

.services-grid {
    column-count: 2;
    column-gap: 2.5rem;
    padding: 0rem 0;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E4E4E6;
    break-inside: avoid;
}

.service-image img {
    width: 100%;
    display: block;
}

.icon-label {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f8f9fa;
}

.icon-label .icon {
    font-size: 1.8rem;
    margin-right: 0.75rem;
}

.icon-label h2 {
    font-size: 1.25rem;
    margin: 0;
}

.service-content {
    padding: 1rem;
}

.feature-list {
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
}

.get-started {
    display: inline-block;
    margin-top: 0.5rem;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.get-started .arrow {
    margin-left: 0.25rem;
}

.icon-label,
.service-content {
    margin: 0px 20px;
}


/* Icon and Label */

.icon-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #F6F8FA;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 4px;
}

.icon {
    font-size: 1.5rem;
    background: #f1f5f9;
    border-radius: 8px;
}

.icon-label h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.workFlow img {
    width: 100%;
}


/* Service Content */

.service-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1D1D1D;
}

.feature-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #94a3b8;
}

.get-started {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    gap: 0.5rem;
}

.arrow {
    transition: transform 0.2s ease;
}

.get-started:hover .arrow {
    transform: translateX(4px);
}


/* Card Images */


/* Responsive Design */

@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-designation {
        text-align: left;
    }

    .home-hero .hero-content {
        padding: 10px;
        text-align: center;
    }

    .home-hero .hero-content h1 {
        text-align: center;
    }
    .hero-container{
        padding: 50px 0px;
    }
    .expand-menu{
        padding: 0 !important;
    }
}

@media (min-width: 998px) {
    .testimonial-card{
        min-height: 350px;
    }
}

@media (min-width: 1199px) {
    .testimonial-card{
        min-height: 300px;
    }
}
@media (min-width: 1400px) {
    .testimonial-card{
        min-height: 250px;
    }
}
.owl-Logo h3 {
    color: #1D1D1D;
    font-size: 32px;
    line-height: 49px;
    margin-bottom: 20px;
    font-weight: bold;
}

#expanding-carousel .item {
    transition: all 0.3s ease;
    padding: 20px;
    margin: 10px;
    height: 350px;
    background: linear-gradient(to bottom right, #a100ff, #002fff);
    border-radius: 20px;
    color: white;
    text-align: center;
    position: relative;
    transform: scale(0.95);
}

#expanding-carousel .item.center {
    transform: scale(1.05);
    z-index: 2;
}

section.featured-card {
    background: #F5F8FA;
    padding: 110px 0px;
}

.feature-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.feature-para {
    font-size: 24px;
}

.service-card .icon img {
    width: 24px;
}

.banking-card a {
    color: #A1225A;
    font-size: 16px;
}

.hr-card a {
    color: #4CA7F9;
    font-size: 16px;
}

.insurance-card a {
    color: #2E2E2E;
    font-size: 16px;
}

.legal-card a {
    color: #577B27;
    font-size: 16px;
}

.service-card .get-started {
    font-size: 16px;
    margin-top: 0px;
    padding-bottom: 30px;
}

.final-featuredSection {
    /* background: url(../images/bg-patter-2.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 90px 0px;
    margin-bottom: 30px;
}

.blueBorder {
    border-color: #4672c7de !important;
}

@media screen and (max-width:767px) {
    .hero-content {
        text-align: center;
    }

    .hero-content h1 {
        text-align: center;
        font-size: 36px !important;
    }

    .hero-content h3 {
        text-align: center;
        font-size: 18px;
    }

    .btn-home {
        width: 100%;
        text-align: center !important;
        display: block;
    }

    .hero-content p {
        font-size: 16px;
    }


    .success-top .successInner {
        border-radius: 0px;
        padding: 40px 24px;
    }

    section.success-top {
        margin: 0px !important;
        padding: 0px !important;
    }
    .success-top{
        background: none;
    }
    .success-story-content h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .success-story-content h4 {
        font-size: 30px;
        text-align: center;
    }

    .videoAuthor {
        justify-content: center;
        margin-bottom: 40px;
    }

    .document-features>* {
        text-align: center;
        margin: 0 auto;
    }

    .w-75 {
        width: 100% !important;
    }

    .borderClass {
        border: none;
    }

    .document-features {
        padding: 0px 24px;
    }

    #expandCollapseItems {
        height: 520px;
    }

    .innerRightImage img {
        width: 100%;
        margin-top: -8rem;
    }

    #expandCollapseItems .item {
        display: none;
    }

    #expandCollapseItems .item.expanded {
        display: flex;
    }

    .testimonial-card {
        width: 100% !important;
    }

    .testimonial-body {
        flex-direction: column;
    }

    .w-50 {
        width: 100% !important;
    }

    .featured-card {
        padding: 60px 24px !important
    }

    .services-grid {
        column-count: 1;
        width: 100%;
    }

    .owl-Logo h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .final-featuredSection {
        background: #F7F7F7;
        margin: 0px;
    }

    .hero-section {
        margin: 0px !important;
    }

    .hero-section h2 {
        font-size: 30px !important;
    }

    .featured-card .container {
        padding: 0px;
    }


    .form-container {
        width: 100% !important;
    }

    .feature-title {
        line-height: normal;
    }
    .successInner1{
        padding: 60px 30px !important;
    }
    .service-content{
        padding: 16px 16px 16px 0px;
    }
    .secure-text{
        padding: 30px !important;
    }
}

.testimonial-quote h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.logo-marquee-section {
    overflow: hidden;
    background: #fff;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.track {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
}

.marquee-right .track {
    animation: scroll-right 30s linear infinite;
}

.track img {
    height: 90px;
    margin: 5px 30px;
    transition: opacity 0.3s ease;
}

.track img:hover {
    opacity: 1;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.form-container {
    border: 1px solid #eac9e9;
    border-radius: 20px;
    padding: 30px;
}

.form-control {
    border-radius: 10px;
}

.result {
    margin-top: 15px;
    font-weight: bold;
}

small {
    color: #888;
}

.form-container {
    width: 75%;
}

.features {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-box {
    width: 240px;
    border-radius: 12px;
    padding: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.feature-box img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.box1 {
    background-color: #f2f6ff;
    border: 1px solid #95CAFA;
}

.box2 {
    background-color: #F4F0F3;
    border: 1px solid #F1A0DC;
}

.box3 {
    background-color: #f1ffe2;
    border: 1px solid #C9F077;
}

.box4 {
    background-color: #fff9e5;
    border: 1px solid #C4B880;
}

.title {
    font-weight: bold;
    margin-bottom: 6px;
}

.highlight1 {
    color: #3972f0 !important;
}

.highlight2 {
    color: #21b573 !important;
}

.highlight3 {
    color: #f4a300 !important;
}

.feature-box a {
    color: initial;
    text-decoration: none;
}
#expandCollapseItems a{
    pointer-events: auto !important;
    position: relative;
    z-index: 99;
}
a{
    text-decoration: none  !important;
}
.custom-prev,
.custom-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    margin: 0px 10px;
    background-color: #fff;
}

.custom-nav {
    text-align: center;
    margin: 50px 20px auto;
}

.custom-prev {
    background-image: url('../images/icon/arrow-left1.webp');
}

.custom-next {
    background-image: url('../images/icon/arrow-right1.webp');
}
.successInner1
{
    background: transparent linear-gradient(117deg, #1A53BC 0%, #071F84 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    opacity: 1;
    padding: 60px 72px;
}
.design{
    margin: 50px 0px; 
}

.design h3{
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}
.lastLink{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}
.lastLinkOne{
    padding-right: 20px;
}
.mobileDevice{
    margin-top: 100px;
}

/* new css */

.f-crimson{
    color: #B50068;
}
.built-in{
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}
.border-trust-1{
    border: 1px solid #B50068;
}
.border-trust-2{
    border: 1px solid #6C3AEF;
}
.border-trust-3{
    border: 1px solid #1A53BC;
}
.border-trust-4{
    border: 1px solid #FC22D4;
}
.trust-home{
    background: #B5006817 0% 0% no-repeat padding-box;
    min-height: 250px;
}
.trust-home1{
    background: #6C3AEF21  0% 0% no-repeat padding-box;
    min-height: 250px;
}
.trust-home2{
    background: #1A53BC2E  0% 0% no-repeat padding-box;
    min-height: 250px;
}
.trust-home3{
    background: #FC23D41D  0% 0% no-repeat padding-box;
    min-height: 250px;
}
.trust-home4{
    background: #f8ecfb 0% 0% no-repeat padding-box;
    min-height: 250px;
}
.trust-home .trustBtn{
    color: #B50068;
}
.trust-home1 .trustBtn{
    color: #6C3AEF;
}
.trust-home2 .trustBtn{
    color: #1A53BC;
}
.trust-home3 .trustBtn{
    color: #FB23D4;
}
.trust-home4 .trustBtn{
    color: #B50068;
}
.trustBtn{
    font-size: 16px;
    position: absolute;
    bottom: 25px;
}
.carousel-container {
    height: 180px; /* 3 lines = 60px each */
    overflow: hidden;
    position: relative;
  }

  .lines-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.8s ease-in-out;
  }
  .proof-line {
    font-size: 30px; /* base size */
    color: #babbc0;
    font-weight: 500;
    line-height: 60px;
    transition: all 0.5s ease;
    transform: scale(1);
    text-align: center;
}

.proof-line.active {
    color: #6C3AEF; /* blue */
    font-weight: 500;
    transform: scale(1.1); /* smooth growth */
}
  .bg-gradient-n-five{
    background: transparent linear-gradient(292deg, #1A53BC 0%, #6C3AEF 37%, #B50068 100%) 0% 0% no-repeat padding-box;
  }
  
  .leftCurve {
    position: absolute;
    top: -10px;
    left: -90px;
    z-index: -1;
}
.rightCurve {
    position: absolute;
    right: 7px;
    top: -20px;
    bottom: 0;
    z-index: -1;
}
.bg-curveLast{
    padding: 150px 0px;
}
.trust-home1,.trust-home2,.trust-home3,.trust-home4,.trust-home{
    width: 300px;
}
@media(max-width:767px){
    .proof-line.active{
        font-size: 24px;
    }
    .proof-line{
        font-size: 18px;
    }
    .trust-home1,.trust-home2,.trust-home3,.trust-home4,.trust-home{
        min-height: 150px;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* cost slider css */
#costInsection {
    padding: 36px 0px;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: visible;
  }

  #costInsection .slider-left {
    width: 34%;
    min-width: 260px;
    padding-left: 10px;
  }
  #costInsection .slider-left h1 {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
  }
  #costInsection .cta {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 24px;
    background: linear-gradient(90deg,#c9188c,#1d4ed8);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  #costInsection .slider-right {
    width: 66%;
    position: relative;
    min-height: 420px;
  }

  #costInsection .stage {
    position: relative;
    height: 520px;
    width: 100%;
    overflow: visible;
    background-color: #F8F8F8;
  }

  #costInsection .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(0) scale(1);
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(17,17,17,0.06);
    transition: transform 600ms cubic-bezier(.2,.9,.2,1),
                width 600ms ease,
                height 600ms ease,
                background 600ms ease,
                opacity 600ms ease;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    white-space: normal;
    text-align: left;
  }

  /* hide text on inactive */
  #costInsection .card .text {
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  /* navigation */
  #costInsection .nav {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    gap: 10px;
    z-index: 50;
  }
  #costInsection .nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.12);
    background: white;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  }
 #costInsection .card[data-state="active"] .text {
    opacity: 1;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
  }
  /* dots */
  #costInsection .dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    gap: 8px;
    z-index: 40;
  }
  #costInsection .dots .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(0,0,0,0.2);
  }
  #costInsection .dots .dot.active { background: rgba(0,0,0,0.9); }

  /* responsive */
  @media (max-width: 880px) {
    #costInsection { flex-direction: column; gap: 18px; padding: 18px; }
    #costInsection .slider-left { width: 100%; text-align: left; }
    #costInsection .slider-right { width: 100%; }
    #costInsection .stage { height: 360px; }
  }
  @media (max-width: 880px) {
    #costInsection .stage {
      height: 360px;
    }
    #costInsection .card {
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, -50%) scale(0.9) !important;
      width: 90% !important;
      height: 300px !important;
      left: 50%;
    }
  }