.gradient-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%);
    border-radius: 60px;
    display: inline-flex;
    column-gap: 8px;
    /* overflow: hidden; */
    outline: none;
    z-index: 1;
}

.gradient-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
    -webkit-mask:
        linear-gradient(106.59deg, #5EA0E8 31.35%, #355A82 72.33%) content-box,
        linear-gradient(106.59deg, #5EA0E8 31.35%, #355A82 72.33%);
    mask-composite: exclude;
}

.gradient-btn:hover {
    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
    color: #fff;
}

/*------------------------MVP HERO SECTION START------------------------------*/
.ai-chatbot-hero-section {
    background: url('/wp-content/themes/digimantra/asset/img/mvp-bg.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 65px;
    position: relative;
    /* padding-top: 100px; */
}

.ai-chatbot-hero-section .main-hero {
    position: relative;
    /* padding-bottom: 90px; */
    /* border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border); */
    padding-top: 80px;
}

.ai-chatbot-hero-section .side-border {
    border: none;
}

.ai-chatbot-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 22.53px;
}

.ai-chatbot-heading {
    font-size: 88px;
    line-height: 140%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2%;
}

.ai-chatbot-heading span {
    background: linear-gradient(90.37deg, #40B361 44.98%, #1A30EC 58.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mvp-btm-images {
    position: relative;
    max-width: 1228px;
    margin: auto;
    margin-top: 73px;
}

.mvp-btm-images .image1 {
    max-width: 1228px;
    margin-top: -240px;
}

/* .main-hero .image2 {
    position: absolute;
    bottom: 0;
    max-width: 574px;
    margin-top: -110px;
    padding-top: 183px;
    left: 326px;
} */

.ai-chatbot-btm {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    /* margin-top: -180px; */
    /* margin-left: 118px;
    margin-right: 67px; */
}

.ai-chatbot-btm-left h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 527px;
}

.ai-chatbot-btm-right p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #EBEBEB;
    margin-bottom: 28px;
    max-width: 486px;
}

.ai-chatbot-btm-right .gradient-btn {
    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
}

.shady-img {
    position: absolute;
    bottom: -1px;
}

/* @media(max-width: 1400px) {
    .ai-chatbot-heading {
        font-size: 112px;
    }
} */




@media (max-width:1680px) {
  .ai-chatbot-btm-left h3 {
    max-width: 400px;
  }
  .ai-chatbot-btm-right p {
    max-width: 321px;
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
    .side-border {
        padding-inline: 0px;
    }
}


@media (max-width: 1280px) {
    .ai-chatbot-hero-section {
        margin-top: 0;
    }

    .ai-chatbot-heading {
        font-size: 56px;
    }

    .ai-chatbot-btm-left {
        max-width: 350px;
    }

    .ai-chatbot-btm-right {
        max-width: 350px;
    }

    .ai-chatbot-btm-left h3 {
        font-size: 20px;
    }

    .ai-chatbot-btm-right p {
        font-size: 18px;
    }

    .mvp-btm-images {
        max-width: 650px;
    }
}

@media (max-width:1050px) {
        .ai-chatbot-btm-right p {
        max-width: 275px;
    }
}

@media (max-width: 1024px) {
    .ai-chatbot-hero-section .main-hero {
        padding-top: 32px;
    }

    .ai-chatbot-heading {
        font-size: 32px;
    }

    .ai-chatbot-btm-right p {
        max-width: 260px;
    }
    .ai-chatbot-btm-left {
        max-width: 199px;
    }

    .ai-chatbot-btm-left h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .ai-chatbot-btm-right {
        max-width: 225px;
    }

    .ai-chatbot-btm-right p {
        font-size: 12px;
        line-height: 140%;
        font-weight: 300;
        margin-bottom: 13.6px;
    }

    .ai-chatbot-btm-right .gradient-btn {
        font-size: 12px;
        padding: 12.5px 24px;
    }

    .ai-chatbot-btm {
        max-width: 688px;
        margin: auto;
        align-items: end;
    }

    .mvp-btm-images {
        max-width: 491px;
    }

    .mvp-btm-images .image1 {
        margin-top: -160px;
    }
}

@media (max-width: 768px) {
    .ai-chatbot-heading {
        font-size: 28px;
    }

    .ai-chatbot-btm {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
        gap: 12px;
    }

    .ai-chatbot-btm-left {
        max-width: 100%;
    }

    .ai-chatbot-btm-left h3 {
        text-align: center;
        font-size: 18px;
    }

    .ai-chatbot-btm-right {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ai-chatbot-btm-right p {
        text-align: center;
        font-size: 18px;
    }

    .ai-chatbot-btm-right .gradient-btn {
        font-size: 16px;
        padding: 16px 24px;
    }

    .mvp-btm-images .image1 {
        margin-top: -40px;
    }

}

/*--------------AI CHHATBOT COUNTER SECTION START--------------------------*/

/* WORKING GLOBALLY */
.mvp-counter {
    background-color: #000000;
}

.mvp-counter .digi-web-solutions-wrap {
    border: none;
}

.mvp-counter .digi-web-solutions-wrap .digi-web-solutions-row {
    grid-template-columns: repeat(3, 1fr);
}

.digi-web-solutions-card .card-title {
    background: linear-gradient(90.37deg, #40B361 44.98%, #1A30EC 58.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px){
    .mvp-counter .digi-web-solutions-wrap .digi-web-solutions-row{
        grid-template-columns: repeat(1, 1fr);
    }
}

/*-------------AI CHHATBOT COUNTER SECTION END---------------------*/

/*--------------------------------------tailored-white-label-start---------------------------------------------*/
.innovative-sections {
    background: linear-gradient(0deg, #000000, #000000),
        linear-gradient(0deg, #000000 -8.01%, rgba(0, 0, 0, 0) 49.27%, #000000 106.54%);
}

.innovative-inner {
    display: flex;
    justify-content: space-between;
}

.innovative-inner h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    max-width: 867px
}

.innovative-inner p {
    font-size: 24px;
    max-width: 729px;
    font-weight: 300;
    line-height: 34px
}

.innovative-sections {
    padding-top: 120px;
    padding-bottom: 100px
}
.innovative-sections .estimate-box h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    color: #EBEBEB;
    max-width: 1046px;
}
@media (max-width:992px){
    .innovative-sections .estimate-box h3{
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
    }
    .innovative-sections .estimate-box .gradient-btn{
        font-size: 12px;
    }
}
@media (max-width:767px){
    .innovative-sections .estimate-box h3{
        font-size: 24px;
        font-weight: 500;
        line-height: 36PX;
        color: #EBEBEB;
    }
}
/*  */

.why-hire {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin: auto;
    padding: 80px 0;
}

/* LEFT SIDE */
.why-hire__content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.why-hire__content p {
    font-size: 24px;
    color: #aaa;
    margin-bottom: 40px;
    font-weight: 300;
}

.why-hire__content a {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #4ab3f4;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    text-transform: uppercase;
    transition: 0.3s;
}

.why-hire__content a:hover {
    background: #4ab3f4;
}

/* RIGHT SIDE (FEATURES GRID) */
.why-hire__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.why-hire__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    height: 768px;
    padding: 32px
}

.why-hire__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 0.82px;
    /* border thickness */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #ffffff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.mvp-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 0.82px;
    /* border thickness */
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #ffffff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.why-hire__card-inner {
    border-radius: 12px;
    overflow: hidden;
    background: #000000;
    height: 100%;
}

.why-hire__card img {
    width: 100%;
    height: 400px;
    object-fit: fill;
}

.why-hire__card-body {
    padding: 20px;
}

.why-hire__card-body h3 {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 140%;
}

.why-hire__card-body p {
    font-size: 20px;
    color: #D7D7D7;
    line-height: 140%;
}

.why-hire-btn {
    margin-top: 26px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #1A76DB;
    padding-bottom: 12px;
    max-width: 181px;
}

.why-hire-btn img {
    height: 24px;
    width: 24px;
}

.why-hire-card-head{
    display: flex;
    justify-content: space-between;
}

.why-hire-card-head .gradient-btn{
    width: 72px;
    height: 40px;
}

.why-hire-card-head .gradient-btn img{
    width: 24px;
    height: 10px;
}

.innovative-sections .slick-arrow {
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-arrow-border);
    border-radius: 100%;
    z-index: 9;
}

