.hero-section-box {
    position: relative;
}

.hero-sect-banner {
    width: 100%;
    height: calc(100vh - 311px);
}

.hero-sect-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-sect-cont {
    position: absolute;
    width: 100%;
    top: 0;
    top: 55%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.about-hero-title {
    font-size: clamp(20px, 5vw, 65px);
    line-height: clamp(24px, 5.5vw, 72px);
    color: #fff;
    font-family: "Figtree", sans-serif;
    margin-bottom: 10px;
}

.about-hero-description {
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(24px, 2.5vw, 28px);
    color: #fff;
}

.about-live-btn {
    margin: 36px 0 40px 0;
}

.live-portfolio-btn {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: #ff4800;
    color: #fff;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(24px, 2.5vw, 28px);
    font-weight: 500;
    padding: 14px 24px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.live-portfolio-btn:hover {
    color: #fff;
    background-color: #00a267;
}

.about-start-request-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* .lets-connect-right img {
    width: 100%;
}
 */

.start-free-btn {
    /* font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(24px, 2.5vw, 28px);
    border-radius: 8px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 12px 20px; */
    display: inline-block;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(24px, 2.5vw, 28px);
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 12px 24px;
}

.request-btn {
    background-color: #6f34cc;
    border-radius: 36px;
    color: #fff;
    font-weight: 400;
    padding: 12px 24px;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
}

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

.about-start-request-btn>a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.about-start-request-btn .cta-request-btn {
    background-color: transparent;
    border-radius: 10px;
    color: #12272D;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 24px;
    border: 1px solid #12272D;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-start-request-btn .cta-request-btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('https://stage-abillionanalytics.atharvasystem.com/wp-content/uploads/2025/11/RightArrow.png') no-repeat right center;
    width: 19px;
    height: 12px;
    background-size: 19px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.about-start-request-btn .cta-request-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.about-start-request-btn .cta-request-btn:hover::after {
    filter: brightness(0) invert(1);
}

.sect-title {
    font-size: clamp(20px, 5vw, 55px);
    line-height: clamp(24px, 5.5vw, 70px);
    font-weight: 700;
    color: #000;
}

.sect-margin {
    margin: 86px 0;
}

.sect-padding {
    padding: 86px 0;
}

.sect-descript {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.25;
    font-weight: 300;
}

p.sect-descript {
    margin-top: 0;
}

.sect-lg-descript {
    font-size: clamp(20px, 5vw, 30px);
    line-height: clamp(24px, 5.5vw, 40px);
    margin-bottom: 56px;
    font-weight: 400;
}

.achieve-work-txt {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 56px;
    font-weight: 700;
}

.our-mission-bg {
    background-image: url(../images/Our-Mission-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #000000;
}

.flow-container {
    text-align: center;
}

.flow-container img {
    width: 100%;
    max-width: 100%;
}

.works-sect {
    position: relative;
}

.works-sect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #3f3f3f;
}

.works-sect-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 66px;
    margin: 100px auto;
}

.sect-padding.cust-sect-pad {
    padding: 70px 0;
    background-repeat: repeat;
    background-position: 50% 100%;
}

.work-sect-title {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 26px;
}

.lets-connect-sect .lets-connect-cta-left .work-sect-title {
    font-weight: 700;
    display: block;
}

.work-sect-img {
    text-align: center;
}

.works-sect-item.works-sect-left {
    position: relative;
    text-align: end;
}

.works-sect .sect-descript.text-success {
    line-height: normal;
    font-size: 16px;
    color: #00b05f !important;
    margin: 16px 0 0;
}

.works-sect-item.works-sect-left .work-sect-title {
    position: relative;
}

.works-sect-item.works-sect-left .work-sect-title.right-point::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -76px;
    height: 13px;
    width: 13px;
    background-color: #0d931d;
    border-radius: 50%;
}

.works-sect-item.works-sect-right .work-sect-title {
    position: relative;
}

.works-sect-item.works-sect-right .work-sect-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    height: 13px;
    width: 13px;
    background-color: #0d931d;
    border-radius: 50%;
}

