/*.synthetic-hero{*/
/*    background: url("images/synthetic/synthetichero-bg.png");*/
/*    padding: 250px 0px 200px 0px;*/
/*    background-position: 50% 30%;*/
/*    text-align: center;*/
/*    color:#ffffff;*/
/*    height: 100vh;*/

/*}*/
/*.synthetic-hero::after{*/
/*     background-color: red !important;*/
/*}*/
/*.synthetic-hero h2{*/
/*  font-size: 32px;*/
/*}*/
/*.hero-btn{*/
/*    margin-top: 50px;*/
/*}*/

.synthetic-hero {
    position: relative;
    background: linear-gradient(rgba(29, 18, 20, 0.6), rgba(29, 18, 20, 0.6)),
    url("images/synthetic/synthetichero-bg.webp") center 30% / cover no-repeat;
    padding: 250px 0 200px 0;
    text-align: center;
    color: #ffffff;
    height: 100vh;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.synthetic-hero h2 {
    font-size: 32px;
}

.hero-btn {
    margin-top: 100px;
}

.syntheticBtn {
    background-color: #e11d21;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.syntheticBtn:hover {
    background-color: #c5161a;
}

.unlockSec {
    padding: 70px 0px;
}

.unlockImg-sec {
    width: 42%;
}

.unlockRight-sec {
    width: 53%;
}

.unlockRight-sec p {
    font-size: 22px;
}

.unlockBtn {
    border: 1px solid #737373;
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
}

.approach-sec{
    margin-top: 60px;
    margin-bottom: 80px;
}
/*@media (min-width: 320px) and (max-width: 767px) {*/
/*    .approach-sec{*/
/*        display: none;*/
/*    }*/
/*}*/



/* === Base Layout === */
/*.approach-mainsub {*/
/*    margin-top: 50px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: nowrap;*/
/*}*/

/*.approach-rightsub {*/
/*    width: 48%;*/
/*    position: relative;*/
/*}*/

/*.approach-img {*/
/*    width: 90%;*/
/*    float: right;*/
/*    height: 80%;*/
/*}*/

/*.approach-bgContent {*/
/*    position: absolute;*/
/*    bottom: -50px;*/
/*    background-color: #1E2026;*/
/*    color: #ffffff;*/
/*    padding: 20px 30px;*/
/*    width: 85%;*/
/*    z-index: 1;*/
/*}*/

/*.approach-rightsub2 .approach-bgContent {*/
/*    padding: 30px 30px 80px;*/
/*}*/

/*!* === Carousel Core (Restore Horizontal Slide) === *!*/
/*.carousel {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.carousel-inner {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.carousel-item {*/
/*    transition: transform 0.6s ease-in-out;*/
/*}*/

/*!* Force horizontal alignment *!*/
/*.carousel-item-next,*/
/*.carousel-item-prev,*/
/*.carousel-item.active {*/
/*    display: block;*/
/*    transform: translateX(0);*/
/*}*/

/*!* Horizontal slide behavior *!*/
/*.carousel-item-next.carousel-item-start,*/
/*.active.carousel-item-end {*/
/*    transform: translateX(2%);*/
/*}*/

/*.carousel-item-prev.carousel-item-end,*/
/*.active.carousel-item-start {*/
/*    transform: translateX(-100%);*/
/*}*/

/*!* === Controls === *!*/
/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    filter: invert(1);*/
/*}*/

/*.carousel-control-prev,*/
/*.carousel-control-next {*/
/*    width: 5%;*/
/*}*/






/* Approach Carousel Styles */
.approach-mainsub {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 88vh;
}

.approach-rightsub {
    width: 48%;
    position: relative;
}

.approach-img {
    width: 90%;
    float: right;
    height: 80%;
}

.approach-bgContent {
    position: absolute;
    top: 25%;
    background-color: #1E2026;
    color: #ffffff;
    padding: 20px 30px;
    width: 85%;
    height:60vh;
    opacity: 0.7;

}

.approach-rightsub2 .approach-bgContent {
    padding: 30px 30px 80px;

}
.approach-carousel-container {
    position: relative;
    /*margin-top: 50px;*/
}

.approach-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.approach-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
}

