.home-banner-slider .owl-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

    .home-banner-slider .owl-nav button {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }


    .home-banner-slider .owl-nav .owl-prev {
        position: absolute;
        left: 30px;
    }

    .home-banner-slider .owl-nav .owl-next {
        position: absolute;
        right: 30px;
    }

.home-banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.home-banner-slider .owl-prev,
.home-banner-slider .owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--light-rgba-0) !important;
    color: var(--light) !important;
    border-radius: 50%;
    font-size: 28px;
}

.home-banner-slider .owl-prev {
    left: 20px;
}

.home-banner-slider .owl-next {
    right: 20px;
}

/* for banner  */

html.gecko.win.js.sticky-header-enabled.sticky-header-active body div.body div.main section.section.section-height-3.section-with-shape-divider.position-relative.border-0.m-0 div.container.pb-5.pb-xl-0.mt-md-3.mb-5 div.row.pb-5.mb-5 div.col-md-7.col-xl-5.pb-5.pb-xl-0.mb-5 strong.d-block.font-weight-semibold.text-color-dark.text-5-5.line-height-4.mb-3.pb-1.appear-animation.animated.fadeInUpShorter.appear-animation-visible {
    width: 536px;
}



#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
    color: var(--dark-300) !important;
}

#footer h4 {
    color: var(--dark-300);
}

#footer .footer-copyright p {
    font-size: 15px;
}

.svg-fill-color-light1 svg path {
    fill: var(--dark-300) !important;
}

html.gecko.win.js.sticky-header-enabled.sticky-header-active body div.body header#header.header-effect-shrink div.header-body.border-top-0 div.header-top.header-top-default.header-top-borders.border-bottom-0.bg-color-light div.container div.header-row div.header-column.justify-content-between div.header-row nav.header-nav-top.w-100.w-md-50pct.w-xl-100pct ul.nav.nav-pills.d-inline-flex.custom-header-top-nav-background.pe-5 li.nav-item.py-2.d-inline-flex.z-index-1 span.d-flex.align-items-center.p-0 span div.animated-icon.animated.fadeIn.svg-fill-color-light {
    fill: var(--light) !important;
}

/* for the about us section (enhancment)  */

.box-shadow-5:not(.box-shadow-hover) {
    border-radius: 18px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

    .box-shadow-5:not(.box-shadow-hover):hover {
        transform: translateY(-12px) scale(1.04);
        box-shadow: 0 40px 80px rgba(0,0,0,0.35);
    }

.border-radius-2 {
    border-radius: 16px !important;
}

html.gecko.win.js.sticky-header-enabled.sticky-header-active body div.body div.main div.container.pt-3.mt-4 div.row.py-5 div.col div.d-grid a.btn.btn-tertiary.overflow-hidden.border-0.border-radius-2.text-start.box-shadow-6.btn-xl.text-3.py-4.btn-with-arrow-solid.btn-with-arrow-sm.mb-4.appear-animation.animated.fadeInUpShorter.appear-animation-visible strong.d-inline-flex.text-color-secondary.font-weight-semibold.text-dark.me-3.negative-ls-05.text-6.p-relative.top-4 {
    color: var(--light) !important;
}

.appear-animation-visible p {
    font-size: 16px;
}

/* @media (min-width: 1440px) {
    .container.pt-3.mt-4
     {
        max-width: 1440px !important;
    }
} */

/* for service blocks */

.custom-grid-1-item {
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.custom-grid-1-img {
    flex: 1;
}

.custom-grid-1-text {
    flex: 1;
}


/* for the new tech stack  */

/* Overall Section */
.tech-stacks {
    text-align: center;
    padding: 60px 20px;
    max-width: 1300px;
    margin: 0 auto;
}

    .tech-stacks h1 {
        font-size: 36px;
        margin-bottom: 40px;
    }

/* Timeline Container & Scroll Wrapper */
.timeline-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 60px; /* more space for buttons */
}

/* Timeline Track */
#timeline {
    position: relative;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 40px 50px;
    margin: 0 0;
    flex: 1;
}