.innovative-sections .slick-arrow.slick-prev {
    transform: translateY(calc(-531% + 32px));
    right: 103px;
    opacity: 0.7;
    top: 162px
}

.innovative-sections .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.innovative-sections .slick-arrow.slick-next {
    transform: translateY(calc(-531% - 32px));
    top: 225px;
    opacity: 0.7;
}

.innovative-sections .slick-arrow.slick-next:hover {
    opacity: 1;
}


.innovative-sections .slick-slider .slick-track {
    /* top:22px */
}


.innovative-sections .slick-next:focus:before,
.innovative-sections .slick-next:before,
.innovative-sections .slick-prev:focus:before,
.innovative-sections .slick-prev:before {
    display: none
}

.innovative-sections .slick-slider {
    top: 52px
}

.slider-innovation .slick-track {
    display: flex !important;
    gap: 28px;
    /* modern way */
}

.slick-list.draggable {
    position: relative;
}

.slick-list.draggable::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    /* adjust width of the gradient image */
    height: 100%;
    /* background: url('/wp-content/uploads/2025/10/Gradient.png') no-repeat right center; */
    background-size: cover;
    /* or contain depending on how you want it */
    pointer-events: none;
    /* won't block clicks */
    z-index: 2;
}


@media (max-width: 1680px) {
    .expertise-slider-card {
        min-height: 800px;
    }
}

/* Responsive */
@media(max-width: 992px) {
    .innovative-sections {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .why-hire {
        grid-template-columns: 1fr;
    }

    .why-hire__features {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 767px) {
    .innovative-sections .slick-arrow.slick-prev, .innovative-sections .slick-arrow.slick-next {
        display: none  !important;
    }
    .innovative-sections .slick-slider{
        top: 0;
    }
}

@media(max-width: 600px) {
    .why-hire__features {
        grid-template-columns: 1fr;
    }
}

/*  */

.growth {
    display: flex;
    gap: 50px;
    /* padding: 50px 10%; */
}

/* Left sticky side */
/* .left {
  flex: 1;
  position: sticky;
  top: 50px;
  align-self: flex-start;
} */

.card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 26px 30px 23px;
    background: transparent;
    border: 1px solid transparent;
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #FFFFFF 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.left h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
    color: #fff
}





/* Right section */
.right {
    flex: 1.2;
    height: 400px;
    overflow: hidden;
    /* hide scrollbar */
    position: relative;
}

/* The inner scrollable stripe */
.intros__list {
    display: flex;
    flex-direction: column;
    /* vertical stacking */
    gap: 30px;
}

.card {
    background: #000000;
    ;
    padding: 36 px;
    border-radius: 12px;

    /* min-height: 372px; */
    /* roughly half container so 2 cards visible */
}

.card h3 {

    font-size: 36px;
    font-weight: 600;
    line-height: 140%
}

.card p {
    font-size: 24px;
    color: #bbb;
    line-height: 140%;
}

@media (max-width:1680px) {
    .innovative-inner h2 {
        max-width: 855px;
    }

    .why-hire__card-body h3 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 140%;
    }

    .why-hire__card-body p {
        font-size: 17px;
        color: #D7D7D7;
        line-height: 140%;
    }
}

@media (max-width:1440px) {

    .why-hire__card {
        padding: 15px;
    }

    .why-hire__card-body h3 {
        font-size: 30px;
    }

    .why-hire__card {
        padding: 15px;
    }

}