.approach-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.approach-slide.prev {
    transform: translateX(-100%);
}

/* Carousel Controls */
.approach-carousel-controls {
    position: absolute;
    top: 40%;
    left: -20px;
    width: 87vw;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    transform: translateY(-50%);
    z-index: 10;
}

.approach-prev-btn,
.approach-next-btn {
    background: #dc3545;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.approach-prev-btn:hover,
.approach-next-btn:hover {
    background: #b02a37;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.approach-prev-btn {
   left: -25px;
}

.approach-next-btn {
    right: -25px;
}

/* Carousel Indicators */
.approach-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.approach-carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.approach-carousel-indicators .indicator.active {
    background: #dc3545;
    width: 30px;
    border-radius: 6px;
}

.approach-carousel-indicators .indicator:hover {
    background: #999;
}

/* Responsive adjustments for approach carousel */
@media (max-width: 992px) {
    /*.approach-carousel-controls {*/
    /*    display: none;*/
    /*}*/

    .approach-slide {
        position: relative;
        transform: none;
        opacity: 1;
    }

    .approach-slide:not(.active) {
        display: none;
    }
}

@media (max-width: 768px) {
    .approach-carousel-indicators {
        margin-top: 20px;
    }

    .approach-carousel-indicators .indicator {
        width: 10px;
        height: 10px;
    }

    .approach-carousel-indicators .indicator.active {
        width: 25px;
    }
}












.evolutionSec {
    margin-top: 60px;
    margin-bottom: 80px;
}

.validate-cards {
    /*width: 90%;*/
}

.validCard {
    border: 1px solid #CCCCCC;
    padding: 20px 100px 20px 20px;
    border-radius: 8px;
}

.validImg-box {
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 8px;
}

.validProcess-left {
    position: relative;
    width: 40%;
    margin-top: 60px;
}

.validProcessCont {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #ffffff;
}

.validProcess-right {
    width: 50%;
    margin-top: 60px;
}

.process-card {
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
}

.process-card .validImg-box {
    background-color: #CD2E20;
    width: 80px;
    height: 80px;
}

.vl {
    border-left: 2px solid #E48383;
    height: 40px;
    margin-left: 30px;
}



/*why-synthetic-data section*/
.why-synthetic-data {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
}

.title-icon {
    width: 40px;
    height: 20px;
    flex-shrink: 0;
}

.synthetic-card {
    background: white;
    /*border-radius: 15px;*/
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #d8d8d8;
    /*border: 1px solid #e9ecef;*/
    position: relative;
}

.synthetic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-icon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    /*border-bottom: 2px solid #e9ecef;*/
    padding-bottom: 15px;
    padding-right: 2rem;
    position: relative;
}

.card-icon-row::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 88%;
    height: 2px;
    background-color: #e9ecef;
}

.element {
    display: inline-block;
    width: 100px;
    border-bottom: 2px solid #e9ecef;
}

.card-icon {
    /*border-bottom: 2px solid #e9ecef;*/
    padding-bottom: 15px;
}

.card-icon i {
    background: #cd2e20;
    color: white;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.8rem;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-number {
    font-size: 40px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1;
    border-top: 2px solid #e9ecef;
    padding-top: 15px;
    align-self: flex-start;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    /*color: #333;*/
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: left;
    /*border-top: 2px solid #e9ecef;*/
    padding-top: 15px;
}

.card-description {
    /*color: #666;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .why-synthetic-data {
        padding: 60px 0;
    }

    .section-title {
        font-size: 20px;
    }

    .synthetic-card {
        padding: 2rem 1.5rem;
    }

    .card-number {
        font-size: 2.5rem;
    }

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

    .card-description {
        font-size: 16px;
    }
}

/* Key Features Section*/
.key-features-data {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
}

.features-layout {
    position: relative;
    /*min-height: 600px;*/
    display: grid;
    grid-template-columns: 1fr 480px 1fr;
    grid-template-rows: 1fr 140px 1fr;
    /*gap: 50px;*/
    /*align-items: center;*/
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    background: #f8f9fa;
    border-radius: 25px;
    /*padding: 35px 30px;*/
    text-align: center;
    max-width: 320px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
}

.top-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    text-align: end;
}

.top-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    text-align: start;
}

