/* common css */

* {
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;


    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "YOPQ" 300;
}



.sections {
    padding: 40px;
}

.web-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    color: inherit
}

.process-content {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    hyphens: auto;
    color: #555;
    font-family: "Kumbh Sans", sans-serif;
}

.process-content-lh {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    hyphens: auto;
    color: #555;
    font-family: "Kumbh Sans", sans-serif;
}

.process-content1 {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    hyphens: auto;
    margin-bottom: 1rem;
    color: #97aed1;
    font-family: "Kumbh Sans", sans-serif;
}

.process-title {
    font-size: 23px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    color: inherit;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    color: inherit;
}

.section-content {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    hyphens: auto;
    margin-bottom: 1rem;
    color: white;
    font-family: "Kumbh Sans", sans-serif;
}

.iconcol {
    color: #5ea3d8;
}


/* banner css */

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
}

.fw-semibold {
    font-weight: 600;
}

.banner-btns1,
.banner-btns-2 {
    height: 50px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    transition: all 0.3s ease;
}

.banner-btns1:hover,
.banner-btns-2:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.banner-btns-2:hover {
    background-color: #fff;
    color: #0b2d52;
    border-color: transparent;
}

.banner-btns1 {
    background: radial-gradient(circle, #5ea3d8, #004aad);
    color: #fff;
    border: none;
}

.banner-btns-2 {
    background: #fff;
    color: #0b2d52;
    border: none;
}

.top-head {
    font-family: "Jost", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    color: white;
}

.cta-bg {
    background: linear-gradient(180deg, #0b2d52, #0a2540);
    color: white;
}

.cta-bg {
    position: relative;
    background: url(../images/Images/CTA-bg.png) no-repeat center center / cover;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    background: url(../images/Images/services-hero-bg-banner.webp) no-repeat center center / cover;
    overflow: hidden;
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

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

@media (max-width: 768px) {

    .banner-btns1,
    .banner-btns-2 {
        width: 100%;
        max-width: 280px;
        height: 45px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .top-head {
        font-size: 35px;
    }

    .web-heading {
        font-size: 25px;
    }

    .section-content,
    .process-content,
    .process-content1,
    .process-content-lh,
    .accordion-body {
        font-size: 15px;
    }

    .process-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .sections {
        padding: 30px 0px;
    }
}


/* section 2 css  */

.icon_div {
    height: 50px;
    width: 50px;
    background-color: #5ea3d8;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.item summary {
    cursor: pointer;
    list-style: none;
    padding: 15px 10px;
    position: relative;
}

.item {
    transition: all 0.3s ease;
}

.item:hover {
    transform: translateX(-6px);
}

.box-rounded {
    box-shadow: 0px 2px 4px #5ea3d8;
    border-radius: 10px;

}

.item[open] summary {
    background-color: #F5F9FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}

.right {
    border-right: 1px solid grey;
}

@media (min-width: 770px) and (max-width:1025px) {
    .col-lg-6 .item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media(max-width:425px) {
    .divs {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .right {
        display: hide;
    }
}

/* section 3 css  */

.icon_bg {
    height: 50px;
    width: 50px;
    background: linear-gradient(180deg, #0b2d52, #0a2540);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.icon_bg:hover {
    transform: scale(1.1);
}

.points {
    border: 1px solid #5ea3d8;
    border-left: 4px solid #0a2540;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease;

}

.points:hover {
    transform: translateY(-6px);
    box-shadow: 0px 2px 5px #5ea3d8;
}

@media(max-width:425px) {
    .points {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mb-heading {
        text-align: center;
    }
}

/* section 4 css */

.hero {
    background: linear-gradient(180deg, #0b2d52, #0a2540);
    color: white;
}

.card-container {
    perspective: 1200px;
}

.services-card-1 {
    position: relative;
    width: 100%;
    /* max-width: 320px; */
    height: 410px;
    margin: 10px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

.services-card-1.flipped {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #898989;
    background: linear-gradient(180deg, #15385d, #0a2540);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    padding: 25px;
}

.card-front {
    z-index: 2;
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    z-index: 1;
}

.card-back ul {
    width: 100%;
    padding-left: 0;
    margin: 0;
}

.card-back li {
    list-style: none;
    margin-bottom: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-back li::before {
    content: "✓";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.service-blue {
    background: #0d6efd;
}

.service-green {
    background: #00b74a;
}

.service-orange {
    background: #ff8800;
}

.service-pink {
    background: #ff2d95;
}

.service-violet {
    background: #8e44ff;
}

.service-cyan {
    background: #00c2ff;
}

.number {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    border-radius: 20px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    z-index: 5;
}

.icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 26px;
    color: #fff;
}

.icon {
    font-size: 36px;
}

.line {
    width: 70px;
    height: 4px;
    border-radius: 20px;
    margin: 0 auto 25px;
}

.carousel-item {
    padding: 5px;
}

.carousel-item .card-container {
    display: flex;
    justify-content: center;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

#mobileCarousel .carousel-indicators {
    position: static;
    margin: 15px 0 0;
    justify-content: center;
}

#mobileCarousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

#mobileCarousel .carousel-indicators button.active {
    width: 24px;
    border-radius: 10px;
    background-color: white;
}

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

@media (max-width:768px) {

    .services-card-1 {
        width: 100%;
        max-width: 100%;
        height: 450px;
    }

    .card-front,
    .card-back {
        padding: 5px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .services-card-1 {
        height: 300px;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .services-card-1 {
        height: 430px;
        /* max-width: 250px; */
    }

    .card-front,
    .card-back {
        padding: 10px;
    }

    .section-content {
        font-size: 17px;
        line-height: 1.5;
    }

    .icon {
        width: 55px;
        height: 55px;
        font-size: 28px;
    }

}

/* section 5 css */

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: 0 8px 30px rgba(13, 27, 76, 0.18);
}

.icon-circle:hover {
    background-color: rgba(13, 27, 76, 0.3);
}

.icon-circle i {
    font-size: 30px;
    color: #0b2d52;
}

.points-border-right {
    border-right: 1px solid #ccc;
}

.feature-box {
    margin-bottom: 20px;
}

.position-relative {
    position: relative;
}

.points-border-top {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

 @media (min-width: 992px) {
    .points-width {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
} 

@media(max-width:768px) {

    .points-border-right,
    .points-border-top {
        border: 0px;
    }

    .feature-box {
        border-bottom: 1px solid #ccc;
    }
}

/* section 7 css starts here */

.VD-points summary {
    list-style: none;
    cursor: pointer;
}

.VD-points {
    box-shadow: 0 2px 4px #5ea3d8;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.VD-points:hover {
    transform: scaleX(-6px);
}

.VD-points[open] summary {
    background-color: rgb(188, 220, 241, 0.25);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.icon_div {
    height: 50px;
    width: 50px;
    background-color: #5ea3d8;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

/* section 8 css starts here */


.process-wrapper {
    position: relative;
    margin-left: 70px;
}

.process-wrapper::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 10%;
    width: 2px;
    height: 75%;
    background: #e5e9f2;
}

.process-progress {
    position: absolute;
    left: -50px;
    top: 4%;
    width: 2px;
    /* height:20px; */
    background: #0b2d52;
    transition: height 0.6s ease;
    z-index: 1;
}

.process-item {
    position: relative;
    padding-bottom: 25px;
    transition: all 0.3s ease;
}

.process-icon {
    position: absolute;
    left: -70px;
    top: 10%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5ea3d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 2;
}

.process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px;
}

.step-title {
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "Jost", sans-serif;
    color: inherit;
}

.process-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #6b6b6b;
    font-size: 14px;
}

.process-item.active .process-icon {
    background: #0b2d52;
}

.down-arrow i {
    transition: 0.3s;
}

.process-item.active .down-arrow i {
    transform: rotate(180deg);
}


@media (max-width: 767px) {

    .process-wrapper {
        margin-left: 45px;
    }

    .process-wrapper::before {
        left: -30px;
    }

    .process-progress {
        left: -30px;
    }

    .process-icon {
        left: -52px;
        top: 10%;
        width: 40px;
        height: 40px;
    }

    .process-header {
        padding: 12px;
        gap: 10px;
    }

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

    .outer {
        gap: 8px;
        flex-wrap: wrap;
    }

    .process-body {
        font-size: 13px;
    }

    .process-body p {
        padding: 12px;
    }
}

/* section 9 starts here */

/* tools and technologies */

.tech {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    transition: .3s ease;
}

.tech:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    background-color: rgb(94, 163, 216, .1);
}

.tech-heading {
    height: 80px;
}

.tech-tag {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 50px;
    background: #eef6ff;
    color: #5ea3d8;
    font-weight: 500;
    border: none;
    transition: .3s;
}

.tech-tag:hover {
    background: #5ea3d8;
    color: white;
}

.icon-box {
    /* width: 45px; */
    height: 45px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    background: #5ea3d8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .2);
}

.icon-box i {
    color: white;
}

.tech {
    overflow: hidden;
    position: relative;
}

.tech::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #5ea3d8;
    transition: .35s;
}

.tech:hover::before {
    width: 100%;
}

/* section 11 starts here */

.testimonial-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 35px 45px;
}

.testimonial-track {
    display: flex;
    gap: 24px;
    align-items: stretch;

    /* Important for smooth animation */
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.testimonial-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    display: flex;
    opacity: 0.6;
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

.testimonial-card {
    width: 100%;
    height: 100%;
    background: #fff;

    transition:
        box-shadow 0.45s ease,
        transform 0.45s ease;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Center card */
.testimonial-slide.active {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-slide.active .testimonial-card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

/* Hover */
.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Quote */
.testimonial-card i {
    font-size: 50px;
}

/* User */
.testimonial-user {
    height: 100px;
    font-size: 18px;
    text-align: justify;
    font-family: "Kumbh Sans", sans-serif;
}

/* Review */
.review {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.7;
}

.add {
    font-size: 15px;
}

/* Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: #000;
    color: #fff;

    z-index: 10;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.carousel-btn:hover {
    background: #333;
}

.carousel-btn.prev {
    left: 0;
}

.carousel-btn.next {
    right: 0;
}


@media (max-width: 991px) {

    .testimonial-slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .testimonial-slide.active {
        transform: scale(1.035);
    }
}


@media (max-width: 767px) {

    .testimonial-slide {
        flex: 0 0 100%;
    }

    .testimonial-slide.active {
        transform: scale(1.015);
    }

    .carousel-btn {
        width: 36px;
        height: 36px;
    }

    .web-heading {
        font-size: 25px;
    }

    .process-content,
    .testimonial-user,
    .testimonial-user {
        font-size: 15px;
    }

    .sections {
        padding: 30px 0;
    }

    .testimonial-user {
        height: 60px;
    }

    .testimonial-card i {
        font-size: 30px;
    }

    .add {
        font-size: 12px;
    }
}

/* Accessibility / reduced motion */
@media (prefers-reduced-motion: reduce) {

    .testimonial-track,
    .testimonial-slide,
    .testimonial-card {
        transition: none;
    }
}

/* FAQ starts here */

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.accordion-section.active .accordion-content {
    max-height: 500px;
    padding: 12px;
}

.accordion-section.active .dropdown-arrow i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.dropdown-arrow i {
    transition: transform 0.3s ease;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 0;
    gap: 1rem;
}

.accordion-heading {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .mt-lg-4 {
        margin-top: 1.5rem;
    }
}

/* Optional desktop hover effect */
@media (hover: hover) and (min-width: 992px) {
    .accordion-section:hover .accordion-content {
        max-height: 500px;
        padding: 12px;
    }

    .accordion-section:hover .dropdown-arrow i {
        transform: rotate(180deg);
    }
}