@font-face {
    font-family: "Goldplay-Alt-400";
    src: url("../fonts/GoldplayAlt-Regular.woff") format("woff"), url("../font/GoldplayAlt-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-500";
    src: url("../fonts/GoldplayAlt-Medium.woff") format("woff"), url("../font/GoldplayAlt-Medium.woff2") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-600";
    src: url("../fonts/GoldplayAlt-SemiBold.woff") format("woff"), url("../fonts/GoldplayAlt-SemiBold.woff2") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Alt-700";
    src: url("../fonts/GoldplayAlt-Bold.woff") format("woff"), url("../fonts/GoldplayAlt-Bold.woff2") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Goldplay-Alt-500" !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

.custom-container {
    padding: 0 70px;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto !important;
}

.sub-heading {
    font-size: 45px;
    line-height: 56px;
    font-family: "Goldplay-Alt-600";
    color: #0b1c30;
}

.sub-desc {
    font-size: 18px;
    font-family: "Goldplay-Alt-500";
    line-height: 29px;
    color: #656565;
    margin-bottom: 30px;
}

 .video-bg-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.techugo.com/new-assets/img/food-img/video-overlay.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

/* ==============================
   GENERATIVE AI BANNER
   ============================== */

.generative-banner-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 75px);
    min-height: 710px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
}