@media (max-width:992px) {
    .innovative-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .innovative-inner h2 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .innovative-inner p {
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .why-hire__card {
        padding: 12px;
        height: 475px;
    }


    .why-hire__card img {
        width: 100%;
        height: 220px;
        object-fit: fill;
    }

    .why-hire__card-body {
        padding: 20px;
    }

    .why-hire__card-body h3 {
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 500;
        line-height: 140%;
    }

    .why-hire__card-body p {
        font-size: 12px;
        color: #D7D7D7;
        line-height: 140%;
    }

    .why-hire-btn {
        margin-top: 16px;
        display: flex;
        font-size: 10px;
        font-weight: 500;
        align-items: center;
        gap: 4px;
        border-bottom: 1px solid #1A76DB;
        padding-bottom: 5px;
        max-width: 100px;
    }

    .why-hire-btn img {
        height: 12px;
        width: 12px;
    }

}

@media (max-width:767px) {
    .innovative-sections {
        padding: 40px 0px;
    }

    .innovative-inner h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .innovative-inner p {
        margin-bottom: 24px;
    }

    .why-hire__card {
        padding: 12px;
        height: 475px;
        margin-bottom: 40px;
    }


    .why-hire__card img {
        width: 100%;
        height: 165px;
        object-fit: cover;
    }

    .why-hire__card-body {
        padding: 0px 5px;
        margin-top: 12px;
    }

    .why-hire__card-body h3 {
        font-size: 20px;
        margin-bottom: 4px;
        font-weight: 500;
        line-height: 140%;
    }

    .why-hire__card-body p {
        font-size: 14px;
        color: #D7D7D7;
        line-height: 140%;
    }

    .why-hire-btn {
        margin-top: 16px;
        display: flex;
        font-size: 10px;
        font-weight: 500;
        align-items: center;
        gap: 4px;
        border-bottom: 1px solid #1A76DB;
        padding-bottom: 5px;
        max-width: 100px;
    }

    .why-hire-btn img {
        height: 12px;
        width: 12px;
    }

}

/*--------------------------------------tailored-white-label-start---------------------------------------------*/

/*----------------------------our-proven-approach-start----------------------------*/
.our-proven-section {
    background-image: url('/wp-content/themes/digimantra/asset/img/our-proven-bg.png') !important;
    background-size: contain !important;
    background-position: top;
    background-repeat: no-repeat !important;
    padding: 40px 0px;
}

.our-proven-container {
    max-width: 343px;
    margin: auto;
}

.our-proven-heading {
    margin-bottom: 32px;
}

.our-proven-heading h2 {
    font-size: 24px;
    line-height: 34px;
}

.our-proven-heading p {
    font-size: 18px;
    line-height: 34px;
}

.home-scroll_visual {
    display: flex;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}


.home-scroll_content.page-padding {
    padding-bottom: 24px;
}


.home-scroll_section {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100% 0%;
    grid-template-rows: auto;
    padding-bottom: 0px;
}

.list-content-title {
    font-size: 20px;
    line-height: 140%;
}

.list-content-sub-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
}

.our-proven-section {
    padding: 120px 0px;
    background: #000000;
    border-block: 1px solid #2C343C;


}

.our-proven-container {
    max-width: 1644px;
    margin: auto;
}

.our-proven-heading {
    margin-bottom: 80px;
}

.our-proven-heading h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 68px;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.our-proven-heading p {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #ebebeb;
}

.home-scroll_visual {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.home-scroll_visual.page-padding {
    position: sticky;
    top: 0px;
}

.home-scroll_img-wrap {
    width: 100%;
    aspect-ratio: 754/540;
    max-height: 100%;
    max-width: 100%;
}

.home-scroll_img-list {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-scroll_img-item {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease;
}

.home-scroll_img-item img {
    transform: scale(0.9);
}

.home-scroll_img-item.is-active {
    opacity: 1;
}

.home-scroll_img-item.is-active img {
    transform: scale(1);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.home-scroll_img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: contain;
}

.home-scroll_content.page-padding {
    padding-bottom: 204px;
}

.home-scroll_text-wrap {
    max-width: 540px;
}

.home-scroll_text-item {
    display: flex;
    margin-bottom: 3em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 0.2;
    transition: opacity 300ms ease;
}

.home-scroll_text-item.is-active {
    opacity: 1;
}

.personalized-excellence-heading {
    padding-block: 0 80px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}

.personalized-excellence-container {
    max-width: 1644px;
    margin: auto;
}

.personalized-excellence-heading .defacto-block-title {
    margin-bottom: 28px;
}

.home-scroll_section .scroll-card-title {
    color: var(--color-heading);
    font-size: 40px;
    line-height: 140%;
    font-weight: 600;
}

.home-scroll_section .scroll-card-txt {
    color: var(--color-body);
    font-size: 24px;
    line-height: 140%;
}

.home-scroll_section .scroll-card-list {
    color: var(--color-body);
    font-size: 24px;
    line-height: 140%;
    padding-left: 10px;
}

.home-scroll_section .scroll-card-list li {
    position: relative;
    padding-left: 20px;
}

.home-scroll_section .scroll-card-list li::before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: var(--color-body);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 16px;
}

/* scroll section css */
.home-scroll_text-wrap.w-dyn-list {
    max-width: 506px;
}

.home-scroll_section {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    padding-bottom: 0px;
}

.list-content-btn {
    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 23px;
    border-radius: 60px;
    padding: 4px 12px;
    max-width: 69px;
}

.list-content-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 38px;
    line-height: 52.29px;
    letter-spacing: -0.62px;
    vertical-align: middle;
    margin-bottom: 23px;
}

.list-content-sub-title {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #d7d7d7;
}
.our-proven-section .estimate-box h3{
        font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    color: #EBEBEB;
    max-width: 1046px;
}

@media (max-width:1680px) {

    .our-proven-section {
        padding: 70px 90px;
    }

    .our-proven-container {
        max-width: 1440px;
        margin: auto;
    }

    .our-proven-heading h2 {
        font-size: 58px;
    }
}

@media (max-width:1440px) {
    .our-proven-container {
        max-width: 1256px;
        margin: auto;
    }

    .our-proven-heading h2 {
        font-size: 48px;
    }
}

@media (max-width:1280px) {
    .our-proven-container {
        max-width: 1140px;
        margin: auto;
    }

    .our-proven-heading h2 {
        font-size: 36px;
    }

    .our-proven-heading p {
        font-size: 18px;
    }
}

@media (max-width:992px) {
    .home-scroll_content.page-padding{
        padding-bottom: 60px;
    }
    .our-proven-section .estimate-box{
        margin-top: 0px;
    }
    .our-proven-section {
        padding: 32px 0px;
    }

    .our-proven-container {
        /* max-width: 688px; */
        margin: auto;
        padding: 0 40px;
    }
    .our-proven-section .estimate-box h3{
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        max-width: 312px;
    }
    .our-proven-heading {
        margin-bottom: 48px;
    }

    .our-proven-heading h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 12px;
    }

    .our-proven-heading p {
        font-size: 18px;
    }

    .home-scroll_img-wrap {
        width: 100%;
        aspect-ratio: 558/540;
        max-height: 100%;
        max-width: 100%;
    }

    .home-scroll_img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        object-fit: contain;
    }

    .personalized-excellence-heading {
        padding-block: 0 80px;
        text-align: center;
        border-bottom: 1px solid #d1d1d1;
    }

    .list-content-btn {
        font-size: 9px;
        margin-bottom: 8px;
        max-width: 56px;
    }

    .list-content-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 12px;
    }

    .list-content-sub-title {
        font-size: 14px;
    }
    .estimate-box-note{
        max-width: 382px;
    }
    .mvp-cost-section .estimate-box h3{
            font-size: 18px !important;
            font-weight: 500 !important;
            margin-top: 12px;
    }
    .mvp-cost-section .estimate-box{
        margin-top: 24px;
    }
}