.bottom-left {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    text-align: end;
}

.bottom-right {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
    text-align: start;
}

.center-bottom {
    grid-column: 2;
    grid-row: 4;
    padding-top: 1rem;
}

.center-section {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
    padding: 40px 30px;
    /*background: #f8f9fa;*/
    /*border-radius: 20px;*/
    width: 100%;
    position: relative;
    z-index: 20;
    margin-top: -5.5rem;
}

.center-title {
    font-size: 16px;
    font-weight: 700;
    /*color: #333;*/
    letter-spacing: 1px;
    background-image: url('images/synthetic/Polygon 3.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15rem;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 15rem;
    position: relative;
    z-index: 25;
}

.feature-title {
    font-size: 22px;
    font-weight: 700;
    /*color: #333;*/
    margin-bottom: 18px;
    line-height: 1.2;
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    /*color: #666;*/
    line-height: 1.6;
    margin-bottom: 0;
}

/* Connector lines */
.connector-top {
    position: absolute;
    /*top: 25%;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.connector-left {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
}

.connector-right {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
}

.connector-bottom {
    display: none;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.connector-line {
    width: auto;
    height: 40px;
}

.connector-line.horizontal {
    width: 26rem;
    height: auto;
}

.connector-line.vertical {
    width: 20px;
    height: 100px;
}

/* Mobile responsive */
@media (max-width: 992px) {
    .features-layout {
        display: flex;
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }

    .center-section {
        order: 1;
        margin: 20px 0;
        display: none;
    }

    .feature-item {
        max-width: 100%;
        order: 2;
    }

    .center-bottom {
        order: 6;
    }

    .connector-top,
    .connector-left,
    .connector-right,
    .connector-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    .feature-item {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .feature-title {
        font-size: 20px;
    }

    .feature-description {
        font-size: 14px;
    }

    .center-title {
        font-size: 14px;
        padding: 30px 15px;
        min-height: 60px;
    }
}

/* Industries Section*/
.industries-section {
    position: relative;
    height: 100vh;
}

/* Top Section*/
.InsMarqueePart {
    height: 50vh;
    position: relative;
    z-index: 1;
}

/* Bottom Section - Carousel */
.industries-bottom {
    height: 50vh;
    background: white;
    position: relative;
    z-index: 2;
}

.industries-carousel {
    height: 100%;
    position: relative;
    width: 100%;
}

/* Carousel Slides */
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    padding: 2rem 0;
}

.carousel-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.carousel-slide.prev {
    transform: translateX(-100%);
}

/* Hide non-active slides completely */
.carousel-slide:not(.active) {
    visibility: hidden;
    pointer-events: none;
}

.carousel-slide.active {
    visibility: visible;
    pointer-events: auto;
}

/* Industry Image*/
.industry-image {
    position: absolute;
    top: -15rem;
    left: 5rem;
    z-index: 1000;
    width: auto;
    pointer-events: none;
}

.industry-image img {
    width: 26%;
    /*height: auto;*/
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1001;
    margin-top: 10rem;
}

.industry-content {
    padding: 2rem;
    /*padding-left: 50%;*/
    width: 100%;
    box-sizing: border-box;
}

.industry-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2rem;
}

.content-icon {
    /*width: 30px;*/
    height: 18px;
    flex-shrink: 0;
}

.industry-title {
    font-size: 2.5rem;
    font-weight: 700;
    /*color: #333;*/
    margin: 0;
}

.industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 1rem 0;
    font-size: 1.1rem;
    /*color: #666;*/
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.industry-list li:last-child {
    border-bottom: none;
}

.industry-list li:hover {
    /*color: #333;*/
    padding-left: 10px;
}

.industry-list i {
    color: #dc3545;
    font-size: 1rem;
    min-width: 16px;
}

.carousel-controls {
    position: absolute;
    bottom: 2rem;
    left: 6rem;
    display: flex;
    gap: 1rem;
    z-index: 1002;
}

.carousel-btn {
    width: 2rem;
    /*height: 3rem;*/
    border: none;
    /*border-radius: 50%;*/
    background: #dc3545;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.carousel-btn:hover {
    background: #b02a37;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.carousel-btn:active {
    transform: scale(0.95);
}

/* Prevent horizontal overflow */
body {
    overflow-x: hidden;
}

.industries-section,
.industries-bottom,
.industries-carousel,
.carousel-slide,
.container-fluid {
    overflow: visible !important;
}


@media (max-width: 1200px) {
    .industry-title {
        font-size: 2.2rem;
    }

    .industry-image {
        top: -12rem;
        left: 3rem;
    }

    .industry-image img {
        width: 350px;
    }
}

@media (max-width: 992px) {
    .industries-section {
        height: auto;
        min-height: 100vh;
    }

    .InsMarqueePart,
    .industries-bottom {
        height: auto;
        min-height: 50vh;
    }

    .industry-title {
        font-size: 2rem;
    }

    .carousel-slide {
        position: relative;
        transform: none;
        opacity: 1;
        height: auto;
        visibility: visible;
        padding: 1rem 0;
    }

    .carousel-slide:not(.active) {
        display: none;
    }

    .industry-image {
        position: relative;
        top: -10rem;
        left: 0;
        margin-bottom: -5rem;
    }

    .industry-image img {
        width: 300px;
        height: 250px;
    }

    .industry-content {
        padding-left: 2rem;
    }
}

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

    .industry-title {
        font-size: 1.8rem;
    }

    .industry-list li {
        font-size: 1rem;
        padding: 0.8rem 0;
    }

    .carousel-controls {
        bottom: -1rem;
        left: 1rem;
    }

    .carousel-btn {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .industry-image {
        top: -8rem;
    }

    .industry-image img {
        width: 250px;
        height: 220px;
    }
}

@media (max-width: 576px) {
    .industry-header {
        /*flex-direction: column;*/
        /*align-items: flex-start;*/
        gap: 10px;
        margin-bottom: 1.5rem;
    }

    .industry-title {
        font-size: 1.6rem;
    }

    .industry-list li {
        font-size: 0.9rem;
        padding: 0.7rem 0;
        gap: 12px;
    }

    .industry-image {
        top: -6rem;
        left: 0.5rem;
    }

    .industry-image img {
        width: auto;
        /*width: 200px;*/
        height: auto;
        /*height: 200px;*/
    }

    .content-icon {
        /*width: 25px;*/
        height: 15px;
    }
}

.industry-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.industry-image img {
    transition: all 0.3s ease;
}

.industry-image img[src=""] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}