/* Video Background Wrapper */
.generative-banner-wrap .video-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Video fills 100% of banner */
.generative-banner-wrap .video-bg-wrap .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Fallback image if video fails */
.generative-banner-wrap .video-bg-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Dark overlay on top of video for text readability */
/*.generative-banner-wrap .video-bg-wrap .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 10, 35, 0.55) 0%,
            rgba(0, 15, 50, 0.45) 50%,
            rgba(0, 10, 35, 0.65) 100%);
    z-index: 1;
}
*/
/* Hero content sits above video + overlay */
.generative-banner-wrap .custom-container,
.generative-banner-wrap>.container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.generative-banner-wrap .hero-content {
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

/* Heading */
.generative-banner-wrap .hero-content .heading {
    margin-bottom: 25px;
    line-height: 1.1;
    font-size: 70.12px;
    color: #FFFFFF;
    font-family: "Goldplay-Alt-600";
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.generative-banner-wrap .hero-content .heading .text-gold {
    color: #FFE48C;
    display: block;
}

/* Description */
.generative-banner-wrap .hero-content .hero-desc {
    font-size: 20px;
    font-family: "Goldplay-Alt-500";
    color: #E8E8E8;
    line-height: 34.94px;
    margin: 0px auto 30px auto;
    max-width: 900px;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* CTA Button */
.common-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border: none;
    border-radius: 29.44px;
    min-width: 200px;
    padding: 15px 35px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Goldplay-Alt-500";
    transition: all 400ms linear;
    background-color: #2087F0;
    border: 0.87px solid #2087F0;
    cursor: pointer;
}

.common-btn:hover {
    color: #fff;
}

.generative-ai-wrapper .faq-wrap .accordion-item .accordion-header button{
    width: 95%;
}

.generative-banner-wrap .hero-content .hero-btn {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 300px;
    gap: 15px;
    white-space: nowrap;
}

.generative-banner-wrap .hero-content .hero-btn:hover {
    background-color: transparent;
    color: #2087F0;
    border-color: #2087F0;
}

/* ==============================
   RESPONSIVE — BANNER
   ============================== */

@media (min-width: 1400px) {
    .generative-banner-wrap {
        min-height: 750px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 72px;
        line-height: 1.1;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 20px;
        max-width: 960px;
    }
}






@media (max-width: 1199px) {
    .generative-banner-wrap {
        min-height: 650px;
        margin-top: 75px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 54px;
        line-height: 1.15;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 18px;
        line-height: 30px;
        max-width: 780px;
    }

    .generative-banner-wrap .hero-content .hero-btn {
        min-width: 270px;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .generative-banner-wrap {
        height: auto;
        min-height: 580px;
        padding: 80px 20px;
        margin-top: 70px;
    }

    .generative-banner-wrap .video-bg-wrap .bg-video {
        object-fit: cover;
        object-position: center;
    }

    .generative-banner-wrap .hero-content {
        padding: 20px 15px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 44px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 17px;
        line-height: 28px;
        max-width: 680px;
        margin-bottom: 25px;
    }

    .generative-banner-wrap .hero-content .hero-btn {
        min-width: 240px;
        font-size: 17px;
        height: 52px;
    }
}

@media (max-width: 767px) {

    .ai-model-tech-wrap.ai-solution-wrap .owl-stage .owl-item{
        display: flex;
    }
    .generative-banner-wrap {
        height: auto;
        min-height: 520px;
        padding: 70px 15px;
        margin-top: 65px;
    }

  
    .generative-banner-wrap .video-bg-wrap .video-overlay {
        background: linear-gradient(to bottom, rgba(0, 10, 35, 0.65) 0%, rgba(0, 15, 50, 0.55) 50%, rgba(0, 10, 35, 0.75) 100%);
    }

    .generative-banner-wrap .hero-content {
        padding: 20px 10px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 36px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .generative-banner-wrap .hero-content .heading .text-gold {
        display: inline;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .generative-banner-wrap .hero-content .hero-btn {
        min-width: 220px;
        width: auto;
        font-size: 16px;
        height: 50px;
        padding: 10px 24px;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .generative-banner-wrap {
        min-height: 480px;
        padding: 60px 15px;
        margin-top: 60px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 22px;
    }

    .generative-banner-wrap .hero-content .hero-btn {
        min-width: 200px;
        font-size: 15px;
        height: 48px;
    }

    .common-btn {
        font-size: 16px;
        height: 50px;
    }
}

@media (max-width: 479px) {
    .generative-banner-wrap {
        min-height: 440px;
        padding: 50px 12px;
        margin-top: 60px;
    }

    .generative-banner-wrap .video-bg-wrap .video-overlay {
        background: linear-gradient(to bottom, rgba(0, 10, 35, 0.70) 0%, rgba(0, 15, 50, 0.60) 50%, rgba(0, 10, 35, 0.80) 100%);
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 14px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .generative-banner-wrap .hero-content .hero-btn {
        min-width: 180px;
        font-size: 14px;
        height: 46px;
        padding: 10px 18px;
    }

    .custom-container {
        padding: 0 15px;
    }
}


/* ============================================================
   ACCELERATE BUSINESS SECTION — Bootstrap col-lg-6 layout
   ============================================================ */

.gen-accelerate-section {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
    background-image: url(https://www.techugo.com/new-assets/img/generative-img/generative-growth-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.gen-accelerate-bg {
    position: relative;
}

/* Pass-through wrappers inside left col */
.gen-accelerate-inner,
.gen-accel-left {
    height: 100%;
}

.specialty-carousel .owl-nav{
    display: none;
}

/* ---- STICKY: pinned inside the Bootstrap left column ---- */
.gen-accel-sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 110px;
    /* clears fixed header ~80px + breathing */
}

/* Heading */
.gen-accel-left .sub-heading {
    margin-bottom: 50px;
}

/* "Accelerate Your Business" blue portion */
.gen-accel-blue {
    color: #2087F0;
}

.gen-tech-icons-grid img{
    width: 100%;
}


/* CTA button */
.gen-accel-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #2087F0;
    color: #ffffff;
    font-size: 14.5px;
    font-family: "Goldplay-Alt-600";
    text-decoration: none;
    border-radius: 30px;
    padding: 13px 26px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.gen-accel-btn:hover {
    background-color: #0f6fd4;
    color: #ffffff;
    transform: translateY(-2px);
}

.gen-accel-btn svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.gen-accel-btn:hover svg {
    transform: translateX(4px);
}

/* ---- RIGHT COLUMN — accordion list ---- */
.gen-accel-right {
    width: 100%;
}

/* ---- Single Accordion Item ---- */
.gen-acc-item {
    border: 1px solid #BDBDBD;
    overflow: hidden;
    padding: 0px 30px 30px 30px;
    border-radius: 32px;
    margin-bottom: 30px;
    background: #F6F6F6;
}

/* .gen-acc-item:first-child {
    border-top: 1px solid #BDBDBD;
} */

/* ---- Accordion Header button ---- */
.gen-acc-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 20px 0px 0px 0px;
    gap: 14px;
    text-align: left;
    outline: none;
    overflow: hidden;
    /* clips the progress bar inside */
    transition: background-color 0.2s ease;
}

.gen-acc-header:hover {
    background-color: rgba(32, 135, 240, 0.02);
}

/* ---- ANIMATED BLUE PROGRESS BAR (top border, left → right) ---- */
.gen-acc-progress-bar {
    position: absolute;
    top: 0px;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #2087F0 0%, #5eb3ff 100%);
    border-radius: 0 3px 3px 0;
    transition: none;
}

/* Trigger SLOW animation when item opens */
.gen-acc-item.gen-acc-open .gen-acc-progress-bar {
    animation: genBarSlide 2.5s linear forwards;
}

@keyframes genBarSlide {
    0% {
        width: 0%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

/* ---- Accordion title text ---- */
.gen-acc-title-text {
    flex: 1;
    font-size: 25px;
    font-family: "Goldplay-Alt-600";
    color: #1A1A1A;
    line-height: 44px;
    transition: color 0.25s ease;
}

.gen-acc-item.gen-acc-open .gen-acc-title-text {
    color: #2087F0;
}

/* ---- Chevron icon ---- */
.gen-acc-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #b0bac8;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        color 0.25s ease;
}

.gen-acc-item.gen-acc-open .gen-acc-icon {
    transform: rotate(180deg);
    color: #2087F0;
}

/* ---- Accordion body (collapsed by default) ---- */
.gen-acc-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.35s ease,
        padding 0.3s ease;
    padding: 0;
}

/* Open state — light blue card background matching screenshot */
.gen-acc-item.gen-acc-open .gen-acc-body {
    max-height: 500px;
    opacity: 1;
    padding: 0;
}

.gen-acc-body p {
    font-size: 18px;
    font-family: "Goldplay-Alt-500";
    color: #5C5C5C;
    line-height: 28px;
    margin: 0;
    padding: 10px 0px 0px 0px;
}


/* ============================================================
   AI STATS CTA BANNER SECTION
   ============================================================ */

.gen-cta-banner-section {
    position: relative;

}

/* Inner flex layout: text left, image right */
.gen-cta-banner-inner {
    margin: 80px 0px 0px 0px;
    padding: 80px;
    background: url(https://www.techugo.com/new-assets/img/generative-img/efficency-bg.webp)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    /* max-height: 420px; */
}

/* ---- LEFT: text block ---- */
.gen-cta-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 900px;
}

/* Heading */
.gen-cta-heading {
    font-size: 50px;
    line-height: 64px;
    font-family: "Goldplay-Alt-600";
    color: #ffffff;
}

.yellow-text {
    color: #FFD659;
}

.blue-text {
    color: #2087F0;
}

/* Highlighted words — yellow/light-cyan contrast */
.gen-cta-highlight {
    color: #a5c8ff;
}

/* Description */
.gen-cta-desc {
    font-size: 19px;
    font-family: "Goldplay-Alt-500";
    color: rgba(255, 255, 255, 0.60);
    line-height: 25px;
    margin: 10px 0px 28px 0;
    max-width: 90%;
}

/* CTA button — white pill */
.banner-btn {
    display: inline-flex;
    background-color: #ffffff;
    color: #191919 !important;
    border-radius: 46px;
    padding: 15px 35px;
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 425px;
    width: 425px;
}

/* ---- RIGHT: Robot image ---- */
.gen-cta-image {
    flex: 0 0 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.gen-cta-robot-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    /* Slight drop shadow for depth */
    filter: drop-shadow(0 8px 32px rgba(0, 40, 140, 0.5));
}


/* ============================================================
   RESPONSIVE — CTA Banner
   ============================================================ */

/* ≤1199px */
@media (max-width: 1199px) {
    .gen-cta-banner-inner {
        padding: 0 40px;
        gap: 30px;
    }

    .gen-cta-heading {
        font-size: 28px;
    }

    .gen-cta-image {
        flex: 0 0 260px;
    }
}

/* ≤991px: side-by-side but tighter */
@media (max-width: 991px) {
    .gen-cta-banner-inner {
        padding: 0 30px;
        gap: 20px;
        min-height: 220px;
    }

    .gen-cta-heading {
        font-size: 24px;
    }

    .gen-cta-desc {
        font-size: 14px;
    }

    .gen-cta-image {
        flex: 0 0 200px;
    }

    .gen-cta-robot-img {
        max-width: 200px;
    }
}

/* ≤767px: stack vertically */
@media (max-width: 767px) {
    .healthcare-specialty-section, .gen-techstack-section{
        padding-top: 30px;
    }
     .gen-techstack-section{
        padding-bottom: 30px;
     }
   .agent-ai-wrapper .generative-banner-wrap .hero-content .heading .text-gold{
 display: block;
     }
    .gen-cta-banner-section {
        background-size: cover, cover;
    }

    .gen-cta-banner-inner {
        flex-direction: column;
        align-items: center;
        padding: 48px 24px 0;
        gap: 0;
        text-align: center;
    }

    .gen-cta-text {
        padding: 0 0 32px 0;
    }

    .gen-cta-desc {
        max-width: 100%;
    }

    .gen-cta-btn {
        margin: 0 auto;
    }

    .gen-cta-heading {
        font-size: 22px;
    }

    .gen-cta-image {
        flex: unset;
        width: 100%;
        max-width: 240px;
    }

    .gen-cta-robot-img {
        max-width: 100%;
    }
}

/* ≤575px */
@media (max-width: 575px) {
    .gen-cta-banner-inner {
        padding: 40px 20px 0;
    }

    .gen-cta-heading {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .gen-cta-desc {
        font-size: 13.5px;
        margin-bottom: 22px;
    }

    .gen-cta-btn {
        font-size: 13px;
        padding: 11px 22px;
    }
}

/* ≤479px */
@media (max-width: 479px) {
    .gen-cta-heading {
        font-size: 18px;
    }

    .gen-cta-btn {
        font-size: 12.5px;
        padding: 10px 18px;
        gap: 8px;
    }
}

/* AI Model & Technologies Section Css Start */
.ai-model-tech-wrap {
    padding: 80px 0px;
}

.ai-model-tech-wrap .custom-container {
    padding-right: 0px;
}

.ai-tech-content {
    max-width: 85%;
    margin: auto;
}

.ai-tech-content p {
    max-width: 90%;
    margin: 50px auto;
}

.ai-card {
    padding: 40px;
    border-radius: 32px;
    border: 1px solid #BDBDBD;
    height: 100%;
    background: transparent;
    transition: background .4s ease-in-out;
}

.ai-models-framework-section .tabs-list-box{
  max-height: 100%;
  overflow: hidden;
}

.framework-cta{
    margin-top: 40px;
}
.framework-cta a{
    justify-content: center;
    display: flex;
}

.ai-card:hover {
    background: linear-gradient(95.59deg, #FBFDFF 0.9%, #E5F2FF 98.57%);
}

.ai-card h3 {
    font-size: 25px;
    line-height: 42px;
    color: #505050;
    font-family: "GoldplayAlt-SemiBold";
}

.ai-card p,.ai-card ul li {
    font-size: 18px;
    line-height: 28px;
    color: #747474;
    font-family: "GoldplayAlt-Medium";
}

.ai-model-tech-wrap .owl-stage {
    display: flex;
}

.ai-model-tech-wrap .owl-stage .owl-item {
    display: flex;
}

.ai-model-tech-wrap .ai-card img {
    width: auto;
}

.card-icon-rw {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    position: relative;
}

/*.card-icon-rw::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 3px;
    background: #2087F0;
    transition: width 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 2px;
}

.ai-card:hover .card-icon-rw::before {
    width: 100%;
}

.card-icon-rw::before {
    transition: width 0.5s ease-in-out;
}*/


.ai-model-tech-wrap .nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s ease;
}

.ai-model-tech-wrap .prev-btn:hover svg path {
    fill: #2087F0;
    opacity: 1;
}

.ai-model-tech-wrap .prev-btn:hover svg {
    fill: #2087F0;
    opacity: 1;
}

/* AI Model & Technologies Section Css Ends */

/* Emerging Tech Section Css Start */
.emerging-tech-section {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
    padding: 80px 0;
}

.emerging-tech-section .tech-sticky-content {
    position: sticky;
    top: 120px;
    padding-right: 40px;
    max-width: 720px;
}

.tech-sticky-content .sub-desc {
    margin: 30px 0px 60px 0px;
    color: #A1A1A1;
}

.tech-sticky-content .prcess-mg img {
    width: 100%;
}

.emerging-tech-section .tech-list-wrap {
    padding-left: 20px;
}

.emerging-tech-section .tech-list-wrap .tech-item {
    position: relative;
    padding-left: 40px;
    padding-bottom: 0px;
    margin-bottom: 60px;
    border-left: 1px solid #ffffff;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-num {
    font-size: 30px;
    font-family: "Goldplay-Alt-600";
    color: #55A9FF;
    margin-bottom: 15px;
    line-height: 1;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-title {
    font-size: 30px;
    font-family: "Goldplay-Alt-600";
    color: #ffffff;
    margin-bottom: 15px;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-title a {
    color: #ffffff;
}

.emerging-tech-section .tech-list-wrap .tech-item .tech-desc {
    font-size: 14px;
    font-family: "Goldplay-Alt-500";
    color: #D4D4D4;
    line-height: 21.7px;
    margin: 0;
    max-width: 574px;
}

/* Emerging Tech Section Css Ends */


/* ============================================================
   KEY BENEFITS SECTION
   ============================================================ */

.gen-benefits-section {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Section header: heading left, description right */
.gen-benefits-header {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 60px;
}

.gen-benefits-header .sub-heading {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0;
}

.gen-benefits-header .sub-desc {
    flex: 1;
    margin: 0;
    padding-top: 6px;
}

/* Two-column main body: image left, cards right */
.gen-benefits-body {
    display: flex;
    align-items: stretch;
    gap: 0px;
}

/* ---- LEFT: image column ---- */
.gen-benefits-img-col {
    flex: 0 0 40%;
    max-width: 40%;
}

.gen-benefits-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gen-benefits-person-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    mix-blend-mode: multiply;
}

/* ---- RIGHT: 2x2 cards grid ---- */
.gen-benefits-cards {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px;
}

/* Base card */
.gen-benefit-card {
    border-radius: 0px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gen-benefit-card:hover {
    background: #2087F0;
    /* transform: translateY(-4px); */
    /* box-shadow: 0 12px 32px rgba(32, 135, 240, 0.12); */
}

.gen-benefit-card:hover .gen-benefit-title {
    color: #fff;
}

.gen-benefit-card:hover .gen-benefit-desc {
    color: #fff;
}

/* White card variant */
.gen-benefit-card--white {
    background: #ffffff;
    border: 1px solid #BDBDBD;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.gen-benefit-card--white:nth-child(1) {
    border-left: 0px;
}

.gen-benefit-card--white:nth-child(3) {
    border-left: 0px;
}

/* Blue card variant — "Boosted Productivity" */
.gen-benefit-card--blue {
    background: transparent;
    border: none;
}

.gen-benefit-card--blue .gen-benefit-title,
.gen-benefit-card--blue .gen-benefit-desc {
    color: #ffffff;
}


/* Card title */
.gen-benefit-title {
    font-size: 26px;
    font-family: "Goldplay-Alt-600";
    color: #505050;
    line-height: 44px;
    margin: 0px 0px 15px 0px;
}

/* Card description */
.gen-benefit-desc {
    font-size: 19px;
    font-family: "Goldplay-Alt-500";
    color: #5c5c5c;
    line-height: 28px;
    margin: 0;
}


/* ============================================================
   RESPONSIVE — Key Benefits Section
   ============================================================ */

/* ≤1199px */
@media (max-width: 1199px) {
    .gen-benefits-header {
        gap: 40px;
    }

    .gen-benefits-header .sub-heading {
        flex: 0 0 42%;
        max-width: 42%;
    }

    .gen-benefit-title {
        font-size: 18px;
    }
}

/* ≤991px: stack header vertically, keep body side-by-side */
@media (max-width: 991px) {
    .gen-benefits-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .gen-benefits-header {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 40px;
    }

    .gen-benefits-header .sub-heading,
    .gen-benefits-header .sub-desc {
        flex: unset;
        max-width: 100%;
    }

    .gen-benefits-body {
        gap: 30px;
    }

    .gen-benefits-img-col {
        flex: 0 0 35%;
        max-width: 35%;
    }

    .gen-benefits-img-wrap {
        min-height: 340px;
    }

    .gen-benefit-card {
        padding: 24px 20px;
        gap: 12px;
    }

    .gen-benefit-title {
        font-size: 16px;
    }

    .gen-benefit-desc {
        font-size: 13px;
    }
}

/* ≤767px: fully stacked */
@media (max-width: 767px) {
    .gen-benefits-body {
        flex-direction: column;
        gap: 24px;
    }

    .gen-benefits-img-col {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }

    .gen-benefits-img-wrap {
        min-height: 260px;
        border-radius: 18px;
    }

    .gen-benefits-cards {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .gen-benefit-icon {
        width: 44px;
        height: 44px;
    }
}

/* ≤575px: single column cards */
@media (max-width: 575px) {
    .gen-benefits-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .gen-benefits-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gen-benefit-card {
        padding: 22px 18px;
    }

    .gen-benefit-title {
        font-size: 15px;
    }

    .gen-benefit-desc {
        font-size: 13px;
    }
}


/* ============================================================
   TECH STACK SECTION
   ============================================================ */

.gen-techstack-section {
    background: #ffffff;
    padding-top: 80px;
}

/* ---- Header ---- */
.gen-techstack-header {
    margin-bottom: 48px;
}

.gen-techstack-header .sub-heading {
    margin-bottom: 18px;
}

.gen-techstack-header .sub-desc {
    position: relative;
    max-width: 80%;
    margin: 30px auto 30px auto;
    text-align: center;
}

.gen-techstack-header .sub-desc::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 150px;
    height: 3px;
    background: #2087F0;
    transform: translateX(-50%);
}

/* ---- Tab Nav ---- */
.gen-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 70px auto;
    max-width: 90%;
}

.gen-tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-family: "Goldplay-Alt-600";
    color: #3D3D3D;
    background: transparent;
    border: 2px solid #3A3A3A;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.15s ease;
    outline: none;
    white-space: nowrap;
}

.gen-tab-btn:hover {
    border-color: #2087F0;
    color: #fff;
    background: #2087F0;
}

.gen-tab-btn.active {
    background: #2087F0;
    color: #ffffff;
    border-color: #2087F0;
    font-family: "Goldplay-Alt-600";
}

/* ---- Tab Panels ---- */
.gen-techstack-panels {
    position: relative;
    min-height: 160px;
}

.gen-tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gen-tab-panel.active {
    display: block;
    animation: tabFadeIn 0.35s ease forwards;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Icons Grid ---- */
.gen-tech-icons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* Single icon item */
.gen-tech-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: default;
    transition: transform 0.2s ease;
    min-width: 80px;
}

/* .gen-tech-icon-item:hover {
    transform: translateY(-4px);
} */

/* Circular logo wrap */
.gen-tech-icon-wrap {
    /* width: 72px;
    height: 72px;
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    flex-shrink: 0;
    transition: box-shadow 0.2s ease; */
}

/* .gen-tech-icon-item:hover .gen-tech-icon-wrap {
    box-shadow: 0 8px 24px rgba(32, 135, 240, 0.22);
} */

/* Images inside wrap */
.gen-tech-icon-wrap img {
    width:180px;
}

/* Label */
.gen-tech-icon-item span {
    font-size: 13px;
    font-family: "Goldplay-Alt-500";
    color: #3a3a3a;
    text-align: center;
    line-height: 1.3;
    max-width: 80px;
}

/* Ai Compliance Section Css Start Here */
.healthcare-specialty-section {
    padding-top: 80px;
    background-color: #fff;
}

.healthcare-specialty-section .custom-container {
    padding-right: 0px;
}

.compliance-security-section .specialty-divider {
    background: #CACACA;
    height: 1px;
    margin: 70px 0;
}

.specialty-grid {
    align-items: stretch;
    margin-top: 10px;
}

.specialty-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F2F2F2;
    border-radius: 35px;
    padding: 25px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.specialty-header {
    margin-bottom: 30px;
    padding-right: 70px;
}

.specialty-card-text {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    font-family: "Goldplay-Alt-600";
}

.specialty-header h2 {
    margin-bottom: 50px;
}

/* Ai Compliance Section Css Ends Here */


/* ============================================================
   FLEXIBLE ENGAGEMENT MODELS SECTION
   ============================================================ */

.gen-engage-section {
    background: #ffffff;
    padding: 80px 0;
}

/* ---- Header ---- */
.gen-engage-header {
    max-width: 75%;
    margin: 0 auto 56px;
}

.gen-engage-header .sub-heading {
    margin-bottom: 18px;
}

.gen-engage-header .sub-desc {
    margin: 30px auto;
    text-align: center;
}

/* ---- 3 Cards Row ---- */
.gen-engage-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #E4EAF3;
    /* border-radius: 16px; */
    background: linear-gradient(95.59deg, #FBFDFF 0.9%, #E5F2FF 98.57%);
    overflow: hidden;
    margin-bottom: 70px;
}

/* Base card */
.gen-engage-card {
    padding: 40px 36px;
    background: #ffffff;
    color: #0B1C30;
    border-right: 1px solid #E4EAF3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    cursor: pointer;
}

.gen-engage-card:last-child {
    border-right: none;
}

/* Hover: turn blue */
.gen-engage-card:hover {
    background: #2087F0;
    color: #ffffff;
    z-index: 1;
}

.gen-engage-card:hover .gen-engage-card-title,
.gen-engage-card:hover .gen-engage-card-desc {
    color: #ffffff;
}


/* ---- Icon ---- */
.gen-engage-card-icon {
    color: #2087F0;
    line-height: 1;
    flex-shrink: 0;
    transition: color 0.35s ease;
}


/* Large icon for featured card */
.gen-engage-card-icon--large {
    color: #ffffff;
}

/* ---- Title ---- */
.gen-engage-card-title {
    font-size: 25px;
    font-family: "Goldplay-Alt-600";
    color: #505050;
    line-height: 44px;
    margin: 0;
    transition: color 0.35s ease;
}

/* ---- Description ---- */
.gen-engage-card-desc {
    font-size: 15px;
    font-family: "Goldplay-Alt-500";
    color: #5c5c5c;
    line-height: 25px;
    margin: 0;
    transition: color 0.35s ease;
    flex: 1;
}

/* ---- List ---- */
.gen-engage-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gen-engage-cta {
    display: flex;
    justify-content: center;
}



/* ============================================================
   RESPONSIVE — Engagement Models
   ============================================================ */

/* ≤1199px */
@media (max-width: 1199px) {
    .gen-engage-card {
        padding: 32px 28px;
    }

    .gen-engage-card-title {
        font-size: 20px;
    }

    .gen-engage-card-desc {
        font-size: 14px;
    }
}

/* ≤991px: 2+1 layout */
@media (max-width: 991px) {
    .gen-engage-section {
        padding: 60px 0;
    }

    .gen-engage-cards {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 12px;
    }

    /* Third card full-width */
    .gen-engage-card:nth-child(3) {
        grid-column: 1 / -1;
        border-right: none;
        border-top: 1px solid #E4EAF3;
    }

    .gen-engage-card--featured {
        border-right: 1px solid #1f7ee0 !important;
    }
}

/* ≤767px: single column */
@media (max-width: 767px) {
    .gen-engage-section {
        padding: 48px 0;
    }

    .gen-engage-header {
        margin-bottom: 36px;
    }

    .gen-engage-cards {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }

    .gen-engage-card {
        border-right: none !important;
        border-bottom: 1px solid #E4EAF3;
        padding: 28px 24px;
    }

    .gen-engage-card:last-child {
        border-bottom: none;
    }

    /* .gen-engage-card--featured {
        border-bottom-color: transparent !important;
    } */

    .gen-engage-card:nth-child(3) {
        grid-column: auto;
        border-top: none;
    }

    .gen-engage-card-title {
        font-size: 18px;
    }
}

/* ≤575px */
@media (max-width: 575px) {
    .gen-engage-card {
        padding: 24px 20px;
        gap: 12px;
    }

    .gen-engage-card-title {
        font-size: 17px;
    }

    .gen-engage-card-desc,
    .gen-engage-card-list li {
        font-size: 13px;
    }

    .gen-engage-cta .common-btn {
        font-size: 14px;
        padding: 13px 24px;
    }
}


/* ======== Ai Development Section Css Start */

.development-services-section {
    padding: 80px 0px;
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
}

.development-services-section .sub-desc {
    color: #B1B1B1;
}

.services-row {
    margin-top: 50px;
}

.compliance-accordion-wrap {
    position: relative;
}

/* .development-services-section .tabs-list-box {
  
    height: 663px;
    overflow: hidden;
} */
.tabs-scroll-line .scroll-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #0A67D8;
    border-radius: 30px;
    transition: transform 0.1s linear;
}

.development-services-section .tabs-scroll-line {
    position: absolute;
    right: -25px;
    top: 0px;
    width: 5.5px;
    height: calc(100% - 25px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.development-services-section .tabs-list-main {
    position: relative;
    padding-right: 15px;
}

.eco-accordion {
    background: #F6F6F6;
    border-radius: 32px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #BDBDBD;
}

.eco-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    transition: background var(--transition);
}

.eco-toggle-title {
    font-size: 24px;
    font-family: "Goldplay-Alt-600";
    color: #1A1A1A;
    margin: 0;
    line-height: 43px;
}

.eco-chevron {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform var(--transition), background var(--transition), border-color var(--transition);
    color: var(--text-mid);
}

.eco-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}

.eco-body-inner {
    padding: 0 28px 24px;
}

.compliance-accordion-wrap .eco-body-inner p {
    font-family: "Goldplay-Alt-500";
    font-size: 18px;
    line-height: 29px;
    color: #5C5C5C;
}

.tabs-list-main {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.tabs-list-box {
    flex: 1;
    max-height: 663px;
    /* adjust to match your design */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs-list-box::-webkit-scrollbar {
    display: none;
}

.tabs-scroll-line {
    position: relative;
    width: 3px;
    min-height: 480px;
    /* must match tabs-list-box max-height */
    background: #e0e0e0;
    border-radius: 3px;
    flex-shrink: 0;
    order: -1;
    /* puts track on left side */
}

.scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 60px;
    background: #2087F0;
    border-radius: 3px;
    transition: transform 0.1s linear;
}

/* Accordion */
.eco-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.eco-accordion.open .eco-chevron svg {
    transform: rotate(180deg);
}

.eco-chevron svg {
    transition: transform 0.3s ease;
}

.ai-solution-wrap .ai-card {
    border-radius: 0;
    background: linear-gradient(95.59deg, #FBFDFF 0.9%, #E5F2FF 98.57%);
    border: 1px solid #BDBDBD;
    transition: background 0.5s ease-in-out,
                border-color 0.5s ease-in-out,
                color 0.5s ease-in-out;
}

.ai-solution-wrap .ai-card:hover {
    background: #2087F0;
}
.ai-solution-wrap .ai-card:hover h3{
    color: #fff;
}
.ai-solution-wrap .ai-card:hover p,.ai-solution-wrap .ai-card:hover ul li{
    color: #fff;
}
.services-content-wrap img {
    width: 100%;
}

.cost-banner-section .gen-cta-banner-inner {
    background: url(https://www.techugo.com/new-assets/img/generative-img/cost-reduce-bg.webp)no-repeat;
    background-size: 100% 100%;
}

/* ================ Ai Agent Page Css Start Here ============================*/

/*.workflow-cta .gen-cta-text{
    max-width: 820px;
}*/

.agent-development-wrap .ai-tech-content p {
        margin: 0px auto;
    }


.agent-development-wrap .ai-tech-content {
    margin: auto auto 40px auto;
    max-width: 100%;
}


.agent-ai-wrapper .ai-card ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.agent-ai-wrapper .gen-cta-banner-inner {
    margin: 80px 0px;
}

.development-services-section.technologies-ecosystem-wrap{
    background: url(https://www.techugo.com/new-assets/img/generative-img/tech-ecosystem-bg.webp)no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
}


.development-services-section.technologies-ecosystem-wrap .sub-desc {
    color: #5C5C5C;
    margin: 40px 0px;
}

.technologies-ecosystem-wrap .gen-engage-cta{
   justify-content: flex-start;
}

.ecoheading{
    display: flex;
    align-items: center;
    gap: 10px;
}

.ecoheading .eco-toggle-numnber{
    font-size: 16px;
     font-family: "Goldplay-Alt-600";
    color:#6B7280;
}

.technologies-ecosystem-wrap .tabs-list-box {
padding: 20px;
    background: #FEFEFD;
    border-radius: 48px;
}
.technologies-ecosystem-wrap .eco-accordion{
  background: #F2F6FE;
  border: 1px solid #3B82F64D
}

.ai-model-tech-wrap.ai-solution-wrap .owl-stage .owl-item{
    display: flex;
}

.ai-model-tech-wrap.ai-solution-wrap.agent-solution-bcx .owl-stage .owl-item{
    display: flex;
    height: auto;
}

.ai-model-tech-wrap.ai-solution-wrap.agent-solution-bcx .item {
    display: flex;
    width: 100%;
}

.ai-model-tech-wrap.ai-solution-wrap.agent-solution-bcx .ai-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.generative-ai-wrapper .faq-wrap ,.generative-ai-wrapper .ourwork-wrap{
  padding-left: 0px;
  padding-right: 0px;
}

/*==================== AI Agent Css Ends here=====================*/




/* ============= Ai Chatbot Css Start Here ================== */
.engage-mg {
    width: 300px;
    margin: auto;
}
.gen-benefit-card:hover .common-btn{
    background: #000;
}
 .engage-mg img{
    width: 100%;
    max-width: 100%;
 }
.pills-grid {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.eco-pill {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #C8EDFF;
    color: #1A1A1A;
    border: 1px solid #2087F0;
    border-radius: 12px;
    padding: 12px 16px;
    font-family: "GoldplayAlt-Medium";
    font-size: 15px;
    line-height: 26px;
}

.eco-pill-dot img {
    margin-right: 0px;
}



.gen-techstack-section.ai-model-tech-wrap.ai-solution-wrap .owl-stage .owl-item {
    display: flex;
}

.chatbot-tech-wrap {
    padding-bottom: 80px;
}

.chatbot-ai-wrapper .healthcare-specialty-section {
    padding-bottom: 80px;
}

.chatbot-compliance-wrap .specialty-card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.chatbot-compliance-wrap .specialty-card img {
    width: 120px;
    margin: auto;
    border-radius: 14px;
}

.chatbot-compliance-wrap .specialty-card-icon {
    width: 100%;
}

.chatbot-compliance-wrap .specialty-carousel .owl-stage,
.chatbot-ai-wrapper .ai-solution-wrap .owl-stage {
    display: flex;
}

.chatbot-compliance-wrap .specialty-carousel .owl-stage .owl-item,
.chatbot-ai-wrapper .ai-solution-wrap .owl-stage .owl-item {
    display: flex;
}

.ecommerce-strengths-section {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
    padding: 80px 0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
}

.ecommerce-strengths-section .trust-content {
    margin-top: 70px;
}

.strength-card {
    display: flex;
    align-items: start;
    margin-bottom: 60px;
    transition: all 0.3s ease;
}

.strength-num-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    min-width: 55px;
    margin-top: -10px;
}

.strength-num {
    position: relative;
    font-size: 64px;
    font-family: "GoldplayAlt-SemiBold";
    background: linear-gradient(180deg, #717171 0%, rgba(153, 153, 153, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    color: rgba(255, 255, 255, 0.12);
    transition: color 0.3s ease;
}

.strength-num::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #2087F0;
    margin-bottom: 12px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.strength-content {
    flex: 1;
}

.strength-content h3 {
    font-size: 24px;
    font-family: "GoldplayAlt-SemiBold";
    color: #DADADA;
    margin-bottom: 12px;
    line-height: 31px;
    transition: color 0.3s ease;
}

.strength-content p {
    font-size: 16px;
    line-height: 25px;
    color: #9aacc1;
    font-family: "GoldplayAlt-Medium";
    line-height: 1.6;
    margin: 0;
}

.strength-card:hover .strength-num::after {
    /* width: 100%; */
    transform: scale(1);
}

.ecommerce-strengths-section .common-btn {
    max-width: 370px;
}

.ecommerce-strengths-section a.common-btn {
    color: #fff;
}

/* ============= Ai Chatbot Css Ends Here ================== */


/* ============= LLM Development Page Css Start Here ================ */
.framework-cta {
    margin-top: 40px;
}

.framework-cta a {
    justify-content: center;
    display: flex;
}

/* ============ LLM Development Page Css Ends Here ================= */

/* =========== MVP Development Page Css Start Here ============ */
.industry-section{
    padding: 80px 0px;
}
.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.industry-grid .industry-grid-rw {
    padding: 0px 20px;
   border-right: 1px solid #ACACAC;
}
.industry-grid .industry-grid-rw:nth-child(1){
    padding: 0px 20px 0px 0px;
}
.industry-grid .industry-grid-rw:nth-child(4){
    border: 0px;
}
.industry-item{
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
}
.industry-item h4{
    font-size: 20px;
    line-height: 28px;
    color: #151515;
       font-family: "Goldplay-Alt-600";
}
.estimate-card {
    display: flex;
    gap: 40px;
}
.estimate-card .estimate-grid{
    background: #F4F4F4;
    border-radius: 44px;
    padding: 40px 40px;
    width: 65%;
    display: flex;
    gap: 150px;
}
.estimate-card .estimate-note{
    background: #EDF7FF;
    padding: 40px;
    border-radius: 44px;
    width: calc(35% - 40px);
}
.healthcare-specialty-section.mvp-compliance-wrap .custom-container{
    padding-right:70px;
}
.estimate-item .label,.estimate-note .note-icon h4{
    color: #1B1B1B;
    font-size: 30px;
    margin-bottom: 15px;
     font-family: "Goldplay-Alt-600";
}
.estimate-item .value{
    background-color: #E2F0FF;
  border: 2px solid #0071E5;
  border-radius: 26px;
  color: #005CB9;
  font-size: 25px;
    font-family: "Goldplay-Alt-600";
    padding: 20px 40px;
    margin-top:20px;
}
.estimate-note .note-icon svg{
    margin-right: 5px;
}
.estimate-note .note-icon{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.estimate-note .note-text {
color: #3D3D3D;
font-size: 20px;
line-height: 26px;
  font-family: "Goldplay-Alt-500";
}
 
/* =========== MVP Development Page Css Ends Here =========== */







@media (max-width:1720px) {
    .estimate-note .note-text{
        font-size: 18px;
        line-height: 24px;
    }
    .estimate-item .value{
    font-size: 23px;
}
    .estimate-item .label, .estimate-note .note-icon h4{
        font-size: 28px;
    }
    .industry-item h4{
        font-size: 19px;
        line-height: 27px;
    }
      .strength-num {
        font-size: 62px;
    }
    .gen-tech-icon-wrap img {
    width:170px;
}
    .sub-heading {
        font-size: 42px;
        line-height: 50px;
    }

    .gen-acc-title-text {
        font-size: 24px;
        line-height: 43px;
    }

    .gen-acc-body p,
    .sub-desc,
    .gen-benefit-desc {
        font-size: 17px;
        line-height: 26px;
    }

    .gen-cta-desc {
        font-size: 17px;
        line-height: 23px;
    }

    .common-btn {
        font-size: 18px;
    }

    .banner-btn {
        font-size: 17px;
    }

    .gen-acc-item {
        padding: 0px 25px 25px 25px;
    }

    .generative-banner-wrap .hero-content .heading {
        line-height: 70px;
        font-size: 68.12px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 19px;
        line-height: 32px;
    }

    .gen-cta-heading {
        font-size: 46px;
        line-height: 50px;
    }

    .ai-card {
        padding: 35px;
    }

    .ai-card p,.ai-card ul li {
        font-size: 17px;
        line-height: 27px;
    }

    .ai-card h3,
    .gen-engage-card-title {
        font-size: 23px;
        line-height: 38px;
    }

    .emerging-tech-section .tech-list-wrap .tech-item .tech-title,
    .emerging-tech-section .tech-list-wrap .tech-item .tech-num {
        font-size: 28px;
    }

    .gen-benefit-title {
        font-size: 24px;
        line-height: 40px;
    }

    .gen-tab-btn {
        font-size: 18px;
    }

    .specialty-card-text {
        font-size: 18px;
        line-height: 27px;
    }
}

@media (max-width:1540px) {
    .healthcare-specialty-section.mvp-compliance-wrap .custom-container{
        padding-right: 60px;
    }
    .estimate-note .note-text{
        font-size: 16px;
        line-height: 22px;
    }
        .estimate-item .value{
    font-size: 21px;
}
     .estimate-item .label, .estimate-note .note-icon h4{
        font-size: 26px;
    }
      .industry-item h4{
        font-size: 18px;
        line-height: 26px;
    }
       .strength-num {
        font-size: 60px;
    }
 .strength-content h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .emerging-tech-section .tech-list-wrap .tech-item .tech-title,
    .emerging-tech-section .tech-list-wrap .tech-item .tech-num {
        font-size: 26px;
    }

    .sub-heading {
        font-size: 40px;
        line-height: 48px;
    }

    .eco-toggle {
        padding: 20px 26px;
    }

    .eco-accordion {
        padding: 13px;
    }

    .eco-toggle-title {
        font-size: 22px;
        line-height: 32px;
    }

    .custom-container {
        padding: 0 60px;
    }

    .gen-acc-title-text {
        font-size: 22px;
        line-height: 40px;
    }

    .generative-banner-wrap .hero-content .heading {
        line-height: 67px;
        font-size: 68.12px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 18px;
        line-height: 29px;
    }

    .gen-cta-heading {
        font-size: 43px;
        line-height: 47px;
    }

    .ai-card p,.ai-card ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .ai-card h3,
    .gen-engage-card-title {
        font-size: 21px;
        line-height: 35px;
    }

    .gen-benefit-title {
        font-size: 22px;
        line-height: 38px;
    }

}



@media (max-width:1480px) {
     .healthcare-specialty-section.mvp-compliance-wrap .custom-container{
        padding-right: 35px;
    }
    .gen-tabs-nav{
        margin: 60px auto;
    }
     .estimate-note .note-text{
        font-size: 15px;
        line-height: 21px;
    }
    .estimate-card .estimate-grid,.estimate-card .estimate-note{
        padding: 30px;
    }


     .estimate-item .value{
    font-size: 19px;
    padding: 15px 35px;
}
     .estimate-item .label, .estimate-note .note-icon h4{
        font-size: 22px;
        margin-bottom:12px;
    }
  .industry-item h4{
        font-size: 16px;
        line-height: 24px;
    }
  .strength-num {
        font-size: 55px;
    }
     .strength-content p {
        font-size: 15px;
    }
     .strength-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .development-services-section .tabs-list-main {
        padding-right: 10px;
    }
    .agent-ai-wrapper .gen-cta-banner-inner{
        margin: 60px 0px;
    }
    .development-services-section.technologies-ecosystem-wrap{
        margin-top: 60px;
    }
    .ecommerce-strengths-section .trust-content{
        margin-top: 60px;
    }
    .gen-tech-icon-wrap img {
    width:150px;
}
    .gen-engage-card {
        padding: 35px 30px;
    }

    .specialty-card-text {
        font-size: 16px;
        line-height: 25px;
    }

    .gen-tab-btn {
        font-size: 16px;
        padding: 14px 28px;
    }

    .gen-benefit-card {
        padding: 28px 24px;
    }

    .emerging-tech-section .tech-list-wrap .tech-item .tech-title,
    .emerging-tech-section .tech-list-wrap .tech-item .tech-num {
        font-size: 24px;
    }

    .ai-card h3,
    .gen-engage-card-title {
        font-size: 20px;
        line-height: 32px;
    }

    .ai-card p,.ai-card ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .ai-card {
        padding: 30px;
    }

    .ai-tech-content p {
        margin: 30px auto;
    }

    .gen-cta-desc {
        font-size: 16px;
        line-height: 21px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 17px;
        line-height: 27px;
    }

    .common-btn {
        font-size: 16px;
        padding: 13px 30px;
    }

    .banner-btn {
        font-size: 16px;
        padding: 13px 30px;
    }

    .gen-acc-body p,
    .sub-desc,
    .gen-benefit-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .gen-accel-left .sub-heading {
        margin-bottom: 30px;
    }

    .gen-accelerate-section,
    .ai-model-tech-wrap,
    .emerging-tech-section,
    .gen-benefits-section,
    .gen-engage-section,.development-services-section,.ecommerce-strengths-section,.industry-section{
        padding: 60px 0px;
    }
    .healthcare-specialty-section,.gen-techstack-section{
        padding-top: 60px;
    }
    .generative-ai-wrapper .testimonials-techugo{
    padding-top: 60px;
    padding-bottom: 60px;
}
.chatbot-ai-wrapper .healthcare-specialty-section{
    padding-bottom: 60px;
}

    .gen-cta-banner-inner {
        margin: 60px 0px 0px 0px;
        padding: 45px;
    }

    .custom-container {
        padding: 0 35px;
    }
    .specialty-header {
    margin-bottom: 30px;
    padding-right: 35px;
}

    .sub-heading {
        font-size: 36px;
        line-height: 46px;
    }

    .eco-toggle {
        padding: 18px 24px;
    }

    .eco-accordion {
        padding: 10px;
    }

    .eco-toggle-title {
        font-size: 20px;
        line-height: 30px
    }

    .gen-acc-title-text {
        font-size: 20px;
        line-height: 36px;
    }

    .eco-chevron {
        width: 30px;
        height: 30px;
    }

    .eco-chevron svg,
    .gen-acc-icon svg {
        width: 16px;
    }

    .gen-acc-item {
        padding: 0px 20px 20px 20px;
    }

    .generative-banner-wrap .hero-content .heading {
        line-height: 67px;
        font-size: 60.12px;
    }

    .gen-cta-heading {
        font-size: 40px;
        line-height: 44px;
    }

    .gen-cta-text {
        max-width: 750px;
    }

    .gen-benefit-title {
        font-size: 21px;
        line-height: 35px;
    }
    .specialty-card{
        padding: 22px;
    }
    .ecoheading .eco-toggle-numnber{
        font-size: 14px;
    }
    .banner-btn{
        min-width: 390px;
        width: 390px;
    }
    .industry-grid{
        margin-top: 50px;
    }
}



@media (max-width:1380px) {
     .gen-tabs-nav{
        margin: 50px auto;
    }
    .chatbot-ai-wrapper .healthcare-specialty-section{
    padding-bottom: 50px;
}
       .estimate-note .note-text{
        font-size: 14px;
        line-height: 20px;
    }
        .estimate-item .value{
    font-size: 17px;
}
     .estimate-item .label, .estimate-note .note-icon h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
     .industry-grid{
        margin-top: 40px;
    }
    .industry-grid .industry-grid-rw:nth-child(1) {
    padding: 0px 10px 0px 0px;
}
.industry-item{
    gap: 12px;
}
    .industry-item h4{
        font-size: 15px;
        line-height: 23px;
    }
     .industry-grid .industry-grid-rw{
        padding: 0px 10px;
    }
     .strength-num {
        font-size: 50px;
    }
     .ecommerce-strengths-section .trust-content{
        margin-top: 50px;
    }
     .strength-content p {
        font-size: 14px;
        line-height: 1.3;
    }
     .strength-content h3 {
        font-size: 18px;
        line-height: 25px;
    }

 .development-services-section.technologies-ecosystem-wrap{
        margin-top: 50px;
    }
       .ecoheading .eco-toggle-numnber{
        font-size: 13px;
    }
     .agent-ai-wrapper .gen-cta-banner-inner{
        margin: 50px 0px;
    }

    .ai-card h3,
    .gen-engage-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .ai-card {
        padding: 25px;
    }

    .gen-cta-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .eco-chevron svg,
    .gen-acc-icon svg {
        width: 14px;
    }

    .gen-cta-banner-inner {
        margin: 50px 0px 0px 0px;
        padding: 40px;
    }

    .eco-toggle {
        padding: 15px 20px;
    }

    .eco-toggle-title {
        font-size: 18px;
        line-height: 28px;
    }

    .generative-banner-wrap .hero-content .heading {
        font-size: 58px;
        line-height: 62px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 19px;
        max-width: 860px;
    }

    .generative-banner-wrap .hero-content .hero-desc {
        font-size: 16px;
        line-height: 25px;
    }

    .gen-cta-heading {
        font-size: 36px;
        line-height: 40px;
    }

    .gen-accelerate-section,
    .ai-model-tech-wrap,
    .emerging-tech-section,
    .gen-benefits-section,
    .gen-engage-section,.development-services-section,.ecommerce-strengths-section,.industry-section{
        padding: 50px 0px;
    }
     .healthcare-specialty-section,.gen-techstack-section{
        padding-top: 50px;
    }


   .generative-ai-wrapper .testimonials-techugo{
    padding-top: 50px;
    padding-bottom: 50px;
}

    .gen-benefit-title {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (max-width:1280px) {
    .gen-tech-icon-wrap img {
    width:130px;
}
    .sub-heading {
        font-size: 34px;
        line-height: 42px;
    }

    .gen-acc-body p,
    .sub-desc,
    .gen-benefit-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .gen-cta-heading {
        font-size: 32px;
        line-height: 38px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 12px 30px;
        min-width: 310px;
        width: 310px;
    }

    .gen-cta-text {
        max-width: 650px;
    }

    .ai-card h3,
    .gen-engage-card-title {
        font-size: 19px;
        line-height: 26px;
    }

    .ai-model-tech-wrap .ai-card img {
        width: 45px;
    }

    .eco-body-inner {
        padding: 0 22px 16px;
    }

    .eco-toggle-title {
        font-size: 17px;
        line-height: 26px;
    }

    .eco-toggle {
        padding: 12px 20px;
    }
    .tabs-list-box{
        max-height: 600px;
    }
        .emerging-tech-section .tech-list-wrap .tech-item .tech-title, .emerging-tech-section .tech-list-wrap .tech-item .tech-num {
        font-size: 22px;
    }
    .gen-benefit-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 10px 0px;
    }
    .cost-banner-section .banner-btn{
        min-width: 340px;
        width: 340px;
    }
     .specialty-card{
        padding: 18px;
        gap: 10px;
    }
    .specialty-card-icon img{
        width:28px;
    }
        .specialty-card-text {
        font-size: 15px;
        line-height: 22px;
    }
        .generative-banner-wrap .hero-content .heading {
        font-size: 54px;
        line-height: 58px;
    }
    .generative-banner-wrap{
        min-height: 610px;
    }
        .common-btn {
        font-size: 15px;
    }
        .generative-banner-wrap .hero-content .hero-desc {
        font-size: 15px;
        line-height: 22px;
    }
        .gen-acc-title-text {
        font-size: 18px;
        line-height: 30px;
    }
        .gen-tab-btn {
        font-size: 15px;
        padding: 12px 25px;
    }
}

@media (max-width:1180px){
     .gen-tabs-nav{
        margin: 40px auto;
    }
    .chatbot-ai-wrapper .healthcare-specialty-section{
    padding-bottom: 40px;
}
        .estimate-item .value{
    font-size: 16px;
}
     .strength-num {
        font-size: 45px;
    }
     .development-services-section.technologies-ecosystem-wrap{
        margin-top: 40px;
    }
     .agent-ai-wrapper .gen-cta-banner-inner{
        margin: 40px 0px;
    }
    .gen-tech-icon-wrap img {
    width:110px;
}
    .generative-banner-wrap .hero-content .heading {
        font-size: 50px;
        line-height: 54px;
    }
        .sub-heading {
        font-size: 31px;
        line-height: 38px;
    }
        .gen-accelerate-section, .ai-model-tech-wrap, .emerging-tech-section, .gen-benefits-section, .gen-engage-section, .development-services-section,.ecommerce-strengths-section,.industry-section{
        padding: 40px 0px;
    }
       .generative-ai-wrapper .testimonials-techugo{
    padding-top: 40px;
    padding-bottom: 40px;
}
     .healthcare-specialty-section,.gen-techstack-section{
        padding-top: 40px;
    }
        .gen-acc-title-text {
        font-size: 17px;
        line-height: 28px;
    }
        .eco-chevron svg, .gen-acc-icon svg {
        width: 12px;
    }
    .gen-acc-item{
        margin-bottom: 20px;
    }
        .gen-cta-heading {
        font-size: 28px;
        line-height: 36px;
    }
        .gen-cta-text {
        max-width: 570px;
    }
        .gen-cta-banner-inner {
        margin: 40px 0px 0px 0px;
        padding: 35px;
    }
        .specialty-header {
    margin-bottom: 20px;
}
.compliance-security-section .specialty-divider{
    margin: 40px 0px;
}
    .specialty-card-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:991px){
    .healthcare-specialty-section.mvp-compliance-wrap .custom-container{
        padding-right: 25px;
    }
        .estimate-item .value{
    font-size: 15px;
    padding: 10px 30px;
}
    .industry-item h4{
        font-size: 14px;
        line-height: 22px;
    }

      .strength-num {
        font-size: 40px;
    }
    .services-content-wrap img{
        margin-bottom: 30px;
    }
    .services-row{
        margin-top: 30px;
    }
        .custom-container {
        padding: 0 25px;
    }
        .sub-heading {
        font-size: 28px;
        line-height: 36px;
    }
   .ai-solution-wrap .sub-heading br{
    display: none;
   }
   .ai-tech-content{
    max-width: 100%;
   }
   .emerging-tech-section .tech-sticky-content{
    max-width: 100%;
    position: static;
    padding: 0px;
    top: auto;
   }
   .d-none-mb{
    display: none;
   }
   .common-mob-carousel .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
   }
   .gen-cta-text {
        max-width: 510px;
    }
        .gen-cta-desc {
        font-size: 14px;
        line-height: 20px;
    }
        .banner-btn {
        font-size: 14px;
        padding: 12px 25px;
        min-width: 310px;
        width: 310px;
    }
        .cost-banner-section .banner-btn {
        min-width: 310px;
        width: 310px;
    }
        .gen-acc-body p, .sub-desc, .gen-benefit-desc {
        font-size: 14px;
        line-height: 20px;
    }
    .gen-tabs-nav{
        max-width: 100%;
    }
    .gen-techstack-panels{
        min-height: auto;
    }
        .generative-banner-wrap .hero-content .heading {
        font-size: 44px;
        line-height: 46px;
    }
        .generative-banner-wrap {
        min-height: 100%;
        padding: 40px 20px;
    }
}
@media (max-width:767px){
    .industry-grid {
        margin-top: 20px;
        display: block;
    }
        .industry-grid .industry-grid-rw:nth-child(1) {
        padding: 0px 0px 10px 0px;
    }
        .industry-grid .industry-grid-rw {
        padding: 20px 0px 10px 0px;
        border-right: 0px;
        border-bottom: 1px solid #ACACAC;
    }
        .industry-item {
        gap: 10px;
        margin-bottom: 10px;
    }
   .compliance-security-wrap .sub-desc {
        margin-bottom: 0px;
    }
         .estimate-card .estimate-grid, .estimate-card .estimate-note{
        padding: 20px;
    }
    .estimate-card .estimate-grid{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .estimate-card .estimate-note{
        width: 100%;
    }
    .estimate-card{
        flex-direction: column;
    }
    .gen-tech-icons-grid{
        flex-direction: column;
        gap: 20px;
    }
    .framework-cta{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .healthcare-specialty-section.mvp-compliance-wrap .custom-container{
        padding-right: 15px;
    }
     .gen-tabs-nav{
        margin: 30px auto;
    }
    .chatbot-ai-wrapper .healthcare-specialty-section{
    padding-bottom: 30px;
}
      .strength-num {
        font-size: 38px;
    }
     .ecommerce-strengths-section .trust-content{
        margin-top: 30px;
    }
     .strength-content h3 {
        font-size: 17px;
        line-height: 23px;
    }
     .development-services-section.technologies-ecosystem-wrap{
        margin-top: 30px;
    }
     .ai-card p,.ai-card ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .technologies-ecosystem-wrap .services-content-wrap {
        margin-top: 30px;
    }
     .agent-ai-wrapper .gen-cta-banner-inner{
        margin: 30px 0px;
    }

       .generative-ai-wrapper .testimonials-content {
        margin-top: 25px;
    }
     .generative-ai-wrapper .testimonials-techugo.location-testimonials-techugo.commpd{
     padding-right: 15px;
     padding-left: 15px;
    }
    .generative-ai-wrapper .faq-wrap.testimonials-techugo.location-testimonials-techugo.commpd{
  padding-right: 0px;
  padding-left: 0px;
    }
     .generative-ai-wrapper .ourwork-wrap{
   padding-right: 0px;
  padding-left: 0px;
    }
      .gen-accelerate-section, .ai-model-tech-wrap, .emerging-tech-section, .gen-benefits-section, .gen-engage-section, .development-services-section,.ecommerce-strengths-section,.industry-section {
        padding: 30px 0px;
    }
       .generative-ai-wrapper .testimonials-techugo{
    padding-top: 30px;
    padding-bottom: 30px;
}
     .healthcare-specialty-section,.gen-techstack-section{
        padding-top: 30px;
    }
    .tabs-list-box{
        overflow: hidden;
        max-height: 100%;
    }
    .gen-tech-icon-wrap img {
    width:100px;
}
    .generative-banner-wrap .hero-content .heading {
        font-size: 38px;
        line-height: 40px;
    }
        .custom-container {
        padding: 0 15px!important;
    }
       .generative-ai-wrapper .testimonials-techugo{
    padding-top: 30px;
    padding-bottom: 30px;
}

    .gen-acc-title-text {
        font-size: 16px;
        line-height: 25px;
    }
        .gen-cta-banner-inner {
        margin: 30px 0px 0px 0px;
        padding: 20px;
    }
    .gen-cta-banner-inner,.cost-banner-section .gen-cta-banner-inner{
        border-radius: 54px;
        background-size: cover;
    }
    .banner-btn,.cost-banner-section .banner-btn{
        min-width: auto;
        width: 100%;
        justify-content: center;
    }
    .choose-nav-wrap svg{
        width: 35px;
    }
    .development-services-section .tabs-list-main{
        padding-right: 0px;
    }
    .gen-benefit-card--white:nth-child(1){
        border-left:1px solid #BDBDBD;
    }
     .gen-benefit-card--white:nth-child(3){
        border-left:1px solid #BDBDBD;
    }
    .gen-techstack-header .sub-desc{
        max-width: 100%;
        margin: 20px auto;
    }
        .gen-tabs-nav {
        max-width: 100%;
        margin: 30px auto;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: start;
    }
        .sub-heading {
        font-size: 25px;
        line-height: 32px;
    }
    .specialty-header h2 {
    margin-bottom: 20px;
}
    .compliance-security-section .specialty-divider {
        margin: 20px 0px 30px 0px;
    }
    .gen-engage-header{
        max-width: 100%;
    }
        .gen-engage-card {
        padding: 20px 20px;
    }

}