@media (max-width:767px) {
    .mvp-cost-section .estimate-box{
        flex-direction: column;
    }
    .estimate-box{
        flex-direction: column;
    }
    .our-proven-section .estimate-box{
        flex-direction: column;
    }
    .our-proven-section .estimate-box h3{
        max-width: 100%;
    }
    .marquee-section{
        margin-bottom: 20px;
    }
    .our-proven-section {
        padding: 40px 0px;
    }

    .our-proven-container {
        /* max-width: 343px; */
        margin: auto;
        padding: 0 16px;
    }

    .our-proven-heading {
        margin-bottom: 32px;
    }

    .our-proven-heading h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .our-proven-heading p {
        font-size: 18px;
        line-height: 34px;
    }

    .home-scroll_visual {
        display: flex;
        height: 100vh;
        display: none;
        justify-content: center;
        align-items: center;
    }


    .home-scroll_content.page-padding {
        padding-bottom: 24px;
    }


    .home-scroll_section {
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-columns: 100% 0%;
        grid-template-rows: auto;
        padding-bottom: 0px;
    }

    .list-content-title {
        font-size: 20px;
        line-height: 140%;
    }

    .list-content-sub-title {
        font-family: Montserrat;
        font-weight: 300;
        font-size: 16px;
    }

}

/*----------------------------our-proven-approach-end----------------------------*/

/*------------------MVP TESTIMONIAL SECTION START--------------------------------*/

/* .mvp-testimonial-section {
    background-color: #000000 !important;
} */

/*------------------MVP TESTIMONIAL SECTION END----------------------------------*/

/*-------------------FAQ SECTION START---------------------------*/
.mvp-faq-section {
    background-color: #000000 !important;
}

.faq-section {
    background: rgba(8, 18, 28, 1);
    padding: 100px 80px;
}

.faq-section .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-section .faq-icon {
    font-size: 16px;
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.faq-section .faq-item.active .faq-icon {
    transform: rotate(0deg);
}

.faq-section .faq-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1680px;
    margin: auto;
    gap: 40px;
}

.faq-section .faq-left {
    flex: 1 1 35%;
}

.ai-chatbot-faq-left h2 {
    font-size: 48px !important;
    line-height: 58px;
    font-weight: 500;
    text-transform: uppercase;
}

.faq-section h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #FFFFFF 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 20px;
}

.faq-section p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
    max-width: 1075.5px;
    margin-bottom: 40px;
}

.faq-section .ask-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom: 1px solid #4db8ff; */
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    text-decoration: none;
    width: fit-content;
    gap: 8px;
    text-transform: uppercase;
    border-image-source: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
}

.faq-section .faq-left img {
    width: 100%;
    max-width: 421px;
    max-height: 530px;
    margin-top: 35px;
}

.faq-section .faq-right {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-section .faq-item {
    border-left: 1.5px solid #1A75DB80;
    padding: 16px 0 16px 24px;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-section .faq-item.active {
    border-left: 1.5px solid #40B361;
}

.faq-section .faq-question {
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
}

.faq-section .faq-answer {
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
    color: #ccc;
    line-height: 24px;
    display: none;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}

.faq-section .faq-item.active .faq-answer {
    transform: translateY(0);
    display: block;
}

/* --- Responsive --- */

@media (max-width: 1279px) {
    .faq-section {
        padding: 32px 40px;
    }

    .faq-section .faq-container {
        flex-direction: column;
    }

    .faq-section .faq-container .faq-left .ask-btn {
        display: none;
    }

    .faq-section .faq-container .faq-left img {
        display: none;
    }
}

@media (max-width: 1024px) {
    .faq-section {
        padding: 32px 40px;
    }

    .faq-section .faq-container {
        gap: 56px;
    }

    .faq-section .faq-container .faq-left h2 {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 10.67px;
    }

    .faq-section .faq-container .faq-left p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .faq-section .faq-container .faq-right .faq-question {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .faq-section .faq-container .faq-right .faq-answer {
        font-size: 16px;
        line-height: 140%;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 16px 64px 16px;
    }

    .faq-section .faq-container {
        gap: 48px;
    }

    .faq-section .faq-container .faq-left h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 22px;
    }

    .faq-section .faq-container .faq-left p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .faq-section .faq-container .faq-right .faq-question {
        font-size: 18px;
        line-height: 24px;
    }

    .faq-section .faq-container .faq-right .faq-answer {
        line-height: 140%;
        font-weight: 300;
    }
}

/*---------------EXPLORE BOOKMARK SECTION---------------------*/
.Explore-bookmark {
    background: #000000 !important;
}

.digi-insights-section {
    padding-block: 50px;
    background: #000000 !important;
}

.digi-insights-section {
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
    padding-block: 0px;
    /* padding-top: 62.43px;
  padding-bottom: 108.5px; */
}

.digi-insights-section .side-border {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    /* padding-inline: 97px; */
    padding-top: 62.7px;
    padding-bottom: 110px;
}

.top-border {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.digi-insights-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.digi-insights-title {
    font-size: 26px;
    font-weight: 600;
}

.digi-view-all {
    font-size: 14px;
    text-decoration: none;
    color: #aaa;
    transition: color 0.3s;
}

.digi-view-all:hover {
    color: #fff;
}

/* Grid Layout */
.digi-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.digi-insight-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
    transition: transform 0.3s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.digi-insight-card:hover {
    transform: translateY(-5px);
}

.digi-insight-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    min-height: 400px
}

.digi-insight-content {
    padding: 15px;
}

.digi-insight-category {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
}

.digi-insight-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* Featured (middle) card spans 2 columns only on large screens */
.digi-insight-card.middle-card {
    grid-column: span 2;
}

.insight-wrapper {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 62.43px;
    padding-bottom: 108.5px
}

.side-border {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

.top-border {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

/* Responsive breakpoints */

@media (max-width:1680px) {
    .digi-insights-section {
        padding-left: 80px;
        padding-right: 80px;
    }

    .side-border {

        padding-inline: 32px;
    }
}

@media (min-width:1240px) {
    .digi-insights-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:1240px) {
    .digi-insights-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .digi-insight-card.middle-card {
        grid-column: span 1;
        /* fall back to normal */
    }

    .digi-insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 992px) {

    .Explore-bookmark {
        padding-bottom: 0px;

    }

    .digi-insights-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .side-border {
        padding-inline: 25px;
    }

}

@media (max-width: 767px) {

    .digi-insights-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .side-border {
        padding-inline: 8px;
    }
}

@media (max-width: 600px) {
    .digi-insights-title {
        font-size: 20px;
    }

    .digi-insight-title {
        font-size: 14px;
    }

    .digi-insight-image {
        height: 160px;
    }

    .digi-insights-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}

.insights-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 81.43px 70px;
    /* border-top: 1px solid #0af;
      border-bottom: 1px solid #0af; */
    /* background: linear-gradient(to right, #0b0b0d, #000); */
}

.insights-title {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    max-width: 1162px;
    line-height: 100%
}

.digi-insight-meta {
    display: flex;
    justify-content: space-between;
    align-items: center
}

/*----------------INDUSTRIES EMPOWERMENT WRAPPER START---------------*/
.industries-empowerment-wrapper {
    /* background-image: url('/wp-content/themes/digimantra/asset/img/mvp-deliverable-bg.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top right !important; */
    background: #000000;
    padding: 120px 0;
}

.industries-empowerment-wrapper h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #FFFFFF 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 21px;
}
.industries-empowerment-wrapper .estimate-box h3{

}
.industries-empowerment-wrapper p {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
    color: #ccc;
    max-width: 1075.5px;
}

.industries-empowerment-wrapper .service-block-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) -347%, #FFFFFF -154.56%, rgba(255, 255, 255, 0) 79%);
    gap: 1px;
}