.work-sect-detail {
    padding: 29px 32px 32px;
    border-radius: 10px;
    background-color: #03161c;
}

.works-sect .works-sect-left .work-sect-detail {
    text-align: left;
}

/* .works-sect .works-sect-right .work-sect-detail {
    text-align: right;
} */

.leader-img {
    width: 100%;
    height: 408px;
    background-color: #ececec;
    border-radius: 8px;
    margin-bottom: 36px;
}

.leader-cont-box>a {
    display: inline-block;
    vertical-align: top;
}

.sect-margin.cust-sect-margin {
    margin: 64px auto 104px auto;
}

.leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.sm-leader-img {
    width: 100%;
    height: 206px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 26px;
    border: 1px solid #8f8f8f;
    background: #ffffff;
}

.sm-leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.leader-title {
    font-size: 23px;
    font-weight: 700;
    color: #0f0f0f;
    margin-bottom: 8px;
}

.leader-designation {
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 16px;
}

.leader-detail {
    font-size: 19px;
    line-height: 25px;
    font-weight: 300;
    color: #353535;
    margin-bottom: 16px;
}

.sect-bg-black {
    background-color: #000000;
}

.growth-rate-scn {
    position: relative;
    z-index: 1;
}

.growth-rate-scn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/sector-graph-bg-extra-lg.png) no-repeat center center;
    background-size: cover;
}

.text-normal {
    font-weight: normal;
}

.analytics-card {
    border-radius: 20px;
    background-color: #03161c;
    padding: 40px 72px 40px 30px;
    height: 100%;
}

.analytics-card .tick-icon {
    margin-bottom: 16px;
}

.analytics-card-title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
}

.review-cont-detail {
    min-height: 294px;
    background-image: url("../images/Backdrop.png");
    padding: 30px 79px;
    background-position: center;
    display: flex;
    align-items: center;
}