/* Engagement Model Section */

/*for big screens*/
/* Engagement Model Section */
.engagement-model-section {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

/* Center aligned title and subtitle */
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.engagement-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 4rem;
    text-align: center;
}

.engagement-workflow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

/* Model Image Container */
.model-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.model-image {
    width: 100%;
    /*max-width: 900px;*/
    height: auto;
    object-fit: contain;
    /*border-radius: 10px;*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

/* Responsive Design */
@media (max-width: 1200px) {
    .model-image {
        /*max-width: 800px;*/
    }
}

@media (max-width: 992px) {
    .engagement-model-section {
        padding: 60px 0;
    }

    .model-image {
        /*max-width: 700px;*/
    }

    .engagement-subtitle {
        font-size: 16px;
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .engagement-workflow {
        padding: 1rem 0;
    }

    .model-image {
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 576px) {
    .model-image {
        border-radius: 6px;
    }
}

/*for big screens*/

.engagement-model-section {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

/* Center aligned title and subtitle */
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.engagement-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 4rem;
    text-align: center;
}

.engagement-workflow {
    position: relative;
    min-height: 500px;
    padding: 2rem 0;
}

/* Workflow Path - Using curve.svg image */
.workflow-path {
    position: absolute;
    top: 0;
    left: -25px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.workflow-curve {
    margin-top: -100px;
    width: 100%;
    height: 480px;
    object-fit: contain;
    opacity: 0.9;
}

/* Workflow Steps */
.workflow-steps {
    position: relative;
    z-index: 10;
    height: 400px;
}

.workflow-step {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
    transition: all 0.3s ease;
}

.workflow-step:hover {
    transform: translateY(-10px);
}

/* Updated Step Positioning */
.step-1 {
    bottom: -120px;
    left: 8%;
}

.step-2 {
    bottom: 78px;
    left: 35%;
}

.step-3 {
    bottom: 160px;
    left: 57%;
}

.step-4 {
    top: -180px;
    right: 8%;
}

/* Step Icons*/
.step-icon {
    width: 70px;
    height: 88px;
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 15;
}
.icon-img{
    width: 3.5rem;
}
.icon-pointer{
    width: 4rem;
}
.icon-3{
    left: -40px;
}
.icon-4{
    top: -20px;
}

.step-icon i {
    font-size: 1.8rem;
    color: #fc3033; /* Updated color */
}

.workflow-step:hover .step-icon {
    transform: scale(1.1);
    /* Removed box-shadow */
}

/* Step Content */
.step-content {
    max-width: 200px;
    position: relative;
    z-index: 15;
}

.step-title {
    font-size: 16px; /* Updated font size */
    font-weight: 700;
    color: #333;
    margin-bottom: 0.8rem;
    line-height: 1.3;
}

.step-description {
    font-size: 14px; /* Updated font size */
    color: #666;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

/* Step Numbers - Updated styling */
.step-number {
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent; /* Removed background */
    color: #f5f5f5; /* Updated color */
    border-radius: 0; /* Removed border radius */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.1rem; /* Updated font size */
    font-weight: 700;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
}

/* Animation for workflow steps */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.workflow-step {
    animation: fadeInUp 0.6s ease forwards;
}

.step-1 { animation-delay: 0.1s; }
.step-2 { animation-delay: 0.2s; }
.step-3 { animation-delay: 0.3s; }
.step-4 { animation-delay: 0.4s; }

/* Responsive Design */
@media (max-width: 1200px) {
    .step-1 { left: 3%; }
    .step-2 { left: 27%; }
    .step-3 { left: 51%; }
    .step-4 { right: 6%; }
}

@media (max-width: 992px) {
    .engagement-workflow {
        min-height: auto;
        padding: 1rem 0;
    }

    .workflow-steps {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 2rem 0;
    }

    .workflow-step {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 100%;
        flex-direction: row;
        text-align: left;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .workflow-path {
        display: none; /* Hide curve on mobile */
    }

    .step-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .step-content {
        max-width: 100%;
    }

    .step-number {
        margin-top: 0.5rem;
        margin-left: 0;
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .engagement-model-section {
        padding: 60px 0;
    }

    .engagement-subtitle {
        font-size: 16px;
        margin-bottom: 3rem;
    }

    .workflow-step {
        gap: 1rem;
    }

    .step-icon {
        width: 60px;
        height: 60px;
        top: -12px;
    }

    .step-icon i {
        font-size: 1.5rem;
    }

    .step-title {
        font-size: 14px;
    }

    .step-description {
        font-size: 12px;
    }

    .step-number {
        font-size: 2.5rem;
        display: none;
    }
    .icon-pointer{
        display: none;
    }
    .icon-3 {
        left: 0px;
    }
}

@media (max-width: 576px) {
    .step-title {
        font-size: 13px;
    }

    .step-description {
        font-size: 11px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        top: -12px;
    }

    .step-icon i {
        font-size: 1.3rem;
    }

    .step-number {
        font-size: 2rem;
        display: none;
    }
    .icon-pointer{
        display: none;
    }
    .icon-3 {
        left: 0;
    }
}



/* Contact Section */
.contact-section {
    background: #000;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.contact-content {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.contact-inner {
    padding: 60px 40px;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.2;
    /*max-width: 900px;*/
    margin-left: auto;
    margin-right: auto;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    /*border-radius: 50px;*/
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 200px;
    justify-content: center;
}

.demo-btn {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}

.demo-btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.consultation-btn {
    background: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.consultation-btn:hover {
    background: #b02a37;
    border-color: #b02a37;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    color: #ffffff;
}

.contact-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.contact-btn:hover i {
    transform: translateX(4px);
}

/* Particles.js container */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Mobile Contact Section */
.contact-section-mobile {
    background: #000;
    padding: 80px 0;
    display: none;
}

.contact-inner-mobile {
    padding: 40px 20px;
}

.contact-title-mobile {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.contact-subtitle-mobile {
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.contact-buttons-mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.contact-btn-mobile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    /*border-radius: 50px;*/
    transition: all 0.3s ease;
    border: 2px solid transparent;
    width: 70%;
    max-width: 280px;
    justify-content: center;
}

.demo-btn-mobile {
    background: #ffffff;
    color: #333333;
    border-color: #ffffff;
}

.demo-btn-mobile:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.consultation-btn-mobile {
    background: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.consultation-btn-mobile:hover {
    background: #b02a37;
    border-color: #b02a37;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-title {
        font-size: 3rem;
    }

    .contact-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .contact-section {
        padding: 100px 0;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .contact-buttons {
        flex-direction: column;
        gap: 1.5rem;
    }

    .contact-btn {
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        display: none;
    }

    .contact-section-mobile {
        display: block;
    }
}

@media (max-width: 576px) {
    .contact-title-mobile {
        font-size: 1.8rem;
    }

    .contact-subtitle-mobile {
        font-size: 0.9rem;
    }

    .contact-btn-mobile {
        font-size: 0.9rem;
        padding: 12px 24px;
    }
}

/* Animation for contact section */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-inner {
    animation: fadeInUp 0.8s ease-out;
}

.contact-inner-mobile {
    animation: fadeInUp 0.8s ease-out;
}

/* Particle network styling */
.contact-section canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/*FAQ's section*/
.faq-main{
    margin-top: 80px;
    margin-bottom: 60px;
}
.faq-left{
    width:40%;
}
.questions-card{
    width:100%;
    padding: 30px 80px;
    border: 1px solid #E5E5E5;
}
.faq-right{
    width:57%;
}


/* Remove Bootstrap's default arrow icon */
.accordion-button::after {
    display: none !important;
}

/* Accordion item styles */
.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    background-color: transparent;
}

/* Question (header) styles */
.custom-accordion .accordion-button {
    background: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    padding: 24px 0;
    border-radius: 0;
    position: relative;
    padding-right: 30px; /* space for + / – icon */
    transition: color 0.3s ease;
}

/* Remove Bootstrap focus outline */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

/* Add custom "+" icon */
.custom-accordion .accordion-button::before {
    content: "+";
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Change "+" to "–" when open */
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
    transform: translateY(-50%) rotate(180deg);
}

/* Answer text styles */
.custom-accordion .accordion-body {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    padding: 0 0 16px 0;
}

/* Remove background color and bold active item */
.custom-accordion .accordion-button:not(.collapsed) {
    background: none;
    color: #000;
    font-weight: 500;
}

/* Optional: container width and centering */
.custom-accordion {
    max-width: 900px;
    margin: auto;
}



/*Hero-section responsive*/
@media(min-width:320px) and (max-width:767px) {
    .synthetic-hero {
        padding-left: 20px;
        padding-right: 20px;
    }
    .redmenu, .title-icon, .unlockRight-sec img, .content-icon {
        width: 30px;
        height: 15px;
    }
    .synthetic-hero img {
        width: 28px;
        height: 15px;
    }

    .ms-4 {
        margin-left: 10px !important;
    }

    .synthetic-hero h2 {
        font-size: 24px;
    }

    .fs-70 {
        font-size: 34px !important;
    }

    .unlockSec .container .d-flex {
        flex-direction: column !important;
    }

    .unlockImg-sec img {
        height: 100% !important;
    }

    .unlockRight-sec {
        margin-top: 40px;
    }

    .unlockSec .container .unlockRight-sec .d-flex {
        flex-direction: row !important;
    }


    .mt-5 {
        margin-top: 20px !important;
    }

    .mb-5 {
        margin-bottom: 20px !important;
    }

    .unlockSec {
        padding-bottom: 30px;
    }

    .fs-42 {
        font-size: 18px !important;
    }

    .unlockRight-sec p {
        font-size: 16px;
    }

    .why-synthetic-data {
        margin-top: 35px !important;
    }


    .approach-mainsub.d-flex {
        flex-direction: column !important;
    }

    .approach-bgContent {
        top: 100% !important;
    }

    .faq-main.d-flex {
        flex-direction: column;
    }

    .unlockRight-sec, .unlockImg-sec, .faq-left, .validProcess-left, .faq-right, .approach-bgContent, .approach-img, .approach-rightsub,
    .validProcess-right {
        width: 100%;
    }

    .questions-card {
        padding: 30px 20px;
    }

    .faq-right {
        margin-top: 40px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .faq-right h3 {
        line-height: 1.5;
    }

    .validate-cards.d-flex {
        flex-direction: column;
    }

    .validCard {
        margin-top: 20px;
    }

    .validProcess .container.d-flex {
        flex-direction: column;
    }

    .validProcessCont {
        right: 1%;
    }
    h3.fs-20{
        font-size: 18px !important;
        padding-top: 3px;
    }
    p.fs-18{
        font-size: 14px !important;
    }
    .w-50{
        width: 100% !important;
    }
}


@media(max-width:1024px){
    .mobile-hideSec{
        display: none;
    }
    .approach-mainsub{
        height: 104vh !important;
    }
    .approach-bgContent{
        top:50% !important;
        height:100vh !important;
    }
    .approach-carousel-controls{
        top: 44%;
        left: -8px;
        width: 98vw;
    }
    .approach-prev-btn, .approach-next-btn{
        width: 20px;
        height: 20px;
    }
    .approach-prev-btn i, .approach-next-btn i{
         font-size: 11px !important;
    }
}


@media(min-width:767px) and (max-width: 992px){
    .fs-42 {
        font-size: 24px !important;
    }
    .unlockRight-sec p {
        font-size: 12px;
    }
    .mt-5{
        margin-top: 16px !important;
    }
    .w-50{
        width: 100% !important;
    }
    .approach-rightsub{
        width: 100% !important;
    }
    .approach-bgContent{
        top: 33% !important;
    }
    .approach-carousel-controls {
        left: -11px;
        width: 93vw;
    }
    .validate-cards.d-flex{
        flex-direction: column;
        gap: 50px;
        width: 60%;
        margin: auto;

    }
    .validProcess .container.d-flex{
       flex-direction: column;
    }
    .validProcess-left, .validProcess-right, .faq-left, .faq-right{
        width: 100% !important;
    }
    .faq-main.d-flex{
        flex-direction: column;
    }
    .faq-right{
        margin-top: 40px;
    }
}