.industries-empowerment-wrapper .service-block-container .service-block {
    min-height: 304px;
    background: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-clip: padding-box;
}

.industries-empowerment-wrapper .service-block-container .service-block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    /* border thickness */
    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.industries-empowerment-wrapper .service-block-container .service-block:hover::before {
    opacity: 1;
}


.industries-empowerment-wrapper .service-block-container .service-block h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
    margin-bottom: 9px;
    margin-top: 18px;
}

.industries-empowerment-wrapper .service-block-container .service-block p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    color: #ccc;
}

.industries-empowerment-wrapper .service-block-container .service-block a {
    width: 158px;
    height: 48px;
    font-size: 18px;
    padding: 12px 0px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #1A76DB;
    position: relative;
}

.industries-empowerment-wrapper .service-block-container .service-block a img {
    width: 24px;
    height: 24px;
}

/* --- 1680px --- */
@media (max-width: 1680px) {
    .industries-empowerment-wrapper .service-block-container .service-block {
        max-height: 316px;
    }
}

/* --- 1440px --- */
@media (max-width: 1440px) {
    .industries-empowerment-wrapper .service-block-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .industries-empowerment-wrapper .service-block-container .service-block {
        max-height: 316px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child h3 {
        margin: 0 0 32px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child img {
        width: 24px;
        height: 24px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 100%;
        border-bottom: none;
        z-index: 1;
        border-radius: 60px;
        gap: 8px;
        transition: all .3s ease;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:hover {
        background: #fff;
        color: #000000;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:hover img {
        filter: invert(1);
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        z-index: -1;
        padding: 0.76px;
        background: linear-gradient(106.59deg, #5EA0E8 31.35%, #355A82 72.33%);
        -webkit-mask:
            linear-gradient(106.59deg, #5EA0E8 31.35%, #355A82 72.33%) content-box,
            linear-gradient(106.59deg, #5EA0E8 31.35%, #355A82 72.33%);
        mask-composite: exclude;
    }
}

/* --- 1024px --- */
@media (max-width: 1024px) {
    .industries-empowerment-wrapper {
        padding: 32px 0 !important;
    }

    .industries-empowerment-wrapper .digi-container h2 {
        font-size: 28px;
        line-height: 100%;
    }

    .industries-empowerment-wrapper .digi-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container {
        margin-top: 32px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block {
        padding: 32px 24px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block p {
        font-size: 14px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child h3 {
        margin: 0 0 32px;
        font-size: 24px;
        line-height: 140%;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child img {
        width: 24px;
        height: 24px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block img {
        width: 36px;
        height: 36px;
    }
}
@media (max-width: 992px){
    .industries-empowerment-wrapper .estimate-box{
        margin-top: 24px;
    }
}
/* --- 767px --- */
@media (max-width: 767px) {
    .industries-empowerment-wrapper {
        padding: 32px 0 !important;
    }

    .industries-empowerment-wrapper .digi-container h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .industries-empowerment-wrapper .digi-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container {
        grid-template-columns: 1fr;
        background: none;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block {
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-image-source: linear-gradient(270deg,
                rgba(229, 229, 229, 0) 0%,
                rgba(229, 229, 229, 0.4) 51.44%,
                rgba(229, 229, 229, 0) 100%);
        border-image-slice: 1;
        padding: 24px 12px;
        min-height: 172px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block p {
        font-size: 16px;
        line-height: 140%;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block img {
        width: 44px;
        height: 44px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child {
        align-items: center;
        justify-content: flex-start;
        min-height: 100%;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child h3 {
        text-align: center;
        margin-bottom: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child a {
        font-size: 16px;
        width: 194px;
        height: 48px;
        gap: 10px;
    }
}

/*----------------INDUSTRIES EMPOWERMENT WRAPPER END---------------*/

.digi-footer-main-section,
.digi-footer-copyright-section {
    background-color: #000000;
}

/*-----------------LAUNCH YOUR PRODUCT-------------------------------*/
.hiring-models .card h3 {
    line-height: 42px;
}

.hiring-models .card p {
    line-height: 27px;
}

.hiring-models .card {

    padding: 40px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* push footer (button) down */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    height: 100%;
    /* ensures equal height in grid */
}

.card h3,
.card p {
    margin-bottom: 15px;
}

.digi-link-wrap {
    /* margin-top: auto; */
    /* pushes button to the bottom */
}

@media(max-width: 1024px) {
    .card-wrapper .digi-btn {
        font-size: 11px;
    }

}

@media(max-width: 992px){
    .hiring-models{
        padding:32px 0 !important;
    }
    .hiring-models .card .icon{
        margin-bottom: 0px;
    }
}


.hiring-models {
    background-image: url('/wp-content/themes/digimantra/asset/img/mvp-deliverable-bg.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    padding: 120px 0;
    background-color: #000000;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 80px !important;
    /* max-width: 1095px; */
    line-height: 140%;
    margin-bottom: 24px;
    text-align: center;
}

.section-subtitle {
    font-size: 16px;
    color: #ccc;
    max-width: 1437px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 80px;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hiring-models .card {
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(9.8693px);
    /* -webkit-backdrop-filter: blur(65.87px); */
    padding: 36px;
    z-index: 1;
    overflow: hidden;
}

/* gradient border using ::before */

.hiring-models .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.82px;
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 0) -10.55%,
            #FFFFFF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}



.hiring-models .card:hover {
    border-color: #5EA0E8;
    box-shadow: 0 0 15px rgba(94, 160, 232, 0.3);
}

.hiring-models .card .icon .digi-link-wrap {
    display: none;
    transition: 0.3s all ease;
}

.hiring-models .card:hover .icon .digi-link-wrap {
    display: block;
}

.hiring-models .card .icon {
    font-size: 30px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hiring-models .card h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600
}

@media(max-width: 767px){
    .hiring-models{
        padding-top: 28px;
    }
    .hiring-models .card h3{
        font-size: 20px;
        line-height: 28px;
    }

    .section-title{
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        text-align: start;
        margin-bottom: 24px !important;
    }
}
@media(max-width: 992px){
    .section-title{
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 32px !important;
    }
    .hiring-models .card{
        padding: 16px;
    }
    .hiring-models .card .icon{
        width: 48px;
    }
    .hiring-models .card h3{
        font-size: 18px;
        line-height: 28px;
    }
}


.hiring-models .card p {
    font-size: 20px;
    color: #D7D7D7;
    margin-bottom: 20px;
    font-weight: 300
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #5EA0E8;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #5EA0E8;
    color: #000;
}

/*------hiring a developer-------*/

.hire-a-developer {
    padding: 80px 0px;
}

/* -----------------go to mvp section------------------------ */
.mvp-wrapper {
    background: url('/wp-content/themes/digimantra/asset/img/go-to-mvp.png') center/cover no-repeat;
    width: 100%;
    height: 100%;
    padding: 120px 0;
    text-align: center;
    position: relative;
}

/* .mvp-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
} */

.mvp-container {
    position: relative;
    z-index: 2;
    max-width: 1497px;
    margin: auto;
    padding: 0 20px;
}

.mvp-container h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
    margin-bottom: 154px !important;
    max-width: 1199px;
    margin: auto;
    text-transform: uppercase;
}


.mvp-container h2 span {
    background: linear-gradient(90deg, #1A30EC, #40B361);
    -webkit-background-clip: text;
    color: transparent;
}

.mvp-grid-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
    /* align-items: center; */
    margin-bottom: 18px;
}

.mvp-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 40px; */
    justify-items: center;
    /* align-items: center; */
    max-width: 881px;
    margin: auto;
}

/* .mvp-item:nth-child(odd) {
    margin-top: -40px;
} */

/* .mvp-item:nth-child(even) {
    margin-top: 350px;
} */

.mvp-item {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 31px 25px;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    transition: 0.3s ease;
    max-width: 221px;
}

/* remove normal border when hovering */
.mvp-item:hover {
    transform: translateY(-10px);
    border-color: transparent;
}

/* gradient border effect */
.mvp-item:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(90deg, #40B361 0%, #1A30EC 100%);
    padding: 1px;

    /* cut out inner area so only border shows */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* .mvp-item:hover {
    transform: translateY(-10px);
    border-color: #40B361;
} */

.mvp-item img {
    width: 48px;
    margin-bottom: 20px;
}

.mvp-item p {
    color: #EBEBEB;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    border: 0.82px solid;

border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0) -10.55%, #FFFFFF 100%);


}

@media (min-width: 1440px) {
    .mvp-grid-2 {
        gap: 170px;
    }
}

@media (max-width: 1024px) {
    .mvp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px){
    .mvp-container h2{
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 58px;
    }
}

@media (max-width: 767px) {
    /* .mvp-grid {
        grid-template-columns: repeat(1, 1fr);
    } */
     .mvp-wrapper{
        padding: 0px;
     }

    .mvp-grid-1,
    .mvp-grid-2 {
        gap: 17px;
        justify-items: unset;
        align-items: unset;
        grid-template-columns: repeat(1, 1fr);
    }

    .mvp-grid-1 {
        margin-bottom: 18px;
    }

    .mvp-item {
        max-width: 100%;
    }


    .mvp-container h2 {
        font-size: 24px;
        margin-bottom: 24px !important;
        margin-top: 32px;
    }
}

/* ------------------MVP COST SECTION START------------------------- */
.mvp-cost-section {
    background-image: url('/wp-content/themes/digimantra/asset/img/mvp-deliverable-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 120px 0;
    background-color: #000;
    /* Page background */
    color: #fff;
    /* font-family: 'Inter', sans-serif; */
}

.mvp-cost-section .estimate-box h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 150%;
    color: #EBEBEB;
    max-width: 1046px;
}

/* .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
} */

.left-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.left-content h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.left-content p {
    color: #DDDDDD;
    font-size: 24px;
    line-height: 34px;
    max-width: 729px;
    font-weight: 300;
}

.table-wrapper {
    position: relative;
}

.gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(15, 219, 151, 0.15),
            rgba(0, 150, 255, 0.20),
            rgba(137, 50, 255, 0.20));
    filter: blur(80px);
    z-index: 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 2;
    /* background: rgba(20, 20, 20, 0.7); */
    backdrop-filter: blur(8px);
}

.comparison-table th,
.comparison-table td {
    padding: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.comparison-table th {
    /* background: rgba(255, 255, 255, 0.02); */
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

.comparison-table tbody tr td:first-child {
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    width: 22%;
}

.comparison-table tbody tr td {
    font-size: 28px;
    line-height: 140%;
    font-weight: 300;
    text-align: center;
}

/* .comparison-table td,
.comparison-table th {
    position: relative;
    overflow: hidden;
    z-index: 1;
} */

/* gradient border on hover */
.comparison-table td:hover,
.comparison-table th:hover {
    border-color: transparent;
}

.comparison-table td:hover::after,
.comparison-table th:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    border-radius: 0px;
    background: linear-gradient(90deg, #40B361, #1A30EC) border-box;
    mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}


.note {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    color: #EBEBEB;
    max-width: 1217px;
}

.estimate-box {
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 20px; */
}

.estimate-box h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
    color: #EBEBEB;
    max-width: 630px;
    text-align: start;
}
.digi-home-testimonial-section .home-inline-block-title{
    max-width: 100% !important;
}
.btn-primary {
    padding: 14px 28px;
    background: #00d084;
    color: #000;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: #0af59e;
}

/* Responsive */
/* @media (max-width: 992px) {
    .container {
        grid-template-columns: 1fr;
    }
} */

/* ============================
   RESPONSIVE TABLE 
   ============================ */

/* Make table scrollable on smaller screens */
@media (max-width: 1024px) {
    .left-content {
        flex-direction: column;
    }

    .left-content h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 140%;
    }

    .left-content p {
        font-size: 18px;
        line-height: 140%;
    }

    .comparison-table tr th {
        font-weight: 600;
        font-size: 10px;
        line-height: 19.2px;
    }

    .comparison-table tbody tr td:first-child {
        font-size: 12px;
        line-height: 19.2px;
    }

    .comparison-table tbody tr td {
        font-size: 12px;
        line-height: 140%;
    }
}

@media (max-width: 992px) {
    /* .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    } */

    .comparison-table {
        /* min-width: 767px; */
        /* Ensures table doesn't break layout */
    }
    .digi-home-testimonial-section{
        padding-block: 44px 24px;
    }
    .mvp-cost-section{
        padding:32px 0;
    }

    .left-content {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .left-content h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .left-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .note {
        font-size: 12px;
        line-height: 140%;
        text-align: start;
        margin-top: 0px;
    }

    .estimate-box {
        /* flex-direction: column; */
        gap: 20px;
        text-align: center;
    }

    .estimate-box h3 {
        font-size: 18px;
        line-height: 130%;
    }

    .btn-primary {
        width: 100%;
        text-align: center;
    }
}

/* Hide mobile cards on desktop */
.mvp-cards-mobile {
    display: none;
}

/* MOBILE STYLING */
@media (max-width: 768px) {

    /* Hide table on mobile */
    .mvp-table {
        display: none !important;
    }

    .mvp-cards-mobile {
        display: block;
        margin-top: 20px;
    }

    .mvp-card {
        /* background: #111; */
        border: 1px solid #2b2b2b;
        border-radius: 14px;
        padding: 20px;
        margin-bottom: 24px;
    }

    .mvp-card-title {
        font-size: 18px;
        font-weight: 600;
        color: #FCFBF8;
        margin-bottom: 16px;
        text-align: center;
    }

    .mvp-card-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #2d2d2d;
    }

    .mvp-card-row:last-child {
        border-bottom: none;
    }

    .mvp-label {
        font-size: 12px;
        color: #FFFFFF;
        font-weight: 400;
    }

    .mvp-value {
        font-size: 14px;
        color: #fff;
        text-align: #CCCCCC;
        font-weight: 300;
    }
}

/*--------------------INDUSTRIES WE SERVE SECTION START----------------------*/
.Revolutionizing-industries {
    background-image: url('/wp-content/themes/digimantra/asset/img/our-proven-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    /* padding: 120px 0; */
    background-color: #000;
    padding: 120px 0px 80px 0px;
    /* background-color: #02020D; */
    text-align: center;
    border-top: 1px solid #2C343C;
}

.Revolutionizing-industries .Revolutionizing-industries-heading {
    max-width: 1253px;
    margin-bottom: 52px;
}

.Revolutionizing-industries .Revolutionizing-industries-heading h2 {
    text-align: left;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
    max-width: 950px;
    text-transform: uppercase;
    margin-bottom: 28px;
    
}

.Revolutionizing-industries .Revolutionizing-industries-heading p {
    color: rgba(204, 204, 204, 1);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: auto;
}

.Revolutionizing-industries .Revolutionizing-industries-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.Revolutionizing-industries .industry-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 543px;
    transition: transform 0.3s;
}

.Revolutionizing-industries .industry-card:hover {
    transform: translateY(-5px);
}

.Revolutionizing-industries .industry-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.Revolutionizing-industries .industry-card-img img {
    border-radius: 12px;
    border: 1px solid;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Description overlay (initially hidden below) */
.Revolutionizing-industries .industry-card-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    /* background: rgba(2, 2, 13, 0.85); */
    background: linear-gradient(179.88deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.660065) 74.95%, #000000 99.9%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 0 0 12px 12px;
    text-align: start;
}

/* On hover — slide text up and fade in */
.Revolutionizing-industries .industry-card:hover .industry-card-img p {
    transform: translateY(0);
    opacity: 1;
    text-align: left;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.5s ease;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content h4 {
    color: #030819;
}

.Revolutionizing-industries .industry-card-content {
    display: flex;
    padding: 22px 22px;
    justify-content: space-between;
    align-items: center;
    /* gap: 10px; */
    align-items: center;
    border: 0.5px solid #71767b;
    border-radius: 12px;
    min-height: 112px;
    /* background: #08121c; */
    background: transparent;
    backdrop-filter: blur(8px);
    border-bottom: none;
}

.Revolutionizing-industries .industry-card-content h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32.586px;
    margin: 0;
}

.Revolutionizing-industries .industry-card-content .gradient-btn {
    display: none;
}

.Revolutionizing-industries .industry-card:hover .industry-card-content .gradient-btn {
    display: block;
    background-color: #030819;
    width: 68px;
    height: 48px;
}

/* .Revolutionizing-industries .industry-card-content:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: 0.5s ease;
} */

/* .Revolutionizing-industries .industry-card-content:hover h4 {
    color: #08121c;
} */

.Revolutionizing-industries .industry-card-content:hover p {
    color: #71767b;
}

@media (max-width:1440px) {
    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content h4 {
        font-size: 24px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content p {
        font-size: 16px;
    }
}

@media (max-width:1280px) {
    .Revolutionizing-industries {
        padding: 60px 0px 80px 0px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content h4 {
        font-size: 22px;
        line-height: 22px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:992px) {
    .Revolutionizing-industries {
        padding: 32px 0px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-heading {
        margin-bottom: 26px;
        max-width: 688px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-heading h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 11px;
        letter-spacing: 2px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-heading p {
        font-size: 18px;
        line-height: 28px;
    }

    /* .Revolutionizing-industries .Revolutionizing-industries-cards {
        gap: 48px;
        grid-template-columns: repeat(1, 1fr);
    } */

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card {
        gap: 6px;
        border-radius: 4px;
        max-width: 100%;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content {
        padding: 22px 49px;
        border-radius: 12px;
        min-height: 105px;
        align-items: center;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:767px) {
    .Revolutionizing-industries {
        padding: 32px 20px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-heading h2 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 11px;
    }

    .Revolutionizing-industries .Revolutionizing-industries-heading p {
        font-size: 18px;
        line-height: 24px;
        /* max-width: 335px; */
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 14.81px;
    }

    .Revolutionizing-industries .industry-card-img img {
        width: 100%;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card {
        gap: 9px;
        max-width: 100%;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content {
        display: flex;
        padding: 12px 12px;
        min-height: 72px;
        align-items: center;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content h4 {
        font-size: 14px;
        line-height: 140%;
    }

    .Revolutionizing-industries .Revolutionizing-industries-cards .industry-card .industry-card-content p {
        font-size: 10px;
        line-height: 18px;
    }
}


@media(max-width:768px) {
    .what-if-wrap {
        flex-direction: column;
    }

    .ai-chatbot-btm {
        flex-direction: column;
    }

    .ai-chatbot-heading {
        font-size: 32px;
    }

    .image2 {
        display: none
    }

}

/*---------------MARQUEE WRAPPER START------------------*/
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-wrapper .marquee-inner {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.marquee-wrapper .marquee-inner .ratio {
    flex-shrink: 0;
    margin-right: 30px;
    width: 200px;
}

/*--------------------------------lets build end--------------------------------*/
.lets-built {
  background-color: rgb(8, 18, 28);
  padding-inline: 120px;
  border-top: 1px solid #2C343C;
  border-bottom: 1px solid #2C343C;
}
.lets-built .lets-build-container {
  display: flex;
  gap: 201px;
  padding-block: 120px;
  padding-inline: 116px;
  border-left: 1px solid #2C343C;
  border-right: 1px solid #2C343C;
  /* Left content */
  /* Right form box */
}
.lets-built .lets-build-container .left {
  max-width: 700px;
}
.lets-built .lets-build-container .left h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lets-built .lets-build-container .left p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.lets-built .lets-build-container .form-box {
  border-radius: 12px;
  width: 547px;
  padding: 75px 36px;
  border: 0.91px solid #9aa3ac;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), linear-gradient(0deg, rgba(8, 18, 28, 0.8), rgba(8, 18, 28, 0.8));
}
.lets-built .lets-build-container .form-box h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.lets-built .lets-build-container .form-box form input,
.lets-built .lets-build-container .form-box form select,
.lets-built .lets-build-container .form-box form textarea {
  width: 100%;
  padding: 17px 24px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  background: transparent;
  color: #fff;
}
.lets-built .lets-build-container .form-box form input::placeholder,
.lets-built .lets-build-container .form-box form select::placeholder,
.lets-built .lets-build-container .form-box form textarea::placeholder {
  color: white;
}
.lets-built .lets-build-container .form-box form textarea {
  resize: none;
  height: 100px;
}
.lets-built .lets-build-container .form-box button {
  width: 100%;
  padding: 15px 118px;
  border-radius: 20px;
  justify-content: center;
  color: #fff;
}
.lets-built .lets-build-container .form-box .iti {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.lets-built .lets-mob-btn {
  display: none;
}

@media (max-width: 1680px) {
  .lets-built {
    padding-inline: 80px;
  }
  .lets-built .lets-build-container .form-box button {
    padding: 15px 50px;
  }
}
@media (max-width: 1640px) {
  .lets-built .lets-build-container {
    display: flex;
    gap: 37px;
    padding-inline: 80px;
  }
}
@media (max-width: 1440px) {
  .lets-built {
    padding-inline: 80px;
  }
  .lets-built .lets-build-container {
    padding-inline: 80px;
    gap: 120px;
    /* Left content */
  }
  .lets-built .lets-build-container .left {
    max-width: 567px;
  }
  .lets-built .lets-build-container .form-box button {
    padding: 15px 50px;
  }
}
@media (max-width: 1280px) {
  .lets-built {
    padding-inline: 80px;
  }
  .lets-built .lets-build-container {
    padding-inline: 40px;
    /* Left content */
    /* Right form box */
  }
  .lets-built .lets-build-container .left h1 {
    font-size: 58px;
    line-height: 58px;
  }
  .lets-built .lets-build-container .form-box button {
    padding: 15px 50px;
  }
}
@media (max-width: 1024px) {
  .lets-built .lets-build-container {
    gap: 68px;
    /* Right form box */
  }
  .lets-built .lets-build-container .left h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .lets-built .lets-build-container .left p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .lets-built {
    padding-inline: 40px;
  }
  .lets-built .lets-build-container {
    gap: 96px;
    padding-block: 48px;
    padding-inline: 24px;
    /* Left content */
    /* Right form box */
  }
  .lets-built .lets-build-container .left {
    max-width: 330px;
  }
  .lets-built .lets-build-container .left h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .lets-built .lets-build-container .left p {
    font-size: 12px;
    line-height: 20px;
  }
  .lets-built .lets-build-container .form-box {
    min-width: 214px;
    padding: 20px 12px;
  }
  .lets-built .lets-build-container .form-box h2 {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .lets-built .lets-build-container .form-box form input,
  .lets-built .lets-build-container .form-box form select,
  .lets-built .lets-build-container .form-box form textarea {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 10px;
  }
  .lets-built .lets-build-container .form-box button {
    padding: 12px 12px;
  }
  .lets-built .lets-mob-btn {
    display: none;
  }
  .Bookmark-content-wrap .bookmark-title{
    max-width: 510px  !important;
  }
}
@media (max-width: 767px) {
  .lets-built {
    padding-inline: 16px;
    margin-bottom: 40px;
    border-bottom: none;
  }
  .Bookmark-content-wrap{
    gap: 16px;
  }
  .lets-built .lets-build-container {
    gap: 40px;
    flex-direction: column;
    padding-block: 40px;
    padding-inline: 0px;
    border: none;
    /* Left content */
    /* Right form box */
  }
  .lets-built .lets-build-container .left {
    max-width: 100%;
  }
  .lets-built .lets-build-container .left h1 {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 28px;
  }
  .lets-built .lets-build-container .left p {
    font-size: 18px;
    line-height: 28px;
  }
  .lets-built .lets-build-container .form-box {
    display: none;
  }
  .lets-built .lets-mob-btn {
    display: block;
    align-items: center;
    max-width: 271px;
  }
}
/*--------------------------------lets build end--------------------------------*/