.timeline-track {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    gap: 30px;
}

    /* Grey line that automatically stretches to the entire content width */
    .timeline-track::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -70px;
        height: 4px;
        width: 124%;
        background: var(--grey-400);
        transform: translateY(-50%);
        z-index: 0;
    }

/* Timeline Events */
.timeline-event {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin: 0 40px;
    text-align: center;
    cursor: pointer;
}

.timeline-circle {
    width: 12px;
    height: 12px;
    background: var(--light); /* hides grey line inside */
    border: 2px solid var(--grey-500);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; /* stays above the line */
    transition: background 0.3s, border-color 0.3s;
}

.timeline-event:hover .timeline-circle,
.timeline-event.active .timeline-circle {
    background: var(--primary-100);
    border-color: var(--primary-100);
}

.timeline-label {
    font-size: 26px;
    white-space: nowrap;
    margin-top: 50px;
}

/* Timeline Scroll Buttons */
.scroll-btn {
    background-color: var(--primary);
    border: none;
    color: var(--light);
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    margin: 0 10px; /* adds space around the buttons */
    transition: background 0.3s;
}

    .scroll-btn:hover {
        background-color: var(--primary);
    }

/* Tab Content Area */
html
body.body.tg-heading-subheading.animation-style3
div.about-tabs.sp.bg1
div.container
div.row
div.col-lg-12
div#pills-tabContent.tab-content {
    width: 100%;
    display: contents;
}

.tab-content {
    display: none;
    width: 100%;
}

    .tab-content.active {
        display: block;
    }

/* Card Grid for Tech Stack Items */
.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

/* Card Styling */
.card1 {
    width: 280px;
    background: var(--light);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    transition: transform 0.2s;
}

    .card1:hover {
        transform: translateY(-4px);
    }

    .card1 img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .card1 h3 {
        margin: 0 0 8px;
        font-size: 18px;
    }

    .card1 p {
        margin: 0;
        font-size: 14px;
    }


/* for cards  */

.section-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    text-align: center;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 40px;
}

.feature-card {
    background: var(--light);
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    border-left: 5px solid var(--primary); /* Orange theme */
    text-align: left;
    flex: 1 1 calc(33.333% - 1.5rem);
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    }

.feature-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: var(--dark-300);
    display: flex;
    align-items: center;
}

.icon {
    color: var(--primary); /* Orange tick */
    margin-right: 8px;
    font-weight: bold;
    font-size: 1.2rem;
}

.feature-desc {
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .feature-card {
        flex: 1 1 100%;
    }

    .section-heading {
        font-size: 1.5rem;
    }
}

.tabs.tabs-simple .tab-content {
    display: block;
}

/* for career page  */

/* for Bootstrap css */



.work5.sp div.container div.row div.col-lg-5 {
    flex: 0 0 auto;
    width: 49.66666667%;
}

/* for career why us  */

.work5 .main-shape {
    margin-top: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work5 .main-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .work5 .main-shape {
        display: none;
    }
}

.work5 .work-box {
    padding: 24px;
    position: relative;
    background: var(--light);
}

    .work5 .work-box p {
        padding: 8px 0px 16px 0px;
    }

    .work5 .work-box .learn {
        display: inline-block;
        color: var(--Home-Page-4-Text-colors, #05092b);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px; /* 100% */
        transition: all 0.4s;
    }

        .work5 .work-box .learn span {
            display: inline-block;
            transform: rotate(-45deg);
        }

    .work5 .work-box .number {
        -webkit-text-stroke-width: 2;
        /* -webkit-text-stroke-color: var(--Home-Page-4-Text-colors, #05092b); */
        font-family: Figtree;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 100% */
        position: absolute;
        bottom: 10px;
        right: 15px;
        transition: all 0.4s;
    }

    .work5 .work-box:hover {
        transition: all 0.4s;
    }

        .work5 .work-box:hover::before {
            transform: rotateY(0deg);
            opacity: 1;
            transition: all 0.4s;
        }

.work .single-items .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 0.4s;
}



.work5.sp {
    margin-bottom: 60px;
}

.img img {
    width: 100%;
}

/* for sdlc process  */


.sdlc-section {
    padding: 80px 0;
    background: var(--light);
}

.sdlc-svg {
    width: 625px;
    max-width: 100%;
}