.review-descript {
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.quote-detail-descript {
    font-size: 18px;
    line-height: 29px;
    font-style: italic;
    color: #fff;
    margin-bottom: 26px;
}

.quote-author {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 8px;
}

.quote-rating {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.quote-img img {
    width: 24px;
    margin-bottom: 26px;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-box img {
    height: auto;
    width: max-content;
}

.lets-connect-sect {
    background-color: #12272d;
}

.lets-connect-title {
    font-size: clamp(20px, 5vw, 60px);
    line-height: clamp(24px, 5.5vw, 68px);
    color: #fff;
    font-family: "Figtree", sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.lets-connect-cta {
    border-radius: 10px;
    background-color: #E7FAFF;
    padding: 50px 70px;
    position: relative;
}

.lets-connect-cta .lets-connect-cta-left {
    width: 64%;
}

.lets-connect-right {
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translate(0, -50%);
}

.start-free-btn.linkBtn-green {
    background-color: #00a267;
    color: #fff;
    padding: 10px 24px;
}

.start-free-btn.linkBtn-green:hover {
    background-color: #ff4800;
}

.dividerline {
    display: block;
    height: 1px;
    max-width: 100%;
    margin-bottom: 36px;
    background-color: lightgray;
}

/* New Slider */

.atharva-timeline-slider {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0px;
}

.atharva-timeline-slider .timeline-wrapper {
    position: relative;
    padding: 21px 0 30px;
}

.atharva-timeline-slider .timeline-line-container {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
}

.atharva-timeline-slider .timeline-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
}

.atharva-timeline-slider .timeline-line-progress {
    position: absolute;
    top: -1px;
    left: 0;
    height: 2px;
    background: #7c3aed;
    transition: width 0.5s ease;
    width: 0%;
}

.atharva-timeline-slider .timeline-years {
    display: flex;
    position: relative;
    margin-bottom: 46px;
}

.atharva-timeline-slider .timeline-year {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atharva-timeline-slider .timeline-year:not(:first-child) {
    align-items: flex-start;
}

.atharva-timeline-slider .timeline-year:first-child {
    align-items: flex-start;
}

.atharva-timeline-slider .timeline-year:last-child {
    align-items: flex-start;
}

.atharva-timeline-slider .timeline-year-label {
    font-size: 18px;
    font-weight: 700;
    margin-top: -16px;
    margin-bottom: 22px;
    color: #1f2937;
    transition: all 0.3s ease;
}

.atharva-timeline-slider .timeline-year.active .timeline-year-label {
    color: #7c3aed;
    font-size: 20px;
}

.atharva-timeline-slider .timeline-dot {
    width: 14px;
    height: 14px;
    background: #1f2937;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}

.atharva-timeline-slider .timeline-year.active .timeline-dot {
    width: 14px;
    height: 14px;
    background: #7c3aed;
    top: -3px;
}

.atharva-timeline-slider .timeline-year.passed .timeline-dot {
    background: #7c3aed;
}

.atharva-timeline-slider .slider-content {
    position: relative;
    /* overflow: hidden; */
}

.atharva-timeline-slider .slide-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.atharva-timeline-slider .slide-item.active {
    display: block;
    opacity: 1;
}

.atharva-timeline-slider .slide-card {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    border-radius: 16px;
    padding: 70px 130px;
    color: white;
    min-height: 410px;
    max-height: 410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.atharva-timeline-slider .slide-content {
    flex: 1;
    max-width: 450px;
    z-index: 2;
}

.atharva-timeline-slider .slide-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.atharva-timeline-slider .slide-image-wrapper {
    flex: 0 0 auto;
    margin-left: 50px;
    z-index: 2;
}

.atharva-timeline-slider .slide-image {
    width: 430px;
    height: 296px;
    border-radius: 12px;
    object-fit: contain;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

/* .atharva-timeline-slider .slide-image:hover {
    transform: rotate(0deg) scale(1.02);
} */

.atharva-timeline-slider .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-color: rgb(218, 218, 218);
    background-color: rgb(255, 255, 255);
    box-shadow: -4px 2px 18px 0px rgb(155 149 149);
    transition: all 0.3s ease;
    z-index: 10;
}

.atharva-timeline-slider .nav-btn:hover {
    background: #f3f4f6;
    transform: translateY(-50%) scale(1.1);
}

.atharva-timeline-slider .nav-btn.prev {
    left: -24px;
}

.atharva-timeline-slider .nav-btn.next {
    right: -24px;
}

.atharva-timeline-slider .nav-btn svg {
    width: 20px;
    height: 20px;
    color: #374151;
}

.sect-descript.text-black.cust-w {
    max-width: 630px;
    font-weight: 500;
}

.works-sect-item.works-sect-right .work-sect-title::after {
    left: -86px;
}

.works-sect-listitem.cust-works-sect-listitem {
    margin-left: 46px;
}

.visualization-area img {
    max-width: 100%;
}

.works-sect-listitem.text-end {
    margin-right: 36px;
}

.cust-descript-box {
    font-weight: 500;
    max-width: 630px;
}

.cust-rating-w {
    max-width: 556px;
}

/* TAbination About Us Section */
.abillion-analytics .analytics-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.abillion-analytics .tabs-wrapper {
    display: flex;
    gap: 40px;
    margin: 0 0px;
    margin-bottom: 70px;
    border-bottom: 2px solid #222;
    position: relative;
}

.abillion-analytics .tab-item {
    padding: 28px 30px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex: 1 0 0;
    text-align: center;
}

.abillion-analytics .tab-item:hover {
    opacity: 0.8;
}

.abillion-analytics .tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #6f34cc;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.abillion-analytics .tab-content-wrapper {
    display: none;
}

.abillion-analytics .tab-content-wrapper.active {
    display: block;
}

.abillion-analytics .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 40px; */
    align-items: start;
}

.abillion-analytics .content-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.abillion-analytics .content-right {
    /* background-color: #0a0a0a;
    border: 1px solid #1a1a1a; */
    border-radius: 12px;
    padding: 60px 32px 60px 42px;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 20px;
}

.abillion-analytics .content-section {
    /* background-color: #0a0a0a; */
    border-bottom: 1px solid #272727;
    padding-bottom: 16px;
    /* border-radius: 12px; */
    /* margin: 32px; */
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.abillion-analytics .content-section:hover {
    border-color: #2a2a2a;
}

.abillion-analytics .content-section.active {
    border-bottom: 2px solid #00ff88;
    /* box-shadow: 0 0 20px rgba(0, 255, 136, 0.1); */
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
    color: #fff;
}

.abillion-analytics .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.abillion-analytics .section-title .icon {
    color: #00ff88;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    margin: auto;
    width: 13.19px;
    height: 30px;
}

.abillion-analytics .section-description {
    font-size: 19px;
    line-height: 1.6;
    color: #ccc;
    padding-left: 24px;
}

.abillion-analytics .content-section:not(.active) .section-title {
    color: #666;
    padding-left: 0;
}

.abillion-analytics .content-section:not(.active) .section-title .icon {
    display: none;
}

.abillion-analytics .content-section:not(.active) .section-description {
    color: #555;
    padding-left: 0;
}

.abillion-analytics .visualization-area {
    display: none;
    width: 100%;
    height: 100%;
}

.abillion-analytics .visualization-area.active {
    display: block;
}

.abillion-analytics .visualization-placeholder {
    max-width: 100%;
    height: auto;
}

.sect-margin .row {
    gap: 30px 0;
}

@media (max-width: 1799px) {
    .sect-padding {
        padding: 46px 0;
    }

    .sect-margin {
        margin: 46px 0;
    }
}

@media (max-width: 1365px) {
    .hero-sect-cont {
        top: 50%;
    }

    .about-live-btn {
        margin: 16px 0 24px 0;
    }

    .atharva-timeline-slider .nav-btn.prev {
        left: 0;
    }

    .atharva-timeline-slider .nav-btn.next {
        right: 0;
    }

    .atharva-timeline-slider .nav-btn {
        width: 40px;
        height: 40px;
    }

    .about-hero-title {
        font-size: 52px;
        line-height: 60px;
    }

    .leader-img {
        height: 388px;
    }

    /* .sm-leader-img {
        height: 280px;
    } */
    .dividerline {
        margin-bottom: 24px;
    }
}

@media (max-width: 1200px) {
    /* .atharva-timeline-slider .slide-card {
        padding: 40px 50px;
    } */

    .atharva-timeline-slider .slide-title {
        font-size: 32px;
    }

    .atharva-timeline-slider .slide-image {
        width: 380px;
    }
}

@media (max-width: 1199px) {

    .sect-title {
        font-size: 42px;
    }

    .lets-connect-right img {
        max-width: 80%;
        margin-left: auto;
    }

    .lets-connect-cta {
        padding: 50px 30px;
    }

    .lets-connect-cta .lets-connect-cta-left {
        width: 70%;
    }

    .about-start-request-btn {
        gap: 12px;
    }

    .lets-connect-right {
        top: 45%;
        right: 0;
    }

    .about-start-request-btn .cta-request-btn {
        padding: 8px 12px;
    }

    .works-sect-item.works-sect-left {
        margin: 36px 0;
    }

    .works-sect-item,
    .sect-margin {
        margin: 36px 0;
    }

    .sect-margin {
        margin: 34px 0;
    }

    .sect-padding {
        padding: 50px 0;
    }

    .sect-lg-descript br {
        display: none;
    }

    .leader-img {
        height: 300px;
    }

    .analytics-card {
        padding: 16px;
    }

    .analytics-card-title {
        font-size: 16px;
    }

    .analytics-card .tick-icon {
        margin-bottom: 8px;
        height: 20px;
        width: 20px;
    }

    .leader-detail {
        margin-bottom: 8px;
    }

    .about-hero-title {
        font-size: 46px;
        line-height: 52px;
    }

    .sect-lg-descript {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px !important;
    }

    .achieve-work-txt {
        font-size: 26px;
        margin: 0 0 16px;
    }

    .lets-connect-title {
        font-size: clamp(20px, 4vw, 60px);
    }

    .review-descript {
        font-size: 18px;
        line-height: normal;
        text-align: center;
    }

    .review-cont-detail {
        min-height: 200px;
        padding: 30px 39px;
        justify-content: center;
    }

    .quote-img img {
        margin-bottom: 8px;
    }

    .quote-detail-descript {
        font-size: 16px;
        line-height: 20px;
    }

    .lets-connect-title {
        margin-bottom: 26px;
    }

    .sect-title {
        margin-bottom: 16px;
    }

    .hero-sect-banner {
        height: 500px;
    }

    .work-sect-title {
        font-size: 34px;
    }

    .sect-padding.cust-sect-pad {
        padding: 70px 0 40px;
    }
}

@media (max-width: 991px) {
    .sect-margin {
        margin: 26px 0;
    }

    .sect-padding.cust-sect-pad {
        padding: 50px 0 40px;
    }

    .sect-lg-descript {
        margin-bottom: 16px !important;
    }

    .achieve-work-txt {
        margin: 0 0 16px;
    }

    /* .lets-connect-right img {
        width: 40%;
        margin-top: 16px;
    } */

    .atharva-timeline-slider .slide-card {
        padding: 40px;
    }

    .atharva-timeline-slider .slide-title {
        font-size: 28px;
    }

    .atharva-timeline-slider .slide-image {
        width: 280px;
    }

    .atharva-timeline-slider .slide-image-wrapper {
        margin-left: 30px;
    }

    h3.sect-lg-descript.text-white.mt-5.mb-5.pt-5.text-center {
        padding-top: 0 !important;
    }

    .sect-margin.cust-sect-margin {
        margin: 26px 0;
    }

    .abillion-analytics .content-left {
        gap: 10px;
    }

    .abillion-analytics .content-section {
        margin: 0;
    }

    .abillion-analytics .content-section {
        padding: 15px 0;
    }

    .abillion-analytics .content-right {
        padding: 20px 0px;
        min-height: 300px;
    }

    .review-descript br {
        display: none;
    }

    .lets-connect-cta {
        padding: 26px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .lets-connect-right {
        position: unset;
        transform: translate(0, 0);
    }

    .lets-connect-cta .lets-connect-cta-left {
        width: 100%;
        text-align: center;
    }

    .sect-descript.text-black.cust-w {
        max-width: 100%;
    }

    .live-portfolio-btn,
    .start-free-btn {
        font-size: 18px;
        line-height: normal;
    }

    .about-live-btn {
        margin: 0;
    }

    .about-start-request-btn .cta-request-btn {
        padding: 8px 8px;
    }

    /* .hero-sect-banner {
        height: 530px;
    } */
    .abillion-analytics .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cust-rating-w {
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .quote-img img {
        margin: 0 auto 10px;
    }

    .rating-box {
        justify-content: center;
    }

    .quote-detail-descript br {
        display: none;
    }

    .abillion-analytics .content-right {
        position: static;
        min-height: 400px;
    }

    .about-hero-description {
        margin-bottom: 26px;
    }

    .about-start-request-btn {
        margin-top: 20px;
    }

    .lets-connect-sect .about-start-request-btn {
        justify-content: center;
    }

    .abillion-analytics .tabs-wrapper {
        gap: 0;
        border-bottom: none;
        margin: 0 -15px 40px;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        padding: 0 15px;
    }

    .abillion-analytics .tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    .works-sect::before {
        display: none;
    }

    .works-sect-item {
        display: flex;
        flex-direction: column-reverse;
        gap: 28px;
        margin: 50px 0;
    }

    .works-sect-item .work-sect-title {
        font-size: 24px;
        margin: 0 0 15px;
        text-align: center;
    }

    p.sect-descript {
        margin: 0;
    }

    .works-sect .sect-descript.text-success {
        margin: 10px 0 0;
    }

    .works-sect-item.works-sect-left .work-sect-title.right-point::after {
        display: none;
    }

    .works-sect-item.works-sect-left .work-sect-title {
        text-align: center;
    }

    .works-sect .works-sect-left .work-sect-detail,
    .works-sect .works-sect-right .work-sect-detail {
        text-align: center;
    }

    .lets-connect-sect .about-live-btn {
        margin: 20px 0 10px 0;
    }
}

@media (max-width: 768px) {

    .abillion-analytics .tab-item {
        padding: 15px 20px;
        font-size: 18px;
        border-bottom: 1px solid #222;
    }

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

    .abillion-analytics .section-description {
        font-size: 14px;
    }

    .sm-leader-img {
        margin-bottom: 14px;
    }

    .cust-descript-box {
        max-width: 100%;
    }

    .works-sect-listitem.cust-works-sect-listitem {
        margin-left: 0;
    }

    .review-cont-detail {
        margin-top: 0px;
    }

    .atharva-timeline-slider .timeline-year-label {
        font-size: 16px;
    }

    .atharva-timeline-slider .timeline-year.active .timeline-year-label {
        font-size: 16px;
    }

    .atharva-timeline-slider .timeline-year.active .timeline-dot {
        top: 0;
    }

    .atharva-timeline-slider .timeline-line-container {
        top: 37px;
    }

    .atharva-timeline-slider .slide-card {
        flex-direction: column;
        padding: 30px;
        text-align: center;
        min-height: 400px;
    }

    .atharva-timeline-slider .slide-content {
        max-width: 100%;
    }

    .atharva-timeline-slider .slide-title {
        font-size: 24px;
    }

    .atharva-timeline-slider .slide-image-wrapper {
        margin-left: 0;
        margin-top: 30px;
    }

    .atharva-timeline-slider .slide-image {
        width: 100%;
        max-width: 320px;
    }

    .atharva-timeline-slider .timeline-wrapper {
        padding: 0 0;
    }

    .works-sect-listitem.text-end {
        margin-right: 0;
    }

    .lets-connect-right {
        top: 33%;
        right: 0;
    }

    .work-sect-img {
        order: 1;
    }

    .work-sect-detail {
        text-align: start;
        padding: 16px 8px;
    }

    .works-sect-item.works-sect-right .work-sect-title::after {
        left: -30px;
    }

    .work-sect-img img {
        width: 25%;
    }

    .leader-img {
        height: 340px;
    }

    /* .lets-connect-right {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .dividerline {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .lets-connect-cta {
        padding: 20px;
    }

    .start-free-btn.linkBtn-green {
        padding: 12px 24px;
    }

    .about-start-request-btn .cta-request-btn {
        padding: 9px 15px;
    }
}

@media (max-width: 767px) {
    .sect-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .sect-lg-descript {
        font-size: 19px;
        line-height: 25px;
    }

    .hero-sect-banner {
        height: 600px;
    }

    .hero-sect-cont {
        top: 49%;
    }

    .atharva-timeline-slider .timeline-line-container {
        top: 34px;
    }

    .row.the-evolution-main.align-items-center {
        padding-bottom: 48px;
    }

    .about-hero-title {
        font-size: 34px;
        line-height: 39px;
    }

    .about-start-request-btn {
        margin-top: 30px;
    }

    .about-start-request-btn .request-btn {
        width: 100%;
    }

    .about-hero-description {
        margin-bottom: 16px;
    }

    .sect-padding {
        padding: 40px 0 45px;
    }

    .growth-rate-scn .sect-descript {
        margin-bottom: 15px;
    }

    .works-sect-item {
        gap: 20px;
    }

    .sect-padding.cust-sect-pad {
        padding: 40px 0 30px;
    }

    .sect-margin .row {
        gap: 20px 0;
    }

    .leader-img {
        width: 100%;
        height: 320px;
        margin: 16px auto;
    }

    .sm-leader-img {
        width: 100%;
        margin: 10px auto;
    }

    .abillion-analytics .content-section {
        padding: 20px 0;
    }

    .abillion-analytics .content-section.active {
        padding: 20px 0;
    }

    .leader-cont-box {
        margin-bottom: 10px;
        text-align: center;
    }

    /* .sm-leader-img img {
        object-fit: contain;
    } */
    .analytics-card {
        text-align: center;
    }

    .analytics-card .tick-icon {
        margin: 0 auto 8px;
    }

    .analytics-card-title br {
        display: none;
    }

    .sect-margin {
        margin: 20px 0;
    }

    .abillion-analytics .tabs-wrapper {
        margin-bottom: 10px;
    }

    .sector-graph-bg .sect-lg-descript {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 10px !important;
    }

    .sect-margin .row {
        gap: 16px 0;
    }

    .leader-designation {
        margin-bottom: 10px;
    }

    .lets-connect-title {
        margin-bottom: 25px;
    }

    .atharva-timeline-slider .timeline-years {
        margin-bottom: 22px;
    }

    .atharva-timeline-slider .timeline-year-label {
        margin-bottom: 15px;
    }

    .atharva-timeline-slider .timeline-line-container {
        top: 27px;
    }

    .abillion-analytics .content-right {
        padding: 0;
        min-height: inherit;
    }

    .about-live-btn {
        width: 100%;
    }

    .lets-connect-cta {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .lets-connect-right img {
        width: 100%;
        margin-top: 0;
    }

    .lets-connect-right {
        margin-top: 0;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .lets-connect-cta-left {
        text-align: center;
    }

    .live-portfolio-btn,
    .start-free-btn,
    .about-start-request-btn .cta-request-btn {
        display: block;
        width: 100%;
    }

    .about-start-request-btn {
        flex-direction: column;
    }

    .about-start-request-btn.about-start-request-btn-cust {
        margin-top: 8px;
    }

    .about-live-btn {
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width: 576px) {
    .logo-text {
        font-size: 20px;
    }

    /* .about-live-btn {
        margin: 16px 0 16px 0;
    } */

    /* .about-live-btn.about-live-btn-cust {
        text-align: center;
    } */

    .abillion-analytics .analytics-container {
        padding: 0 15px;
    }

    .abillion-analytics .tab-item {
        padding: 12px 15px;
        font-size: 16px;
    }

    .abillion-analytics .section-title {
        font-size: 18px;
    }

    .atharva-timeline-slider .slide-image {
        height: 196px;
    }

    .live-portfolio-btn,
    .start-free-btn {
        padding: 14px 8px;
    }

    .atharva-timeline-slider .timeline-year-label {
        font-size: 14px;
    }

    .atharva-timeline-slider .timeline-year.active .timeline-year-label {
        font-size: 16px;
    }

    .atharva-timeline-slider .timeline-year.active .timeline-dot {
        top: -3px;
    }

    .atharva-timeline-slider .slide-title {
        font-size: 20px;
    }

    .atharva-timeline-slider .slide-card {
        padding: 25px;
        min-height: 350px;
    }

    .atharva-timeline-slider .nav-btn {
        width: 38px;
        height: 38px;
    }

    .atharva-timeline-slider .nav-btn svg {
        width: 18px;
        height: 18px;
    }

    .about-start-request-btn.about-start-request-btn-cust {
        justify-content: start;
        gap: 8px;
    }

    .sect-descript.text-black.text-normal {
        margin-bottom: 4px;
    }

}

@media (max-width: 575px) {
    .sm-leader-img {
        width: 220px;
    }
}

@media (max-width: 480px) {
    .hero-sect-banner {
        height: 700px;
    }
}

@media (max-width: 321px) {
    .hero-sect-banner {
        height: 770px;
    }
}