.sdlc-container {
    /* max-width: 1317px !important; */
}

.sdlc-arc {
    fill: none;
    stroke: var(--grey-300);
    stroke-width: 60;
    stroke-linecap: round;
}



.sdlc-title {
    fill: var(--primary);
    font-size: 30px;
    font-weight: 700;
    text-anchor: middle;
}

.sdlc-sub {
    fill: var(--grey-900);
    font-size: 20px;
    text-anchor: middle;
}

.sdlc-icon text {
    font-size: 30px;
    text-anchor: middle;
    fill: var(--light);
}


/* connector lines */
.sdlc-line {
    /* stroke: #bdbdbd; */
    stroke-width: 1.5;
    stroke-dasharray: 2 6;
    stroke-linecap: round;
    opacity: 0.9;
}


/* list */
.sdlc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

    .sdlc-list li {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 22px;
        margin-bottom: 18px;
        background: var(--grey-300);
        border-radius: 30px;
        font-size: 16px;
    }

        .sdlc-list li span {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--primary);
            color: var(--light);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

/* for icon */

.i2 {
    transform: translate(13px, 4px);
}

.i3 {
    transform: translate(32px, 6px);
}

.i4 {
    transform: translate(39px, 14px);
}

.i5 {
    transform: translate(27px, 9px);
}

.i6 {
    transform: translate(20px, 6px);
}

.i7 {
    transform: translate(20px, 7px);
}


.i1 {
    transform: translate(14px, 4px);
}

/* Increase gap between center text lines */
.sdlc-sub:last-of-type {
    transform: translateY(6px);
}

@media (max-width: 575px) {


    .timeline-track {
        gap: 30px;
    }

    .timeline-label {
        font-size: 13px;
    }

    .timeline-scroll-wrapper {
        padding: 0;
    }
}


@media (min-width: 576px) and (max-width: 991px) {


    .timeline-track {
        gap: 32px;
    }

    .timeline-label {
        font-size: 13px;
    }
}

.bg-color-light {
    background-color: var(--dark-300) !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #header .header-nav-features {
        display: none !important
    }
}

.sdlc-mobile-title {
    display: none;
}

/* SVG sizing */
.sdlc-svg {
    max-width: 100%;
    height: auto;
}

.sidebar div.tabs.tabs-dark.mb-4.pb-2 div.tab-content {
    display: block;
}

section.section.section-no-border {
    background-color: var(--light) !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .owl-carousel .owl-item img {
        max-height: 80% !important;
    }
}

/*mobile  */
@media (min-width: 320px) {
    .header-logo a img {
        width: 200px !important;
        height: auto !important;
    }
    html.gecko.win.js.sticky-header-enabled.sticky-header-active body div.body footer#footer.border-top-0.m-0.lazyload div.container.pt-3 div.row.pt-3.mt-5 div.col-lg-3.mb-4.mb-lg-0 a.text-decoration-none img {
        width: 200px !important;
        height: auto !important;
    }
}

/*  Desktop */
@media (min-width: 1400px) {
    .header-logo a img {
        width: 250px !important;
        height: auto !important;
    }
    html.gecko.win.js.sticky-header-enabled.sticky-header-active body div.body footer#footer.border-top-0.m-0.lazyload div.container.pt-3 div.row.pt-3.mt-5 div.col-lg-3.mb-4.mb-lg-0 a.text-decoration-none img {
        width: 250px !important;
        height: auto !important;
    }
}

/* for sticky */


#header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}


    #header.sticky-active .header-top {
        display: none;
    }


    #header.sticky-active .header-container {
        height: 85px;
    }

/* for image issue coz of container  */

@media (min-width: 992px) {
    .col-lg-31 {
        flex: 0 0 auto;
        width: 31%;
    }
}


.testimonial.testimonial-style-2 blockquote {
    padding: 20px 0;
}



[data-icon] {
    opacity: 1;
}
.form-errors-light label.error {
    color: red;
}
/*img.img-fluid.img-thumbnail.img-thumbnail-no-borders.rounded-0 {
    width: 455px;
    height: 341px;
}*/
.thumb-info.thumb-info-no-zoom img {
    height: 318px;
}