@import url(../newfonts/stylesheet.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #5519c2 #f5f5f5;
}


img {
    max-width: 100%;
    height: auto;
}

body {
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    /* font-family: "Vela Sans"; */
    font-family: Lato, sans-serif;
    font-weight: normal;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #5519c2;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4413a0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
}

.new_website_content {
    overflow: clip;
}

.new-updates-websites .header {
    padding: 8px 0px;
}

.new-updates-websites .header .header_inner_div .logo {
    padding: 8px 0px !important;
}

.new-updates-websites .header .header_inner_div {
    padding: 0px 10px;
}

.new-updates-websites .header_menu .menu_inner>ul>li.button a {
    padding: 10px 16px;
    margin-top: 0;
}

.new_website_content {
    margin-top: 84px !important;
}

.new_website_content .content_inner {
    padding: 0;
}

/* ----- Heading Font CSS ------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Vela Sans Bd"; */
    font-weight: bold;
    margin-bottom: 18px;
}

h1 {
    font-size: 63px;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
}

h3 {
    font-size: 28px;
    line-height: 1.2;
}

h4 {
    font-size: 22px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.2;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
}

a:focus,
.btn:focus,
button:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: none;
    box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
    border: none;
    outline: none;
}

/* global css start */
.container {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
}

.layout {
    overflow: clip;
}

.list-items ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.list-items ul li {
    position: relative;
    margin-bottom: 8px;
}

.list-items ul li:last-child {
    margin-bottom: 0;
}

.list-items ul li::after {
    content: '';
    position: absolute;
    top: 13px;
    left: -20px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.list-items.data-faq ul {
    margin: 8px 0px;
}
.list-items.data-faq ul li a{
    color: #0b64f4;
    transition: 0.4s;
    text-decoration: underline;
}
.list-items.data-faq ul li a:hover{
    text-decoration: unset;
}

.list-items.data-faq ul li {
    color: #4b5563;
}

.list-items.data-faq ul li::after {
    background: #000;
    top: 11px;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.contact_btn {
    background-color: #6b46c1;
    color: #fff;
}

.contact_btn:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 10px 20px rgba(110, 72, 170, 0.4);
    color: #fff;
}

/* Header */
.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.4s ease-in-out;
}

.header.sticky {
    background-color: #ffffff;
    box-shadow: 1px -2px 18px rgba(0, 0, 0, 0.4);
}

.header .navbars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .navbars .logo img {
    height: 40px;
}

.header .navbars .nav_links {
    display: flex;
    gap: 35px;
}

.header.sticky .navbars .nav_links a {
    color: #000000;
}

.header .navbars .nav_links a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.9;
}

.header .navbars .nav_links a:hover {
    opacity: 1;
}

.header .navbars .nav_links .dropdown a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header .navbars .nav_links .dropdown a:hover {
    text-decoration: unset;
}

.header .navbars .nav_links .dropdown a::after {
    content: "▾";
    font-size: 12px;
}

/* Hero Section */
.banner_wrapper {
    position: relative;
    /* padding: 0px 20px; */
    /* border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px; */
    overflow: hidden;

    /* height: calc(100vh - 84px); */
}

.banner_wrapper .top_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
}

.banner_wrapper .bottom_shadow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

/* Subtle circular background lines */
/* .banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(30%, -20%);
  pointer-events: none;
}

.banner_wrapper::after {
  content: "";
  position: absolute;
  top: 100px;
  right: -100px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
} */

.banner_wrapper .banner_section {
    padding: 55px 0 30px;
    flex-grow: 1;
    background-color: #110c1b;
}

.banner_wrapper .banner_section .banner_inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    padding-right: 50px;
    position: relative;
}

.banner_wrapper .banner_section .banner_inner .line_bg {
    position: absolute;
    right: 20px;
    top: -100px;
    width: 640px;
}

.banner_wrapper .banner_section .banner_inner .elipses {
    position: absolute;
    right: 10px;
    bottom: 100px;
}

.banner_wrapper .banner_section .banner_inner .banner_content .badges {
    background: #6b46c133;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    border: 1px solid #6b46c14d;
    color: #ffffff;
    font-weight: 600;
}

.banner_wrapper .banner_section .banner_inner .banner_content h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black,
        /* -2px -2px 0 grey,
    6px 7px 0 grey,
    -2px 2px 0 grey,
    2px 2px 0 grey; */
}

.banner_wrapper .banner_section .banner_inner .banner_content h1 span.underline {
    position: relative;
    display: inline-block;
}

.banner_wrapper .banner_section .banner_inner .banner_content h1 span.break {
    display: block;
}

.banner_wrapper .banner_section .banner_inner .banner_content h1 span.underline::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f9a825;
    border-radius: 10px;
}

.banner_wrapper .banner_section .banner_inner .banner_content p {
    font-size: 16px;
    color: #ffffff;
    max-width: 550px;
    margin-bottom: 50px;
    font-weight: 400;
}

/* Stats */
.banner_wrapper .banner_section .banner_inner .banner_content .stats_grid {
    display: flex;
    gap: 40px;
    padding-top: 30px;
}

.banner_wrapper .banner_section .banner_inner .banner_content .stat_item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 1px solid #ffffff24;
    padding-left: 10px;
}

.banner_wrapper .banner_section .banner_inner .banner_content .stat_icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.banner_wrapper .banner_section .banner_inner .banner_content .stat_info span {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
}

.banner_wrapper .banner_section .banner_inner .banner_content .stat_info p {
    font-size: 14px;
    margin: 0;
    color: #ffffffe3;
    font-weight: 400;
}

/* Consultation Form */
.banner_wrapper .banner_section .banner_inner .banner_form_container {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 30px;
    color: #333;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .consultation_form span {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .consultation_form>p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 22px;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_group {
    margin-bottom: 14px;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #364153;
    line-height: normal;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_group input,
select,
textarea {
    width: 100%;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid #e7eeec;
    background: #0c513f05;
    font-size: 14px;
    transition: 0.3s;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_group input:focus,
select:focus,
textarea:focus {
    border-color: #9d50bb;
    outline: none;
    box-shadow: 0 0 0 4px rgba(110, 72, 170, 0.1);
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .form_group textarea {
    height: 80px;
    resize: none;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .submit_btn {
    width: 100%;
    background:
        linear-gradient(0deg, #6b46c1, #6b46c1),
        linear-gradient(180deg, #845edc 0%, rgba(132, 94, 220, 0) 58.38%);
    box-shadow:
        3.5px 0px 7.5px 0px #ffffff33 inset,
        1px 0px 5px 0px #ffffffb2 inset,
        -3.5px 0px 7.5px 0px #ffffff33 inset,
        -1px 0px 5px 0px #ffffffb2 inset,
        0px 1px 4.5px 0px #0000001a;
    color: white;
    padding: 16px;
    border-radius: 48px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 6px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.banner_wrapper .banner_section .banner_inner .banner_form_container .submit_btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(110, 72, 170, 0.3);
}

.banner_section .marquee-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 16px;
    padding: 2rem 0px 0px 0px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.banner_section .marquee-wrapper .left-txt-box {
    width: 380px;
    background: #110c1b;
    z-index: 1;
    text-align: center;
    padding: 18px 20px 18px 47px;
}

.banner_section .marquee-wrapper .left-txt-box p span {
    position: relative;
    display: inline-block;
}

.banner_section .marquee-wrapper .left-txt-box p span::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f9a825;
    border-radius: 10px;
}

.banner_section .marquee-wrapper .left-txt-box p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: start;
}

.banner_section .right-data-content {
    width: calc(100% - 380px);
}

.banner_section .marquee-wrapper .marquee-content {
    display: flex;
    animation: scroll 50s linear infinite;
    width: fit-content;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.banner_section .marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

.banner_section .marquee-wrapper .logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 100px;
    margin: 0 20px;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.banner_section .marquee-wrapper .logo-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            transparent,
            rgba(255, 255, 255, 0.05),
            transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner_section .marquee-wrapper .logo-card:hover::before {
    opacity: 1;
}

.banner_section .marquee-wrapper .logo-card:hover {
    /* transform: translateY(-5px) scale(1.05); */
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.banner_section .marquee-wrapper .logo-image {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

/* why-we-are section start */
.why-we-are {
    padding: 60px 0 20px;
    background-color: #ffffff;
}
.why-we-are a{
    color: #3d5afe;
    transition:0.4s;
    text-decoration: underline;
}
.why-we-are a:hover{
    text-decoration: none;
}

.why-we-are .why-we-are-inner {
    display: flex;
    gap: 60px;
}

.why-we-are .why-we-are-left {
    flex: 1;
}

.why-we-are .why-we-are-right {
    flex: 1.2;
}

.why-we-are .why-we-are-left h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2;
    /* font-family: "Outfit", sans-serif; */
}

.why-we-are .why-we-are-left h2 span {
    color: #3d5afe;
}

.why-we-are .why-we-are-left p {
    color: #828fad;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.6;
    /* font-family: "Outfit", sans-serif; */
}

.why-we-are .why-we-are-image {
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 495px;
}

.why-we-are .why-we-are-image img {
    width: 100%;
    display: block;
    height: auto;
}

.why-we-are .why-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-we-are .why-we-are-card {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0px 8.55px 17.1px 0px #dde2ff59;
}

.why-we-are .why-we-are-card:hover {
    box-shadow: 0 10px 40px rgba(85, 25, 194, 0.1);
    border-color: #5519c2;
}

.why-we-are .why-we-are-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #828fad;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.why-we-are .why-we-are-card-header img {
    width: 20px;
}

.why-we-are .why-we-are-card-value {
    font-size: 34px;
    font-weight: 800;
    color: #7332f9;
    margin-bottom: 8px;
    /* font-family: "Outfit", sans-serif; */
}

.why-we-are .why-we-are-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    /* font-family: "Outfit", sans-serif; */
}

.why-we-are .why-we-are-card-desc {
    font-size: 14px;
    color: #828fad;
    line-height: 1.5;
    /* font-family: "Outfit", sans-serif; */
}

/* why-we-are section end */

/* build-soltution-sec start */
.build-solution-sec {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #ffffff;
    /* Matches the white background of the section above it */
}

.build-solution-sec.overwrite_solution-sec{
    padding-bottom: 30px;

}

.build-solution-sec .build-solution-inner {
    background: #110c1b;
    border-radius: 30px;
    padding: 60px 20px 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.build-solution-sec .build-solution-inner img.shadow {
    position: absolute;
    bottom: 0px;
    right: -240px;
    width: 100%;
    opacity: 1;
    z-index: 0;
}

.build-solution-sec .build-solution-left {
    /* flex: 1; */
    z-index: 2;
}

.build-solution-sec .build-solution-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 250px;
    z-index: 1;
}

.build-solution-sec .build-solution-left h2 {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.2;
    /* font-family: "Outfit", sans-serif; */
}

.build-solution-sec .build-solution-left p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.build-solution-sec .build-solution-left h2 span {
    position: relative;
    display: inline-block;
}

.build-solution-sec .build-solution-left h2 span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f9a825;
    border-radius: 10px;
}

.build-solution-sec .build-solution-btn {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    background:
        linear-gradient(0deg, #6b46c1, #6b46c1),
        linear-gradient(180deg, #845edc 0%, rgba(132, 94, 220, 0) 58.38%);
    box-shadow:
        3.5px 0px 7.5px 0px #ffffff33 inset,
        1px 0px 5px 0px #ffffffb2 inset,
        -3.5px 0px 7.5px 0px #ffffff33 inset,
        -1px 0px 5px 0px #ffffffb2 inset,
        0px 1px 4.5px 0px #0000001a;
    padding: 10px 20px;
    border-radius: 100px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s all ease;
    border: none;
}

.build-solution-sec .build-solution-btn span {
    margin-left: 0;
}

.build-solution-sec .build-solution-btn i {
    font-size: 18px;
    transition: 0.3s transform ease;
}

.build-solution-sec .build-solution-btn:hover i {
    transform: translateX(10px);
}

/* Remove the old arrow-wrap as it's no longer needed for this new style */
.build-solution-sec .arrow-wrap {
    background: #0000004d;
    border-radius: 0;
    width: 100px;
    border-radius: 24px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decoration Graphics */
.build-solution-sec .graphics-container {
    width: 100%;
    height: 100%;
    text-align: end;
}

.build-solution-sec .graphics-container img {
    max-width: 100%;
}

/* build-soltution-sec end */

/* why-the-app-sec start */
.why-the-app-sec {
    /* padding: 100px 0; */
    background-color: #fdfdfd;
}

.why-the-app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;
}

.why-the-app-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a202c;
    margin: 0;
    line-height: 1.25;
}

.why-the-app-header p {
    font-size: 16px;
    color: #4a5568;
    max-width: 540px;
    margin: 0;
}

.why-the-app-sec .tabs-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    position: sticky;
    top: 100px;
}

.why-the-app-sec .tabs-list {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.why-the-app-sec .skip-btn {
    position: absolute;
    /* border: 1px solid #5519c2; */
    /* background-color: #5519c2; */
    border-radius: 30px;
    /* padding: 10px; */
    font-size: 14px;
    bottom: 0;
    left: 0;
    min-width: 90px;
    color: #4a5568;
}


.why-the-app-sec .skip-btn-data {
    padding: 10px 24px;
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.why-the-app-sec .skip-btn-data:hover {
    background: #1e293b;
    color: #ffffff;
    border-color: #1e293b;
}

.why-the-app-sec .tab-item {
    padding: 24px 0;
    font-size: 16px;
    font-weight: 600;
    color: #a0aec0;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    overflow: visible;
}

.why-the-app-sec .tab-item:hover {
    color: #4a5568;
}

.why-the-app-sec .tab-item.active {
    color: #1a202c;
}

.why-the-app-sec .tab-item.active::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #5519c2;
    z-index: 2;
}

.why-the-app-sec .tab-item.active::after {
    display: none;
}

@media (max-width: 991px) {
    .why-the-app-sec .tab-item.active::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -11px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #000000;
        z-index: 3;
    }
}

.why-the-app-sec .tabs-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.why-the-app-sec .tab-panel {
    display: none;
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.why-the-app-sec .tab-panel.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

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

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

.why-the-app-sec .challenge-card {
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg,
            rgba(255, 196, 196, 0.5) 0%,
            rgba(245, 134, 134, 0.5) 100%);
    background: linear-gradient(180deg,
            rgba(255, 220, 220, 0.2) 0%,
            rgba(255, 151, 151, 0.2) 100%);
    backdrop-filter: blur(4px);
    box-shadow:
        0px -2px 1px 0px #ff979766 inset,
        0px 11.39px 22.34px 0px #d14e4e16;
}

.why-the-app-sec .challenge-card .card-body {
    padding: 0;
}

.why-the-app-sec .solution-card {
    border-radius: 20px;
    padding: 40px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg,
            rgba(196, 200, 255, 0.5) 0%,
            rgba(134, 141, 245, 0.5) 100%);
    background: linear-gradient(180deg,
            rgba(220, 222, 255, 0.2) 0%,
            rgba(151, 158, 255, 0.2) 100%);
    backdrop-filter: blur(4px);
    box-shadow:
        0px -2px 1px 0px #979eff66 inset,
        0px 11.39px 22.34px 0px #353eb917;

}

.why-the-app-sec .solution-card .card-body {
    padding: 0;
    overflow-x: hidden;
    overflow: auto;
    height: 280px;
}

.why-the-app-sec .card-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.why-the-app-sec .card-label.challenge {
    color: #ef4444;
    border-bottom: 1px solid #ef4444;
    width: 100%;
}

.why-the-app-sec .card-label.solution {
    color: #6b46c1;
    border-bottom: 1px solid #6b46c1;
    width: 100%;
}

.why-the-app-sec .card-body p {
    font-size: 17px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
    font-weight: 400;
}

.why-the-app-sec .card-body h3 {
    font-size: 26px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 15px;
    margin-top: 0;
}

.why-the-app-sec .card-body hr {
    border: 0;
    border-top: 1px solid #bee3f8;
    margin: 25px 0;
}

.why-the-app-sec .solution-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.why-the-app-sec .solution-point {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-the-app-sec .solution-point i {
    color: #4299e1;
    font-size: 18px;
}

.why-the-app-sec .solution-point span {
    font-size: 15px;
    color: #4a5568;
    line-height: 20px;
    font-weight: 500;
}


/* why-the-app-sec end */

/* engineering-digital-sec start */
.engineering-digital-sec {
    padding: 80px 0;
    background-color: #ffffff;
}

.engineering-digital-sec .engineering-digital-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.engineering-digital-sec .header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a202c;
    margin: 0;
    line-height: 1.1;
    position: relative;
    display: inline-block;
}

.engineering-digital-sec .header-left h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #6a35db;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.engineering-digital-sec:hover .header-left h2::after {
    width: 150px;
}

.engineering-digital-sec .header-right p {
    font-size: 16px;
    color: #4a5568;
    max-width: 540px;
    margin: 0;
    line-height: 1.6;
}

.engineering-digital-sec .engineering-digital-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.engineering-digital-sec .engineering-card {
    /* flex: 1 1 calc(33.33% - 20px); */
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border: 1px solid #00000066;
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    transition: all 0.4s ease;
    min-width: 350px;
    opacity: 0;
    transform: translateY(30px);
    animation: cardReveal 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    overflow: hidden;
}

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

.engineering-digital-sec .engineering-card:nth-child(1) {
    animation-delay: 0.1s;
}

.engineering-digital-sec .engineering-card:nth-child(2) {
    animation-delay: 0.2s;
}

.engineering-digital-sec .engineering-card:nth-child(3) {
    animation-delay: 0.3s;
}

.engineering-digital-sec .engineering-card:nth-child(4) {
    animation-delay: 0.4s;
}

.engineering-digital-sec .engineering-card:nth-child(5) {
    animation-delay: 0.5s;
}

.engineering-digital-sec .engineering-card:nth-child(6) {
    animation-delay: 0.6s;
}

.engineering-digital-sec .engineering-card:hover {
    border-color: #6e48aa;
    box-shadow: 0 20px 40px rgba(110, 72, 170, 0.08);
    transform: translateY(-10px);
}

.engineering-digital-sec .engineering-card:hover::before {
    opacity: 1;
}

.engineering-digital-sec .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 0;
    background-color: unset;
    border: unset;
}

.engineering-digital-sec .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /* margin-bottom: 20px; */
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0;
}

.engineering-digital-sec .card-icon img {
    width: 50%;
}

/* .engineering-digital-sec .engineering-card:hover .card-icon {
    transform: rotateY(180deg) scale(1.1);
} */

.engineering-digital-sec .ios-bg {
    background-color: #f3ebff;
    color: #a855f7;
}

.engineering-digital-sec .android-bg {
    background-color: #fff1f2;
    color: #fb7185;
}

.engineering-digital-sec .cross-bg {
    background-color: #f0f9ff;
    color: #38bdf8;
}

.engineering-digital-sec .enterprise-bg {
    background-color: #fff7ed;
    color: #fb923c;
}

.engineering-digital-sec .modernization-bg {
    background-color: #f0fdf4;
    color: #4ade80;
}

.engineering-digital-sec .support-bg {
    background-color: #fff1f2;
    color: #fb7185;
}

.engineering-digital-sec .engineering-card h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.engineering-digital-sec .engineering-card:hover h3 {
    color: #3d5afe;
}

.engineering-digital-sec .engineering-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.3;
    margin-bottom: 20px;
}

.engineering-digital-sec .engineering-card p a {
    transform: 0.4s;
    color: #3d5afe;
    text-decoration: underline;
}

.engineering-digital-sec .engineering-card p a:hover {
    text-decoration: unset;
}

.engineering-digital-sec .tags-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.engineering-digital-sec .tag {
    /* background-color: #f7fafc; */
    /* padding: 6px 0px; */
    /* border-radius: 50px; */
    font-size: 14px;
    line-height: 20px;
    /* font-weight: 500; */
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-family: "Vela Sans"; */
    width: 100%;
    /* transition: all 0.3s ease; */
    /* border: 1px solid transparent; */
}

.engineering-digital-sec .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6a35db;
    flex-shrink: 0;
}

.engineering-digital-sec .engineering-card:hover .tag {
    /* background-color: #ffffff; */
    /* border-color: #e2e8f0; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}

/* .engineering-digital-sec .tag:hover {
  border-color: #6a35db;
  color: #6a35db;
  transform: translateY(-3px);
  background-color: #f3ebff;
} */

.engineering-digital-sec .tag i {
    font-size: 16px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.engineering-digital-sec .tag:hover i {
    transform: scale(1.2) rotate(15deg);
}

.engineering-digital-sec .engineering-digital-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.engineering-digital-sec .view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 40px;
    border-radius: 100px;
    border: 1px solid #4612b5;
    color: #4612b5;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s all ease;
    box-shadow: 0 5px 15px rgba(70, 18, 181, 0.1);
}

.engineering-digital-sec .view-all-btn:hover {
    background-color: #4612b5;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(70, 18, 181, 0.2);
    transform: translateY(-5px) scale(1.05);
}

.engineering-digital-sec .view-all-btn i {
    transition: transform 0.3s ease;
}

.engineering-digital-sec .view-all-btn:hover i {
    transform: translateX(8px);
}

/* engineering-digital-sec end */

/* tech-dev-sec start */
.tech-dev-sec {
    padding: 60px 0;
}

.tech-dev-sec .tech-dev-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tech-dev-sec .tech-dev-header .header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.tech-dev-sec .tech-dev-header .header-right p {
    font-size: 16px;
    color: #6b7280;
    max-width: 540px;
    margin: 0;
    line-height: 1.6;
}

.tech-dev-sec .tech-dev-flex {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
    /* border-top: 1px solid #e5e7eb; */
    /* padding-top: 15px; */
}

.tech-dev-sec .tech-tabs {
    /* flex: 0 0 280px; */
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    position: relative;
    width: 100%;
    overflow: auto;
    padding-bottom: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

/* .tech-dev-sec .tech-tabs::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
} */

.tech-dev-sec .tech-tab-item {
    padding: 16px 15px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: 0.3s all ease;
    min-width: auto;
    width: auto;
    text-align: center;
}

.tech-dev-sec .tech-tab-item span {
    text-align: center;
    white-space: nowrap;
}

.tech-dev-sec .tech-tab-item:hover {
    border-color: #6e4bbc;
    color: #6e4bbc;
}

.tech-dev-sec .tech-tab-item.active {
    background-color: #6e4bbc;
    border-color: #6e4bbc;
    color: #ffffff;
    box-shadow: 0 4px 12px #6e48aa33;
}

.tech-dev-sec .tech-panels {
    flex: 1;
    min-width: 100%;
    width: 100%;
    background-color: #ffffff;
    /* padding: 20px 0px 20px 0px; */
    /* min-height: 220px; */
}

.tech-dev-sec .tech-panel {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s all ease;
}

.tech-dev-sec .tech-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.tech-dev-sec .tech-stack-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 155px;
    overflow-y: auto;

}

.tech-dev-sec .tech-stack-item {
    flex: 0 0 calc(50% - 10px);
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background-color: #eff0f8;
    border-radius: 8px;
    border: 1px solid #f3f4f6;
    transition: 0.3s all ease;
}

.tech-dev-sec .tech-stack-item:hover {
    box-shadow: 0 4px 10px #0000000a;
}

.tech-dev-sec .tech-stack-item img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.3s all ease;
}

.tech-dev-sec .tech-stack-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.tech-dev-sec .tech-stack-item span {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}

@media (min-width: 1200px) {
    .tech-dev-sec .tech-stack-item {
        flex: 0 0 calc(33.33% - 14px);
        /* 3 columns on large screens */
    }
}

/* Inner Tab Layout */
.tech-dev-sec .inner_data_plans {
    display: flex;
    gap: 0;
    width: 100%;
    align-items: stretch;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
}

.tech-dev-sec .inner_data_plans .right_tab_data .tech-panel {
    height: 150px;
    overflow-y: auto;

}

.tech-dev-sec .left_tab_data {
    display: flex;
    flex-direction: column;
    flex: 0 0 260px;
    background: #f8f9fc;
    border-right: 1px solid #eee;
}

.tech-dev-sec .right_tab_data {
    flex: 1;
    min-width: 0;
    padding: 12px;
    background: #fff;
}

.tech-dev-sec .left_tab_data .tech-tab-item {
    text-align: left;
    padding: 21px 20px;
    font-size: 15px;
    min-width: unset;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin: 0;
    background: transparent;
    color: #64748b;
    box-shadow: none;
}

.tech-dev-sec .left_tab_data .tech-tab-item:last-child {
    border-bottom: none;
}

.tech-dev-sec .left_tab_data .tech-tab-item.active {
    background: #fff;
    color: #6e4bbc;
    font-weight: 700;
    position: relative;
}

.tech-dev-sec .left_tab_data .tech-tab-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #6e4bbc;
}

/* Responsive adjust for inner tabs */
/* @media (max-width: 991px) {
    .tech-dev-sec .inner_data_plans {
        flex-direction: column;
    }

    .tech-dev-sec .left_tab_data {
        flex: 1;
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .tech-dev-sec .left_tab_data .tech-tab-item {
        border-bottom: none;
        border-right: 1px solid #eee;
        white-space: nowrap;
    }

    .tech-dev-sec .left_tab_data .tech-tab-item.active::before {
        left: 0;
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 4px;
    }
} */

/* tech-dev-sec end */

/* global-security-sec start */
.global-security-sec {
    padding: 50px 0;
    background-color: #f8faff;
    overflow: hidden;
}

.global-security-sec .global-security-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 40px;
}

.global-security-sec .header-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b011d;
    line-height: 1.2;
    margin: 0;
}

.global-security-sec .header-right p {
    font-size: 16px;
    color: #4a5568;
    max-width: 540px;
    margin: 0;
    line-height: 1.6;
}

.global-security-sec .global-security-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.global-security-sec .security-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(50px) scale(0.98);
    min-height: 364px;
}

.global-security-sec .security-card .security-card-inner {
    height: 100%;
}

.global-security-sec .security-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.global-security-sec .security-card:hover {
    transform: translateY(-15px);
}

.global-security-sec .security-card-top {
    display: flex;
    align-items: flex-end;
    /* Align title with the bottom of the elevated icon block */
    gap: 20px;
    position: relative;
    z-index: 5;
}

.global-security-sec .security-icon-wrap {
    background: #ffffff;
    padding: 30px;
    width: 140px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border-radius: 40px 40px 0 0;
    border: 1.5px solid #e2e8f0;
    border-bottom: none;
    transition: border-color 0.4s ease;
}

/* The Seamless Inverse Curve Bridge */
.global-security-sec .security-icon-wrap::after {
    content: "";
    position: absolute;
    bottom: 0.9px;
    right: -44px;
    width: 42px;
    height: 42px;
    background: transparent;
    border-bottom-left-radius: 42px;
    /* Perfectly seals the corner and continues the edge */
    /* box-shadow:
        -1.5px 1.5px 0 0 #e2e8f0,
        -20px 20px 0 20px #ffffff; */
    box-shadow: -1.5px 1.5px 0 0 #e2e8f0, -15px 14px 0 12px #ffffff;
    z-index: 1;
    transition: box-shadow 0.4s ease;
    pointer-events: none;
}

.global-security-sec .security-card-body {
    background-color: #ffffff;
    border-radius: 0 40px 40px 40px;
    border: 1.5px solid #e2e8f0;
    padding: 30px 30px 40px 30px;
    position: relative;
    z-index: 3;
    margin-top: -1.5px;
    /* Bridge gap perfectly */
    box-shadow: 0 15px 40px rgba(11, 1, 29, 0.03);
    transition: all 0.4s ease;
}

.global-security-sec .security-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #6a35db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}

.global-security-sec .security-card:hover .security-icon {
    background-color: #4612b5;
    transform: rotate(20deg) scale(1.1);
}

.global-security-sec .security-card-top h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0b011d;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 20px;
    transition: color 0.4s ease;
}

.global-security-sec .security-card:hover h3 {
    color: #6a35db;
}

.global-security-sec .security-card-body p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

@keyframes premiumPopIn {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.global-security-sec .security-card {
    animation: premiumPopIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.global-security-sec .security-card:nth-child(1) {
    animation-delay: 0.1s;
}

.global-security-sec .security-card:nth-child(2) {
    animation-delay: 0.3s;
}

.global-security-sec .security-card:nth-child(3) {
    animation-delay: 0.5s;
}

/* proven-dev-sec start */
.proven-dev-sec {
    padding: 60px 0;
}

.proven-dev-sec .proven-dev-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
    flex-wrap: wrap;
}

.proven-dev-sec .proven-dev-header .header-left {
    flex: 1;
    min-width: 300px;
}

.proven-dev-sec .proven-dev-header .header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin: 0;
}

.proven-dev-sec .proven-dev-header .header-right {
    flex: 1;
    min-width: 300px;
}

.proven-dev-sec .proven-dev-header .header-right p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* Desktop: vertical sidebar tabs with icons */
.proven-dev-sec .proven-dev-flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
    position: sticky;
    top: 100px;
}

.proven-dev-sec .proven-dev-tabs {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
}

/* Vertical line */
.proven-dev-sec .proven-dev-tabs::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e7eb;
    z-index: 1;
}

/* Hide underline on desktop */
.proven-dev-sec .proven-dev-tabs .tab-underline {
    display: none;
}

.proven-dev-sec .tab-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: 0.3s all ease;
}

.proven-dev-sec .tab-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6b7280;
    transition: 0.3s all ease;
    flex-shrink: 0;
}

.proven-dev-sec .tab-item.active .tab-icon {
    background-color: #6e48aa;
    border-color: #6e48aa;
    color: #ffffff;
    box-shadow: 0 0 0 8px #6e48aa1a;
}

.proven-dev-sec .tab-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
    transition: 0.3s all ease;
}

.proven-dev-sec .tab-info p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.proven-dev-sec .tab-item.active .tab-info h3 {
    color: #6e48aa;
}

/* Mobile: horizontal tabs (applied via responsive below 991px) */

.proven-dev-sec .panel-header p.hedaing-para {
    font-size: 32px;
    color: #111827;
    font-weight: 700 !important;
    /* font-family: "Vela Sans Bd"; */
}

/* Panel Styling */
.proven-dev-sec .proven-dev-panels {
    flex: 1;
    min-width: 350px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: clamp(20px, 5vw, 30px);
    position: relative;
    min-height: 500px;
    box-shadow:
        0px 22px 49px 0px #b5b5b51a,
        0px 88px 88px 0px #b5b5b517,
        0px 198px 119px 0px #b5b5b50d,
        0px 353px 141px 0px #b5b5b503,
        0px 551px 154px 0px #b5b5b500;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.proven-dev-sec .dev-panel {
    display: none;
    flex-direction: column;
    opacity: 0;
    transform: translateX(20px);
    transition: 0.4s all ease;
}

.proven-dev-sec .dev-panel.active {
    display: flex;
    opacity: 1;
    transform: translateX(0);
    /* background: rgba(85, 25, 194, 0.4);
    padding: 30px;
    border-radius: 30px; */
}

.proven-dev-sec .step-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: #f3f4f6;
    color: #111827;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.proven-dev-sec .panel-header p {
    font-size: 32px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.proven-dev-sec .panel-header p {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
}

.proven-dev-sec .wrap_row_info {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.proven-dev-sec .info-row {
    margin-bottom: 30px;
    /* padding: 20px; */
    /* background-color: #fbfdff; */
    /* border-radius: 16px; */
    max-width: 50%;
    width: 100%;
    /* border: 1px solid #00000014; */
}

.proven-dev-sec .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.proven-dev-sec .info-icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111827;
}

.proven-dev-sec .info-text .label {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.proven-dev-sec .info-text .value {
    display: block;
    font-size: 16px;
    color: #111827;
    /* font-family: "Vela Sans Bd"; */
}

.proven-dev-sec .lists-flex {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.proven-dev-sec .list-col {
    flex: 1;
    min-width: 250px;
}

.proven-dev-sec .list-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.proven-dev-sec .list-col h3 i {
    color: #6b7280;
}

.proven-dev-sec .list-col ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.proven-dev-sec .list-col ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.4;
}

.proven-dev-sec .list-col ul li i {
    color: #2563eb;
    margin-top: 3px;
    font-size: 16px;
}

/* Play/Pause & Dot Controls — hidden on desktop */
.proven-dev-controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.proven-play-pause {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #1e1738;
    background: #1e1738;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s all ease;
    flex-shrink: 0;
}

.proven-play-pause:hover {
    background: #6e48aa;
    border-color: #6e48aa;
}

.proven-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.proven-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: width 0.3s ease, border-radius 0.3s ease;
    position: relative;
    overflow: hidden;
}

.proven-dot.active {
    width: 28px;
    border-radius: 10px;
    background: #d1d5db;
}

.proven-dot.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #1e1738;
    border-radius: 10px;
    animation: dotProgress 4s linear forwards;
}

.proven-dot.paused::after {
    animation-play-state: paused;
}

@keyframes dotProgress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* Hide autoplay controls on desktop (> 991px) */
@media (min-width: 992px) {

    .proven-play-pause,
    .proven-dots {
        display: none !important;
    }
}

.proven-dev-sec .proven-skip-btn {
    position: absolute;
    bottom: -10px;
    left: 1%;
    z-index: 1;
}

.proven-dev-sec .proven-skip-btn-data {
    padding: 10px 24px;
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.proven-dev-sec .proven-skip-btn-data:hover {
    background: #1e293b;
    color: #ffffff;
    border-color: #1e293b;
}

/* Hide skip button on mobile */
@media (max-width: 991px) {
    .proven-dev-sec .proven-skip-btn {
        display: none;
    }
}

/* Stats Bar */
.proven-dev-sec .proven-dev-stats {
    margin-top: 55px;
    background-color: #1e1738;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    border: 2px solid #333333;
    box-shadow: 8px 9px 0px 0px #6b46c1;
}

.proven-dev-sec .stat-item {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.proven-dev-sec .stat-val {
    font-size: 28px;
    /* font-family: "Vela Sans Bd"; */
    color: #ffffff;
    margin-bottom: 5px;
}

.proven-dev-sec .stat-lbl {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

/* success-stories-sec start */
.success-stories-sec {
    background-color: #ffffff;
    overflow: hidden;
}

.success-stories-sec .success-stories-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 40px;
}

.success-stories-sec .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}

.success-stories-sec .slider-nav-btn .nav-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all ease;
}

.success-stories-sec .slider-nav-btn .nav-btn:hover {
    background-color: #5519c2;
    color: #ffffff;
    border-color: #5519c2;
}

.success-stories-sec .header-left h2 {
    font-size: clamp(32px, 5vw, 44px);
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin: 0;
}

.success-stories-sec .header-right p {
    font-size: 16px;
    color: #6b7280;
    max-width: 540px;
    margin: 0;
    line-height: 1.6;
}

.success-stories-sec .inner_part {
    position: relative;
}

.success-stories-sec .inner_part::after {
    content: "";
    position: absolute;
    width: 500%;
    height: 102%;
    left: -500%;
    top: 0;
    background: #fff;
    z-index: 1;
}

.success-stories-sec .slick-list {
    overflow: visible !important;
    width: calc(100% + 80px);
    /* margin-left: -40px; */
}

.success-stories-sec .success-slider {
    width: 100%;
    overflow: visible;
}

.success-stories-sec .success-slide {
    padding: 20px 15px;
    transform: scale(1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.success-stories-sec .success-slide.slick-center {
    opacity: 1;
    transform: scale(1);
}

.success-stories-sec .slide-inner {
    display: flex;
    background: linear-gradient(89.38deg,
            #000000 49.74%,
            rgba(0, 0, 0, 0.0001) 99.72%);
    overflow: hidden;
    min-height: 550px;
    position: relative;
}

.success-stories-sec .slide-inner .wrap_img_apps {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.success-stories-sec .slide-left {
    padding: 40px;
}

.success-stories-sec .mockup-wrap {
    width: 100%;
    max-width: 600px;
}

.success-stories-sec .mockup-wrap img {
    width: 100%;
    height: auto;
    display: block;
    transform: translateY(20px);
    transition: 0.5s transform ease;
}

.success-stories-sec .success-slide.slick-center:hover .mockup-wrap img {
    transform: translateY(10px) scale(1.02);
}

.success-stories-sec .slide-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 0;
    color: #ffffff;
}

.success-stories-sec .project-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.success-stories-sec .stat .val {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
}

.success-stories-sec .stat .val span {
    color: #f9a825;
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: 2px;
}

.success-stories-sec .stat .lbl {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
}

.success-stories-sec .app-name {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #ffffff;
}

.success-stories-sec .app-desc {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 550px;
}

.success-stories-sec .store-btns {
    display: flex;
    gap: 20px;
}

.success-stories-sec .store-btn {
    height: 45px;
    transition: 0.3s all ease;
}

.success-stories-sec .store-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.success-stories-sec .store-btn img {
    height: 100%;
    width: auto;
}

/* Slick Custom Dots */
.success-stories-sec .slick-dots {
    bottom: -50px;
}

.success-stories-sec .slick-dots li button:before {
    color: #6e48aa;
    font-size: 12px;
}

/* success-stories-sec end */

/* clinet-stories-sec start */
.clinet-stories-sec {
    padding: 60px 0;
    background-color: #ffffff;
    padding-bottom: 200px;
}

.clinet-stories-sec .clinet-stories-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 40px;
}

.clinet-stories-sec .header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.2;
    margin: 0;
}

.clinet-stories-sec .header-right p {
    font-size: 16px;
    color: #4b5563;
    max-width: 540px;
    margin: 0;
    line-height: 1.6;
}

.clinet-stories-sec .clinet-slider-wrap {
    position: relative;
}

.clinet-stories-sec .clinet-slider {
    margin: 0 -15px;
}

.clinet-stories-sec .clinet-slide {
    padding: 15px;
}

.clinet-stories-sec .testimonial-card {
    background-color: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: 0.3s all ease;
}

.clinet-stories-sec .testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.clinet-stories-sec .testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}

.clinet-stories-sec .client-info-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.clinet-stories-sec .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.clinet-stories-sec .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinet-stories-sec .client-meta h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 5px 0;
}

.clinet-stories-sec .client-meta p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.clinet-stories-sec .quote-icon {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 32px;
    color: #e5e7eb;
}

.clinet-stories-sec .quote-text {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
}

/* Slider Footer */
.clinet-stories-sec .clinet-slider-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
}

.clinet-stories-sec .slider-progress-wrap {
    flex: 1;
    max-width: 90%;
    height: 2px;
    background-color: #f3f4f6;
    position: relative;
    overflow: hidden;
}

.clinet-stories-sec .slider-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.33%;
    background-color: #111827;
    transition: 0.5s all ease;
}

.clinet-stories-sec .slider-nav-btn {
    display: flex;
    gap: 15px;
}

.success-stories-sec .slider-nav-btn {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    position: absolute;
    /* z-index: 111; */
    top: 50%;
    width: 100%;
}

.clinet-stories-sec .nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all ease;
}

.clinet-stories-sec .nav-btn:hover {
    background-color: #111827;
    color: #ffffff;
    border-color: #111827;
}

/* clinet-stories-sec end */

/* management-sec start */
.management-sec {
    padding: 60px 0;
    background-color: #201747;
    background-image: url("../newimages/management_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.management-sec .management-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.management-sec .management-header {
    flex: 1;
    min-width: 300px;
}

.management-sec .management-header h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff;
}

.management-sec .management-header p {
    font-size: 16px;
    color: #e5e7eb;
    line-height: 1.6;
    max-width: 400px;
}

.management-sec .management-cards {
    flex: 2;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin-top: -220px;
}

.management-sec .management-card {
    flex: 1;
    min-width: 260px;
    background-color: #6e48aa;
    border-radius: 30px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.6s all cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
}

.management-sec .management-card:hover {
    transform: translateY(-20px) scale(1.02);
    background-color: #5519c2;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.management-sec .card-icon {
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #6e48aa;
    transition: 0.5s all ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.management-sec .card-icon img {
    width: 60%;
}

.management-sec .management-card:hover .card-icon {
    transform: rotateY(360deg);
    color: #5519c2;
}

.management-sec .management-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #ffffff;
}

.management-sec .management-card p {
    font-size: 16px;
    color: #f3f4f6;
    line-height: 21px;
    margin: 0;
    opacity: 0.9;
}

.management-sec .card-footer {
    margin-top: auto;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0px;
    border: unset;
    background-color: unset;
}

.management-sec .card-footer ul {
    padding-left: 18px;
    margin-top: 8px;
}

.management-sec .card-footer ul li {
    position: relative;
    margin-bottom: 6px;
}

.management-sec .card-footer ul li:last-child {
    margin-bottom: 0;
}

.management-sec .card-footer ul li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.management-sec .card-footer b {
    font-weight: 600;
}

/* management-sec end */

/* diverse-dev-sec start */
.diverse-dev-sec {
    background-color: #ffffff;
}

.diverse-dev-sec .diverse-dev-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.diverse-dev-sec .diverse-dev-header .header-left {
    flex: 1;
    min-width: 300px;
}

.diverse-dev-sec .diverse-dev-header .header-left h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a3d;
    line-height: 1.2;
    margin: 0;
}

.diverse-dev-sec .diverse-dev-header .header-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.diverse-dev-sec .diverse-dev-header .header-right p {
    font-size: 16px;
    color: #4a5568;
    max-width: 480px;
    margin: 0;
    line-height: 1.6;
}

.diverse-dev-sec .diverse-dev-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.diverse-dev-sec .industry-card {
    flex: 1 1 25%;
    min-width: 250px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.35s all cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Column 1 and 3: Border Top + 3 sides (Left, Right, Top) - NO BOTTOM */
.diverse-dev-sec .industry-card:nth-child(4n + 1),
.diverse-dev-sec .industry-card:nth-child(4n + 3) {
    border: 1px solid #e2e8f0;
    border-bottom: none;
    border-left: unset;
}

/* Column 2 and 4 (Last): Border Bottom + 3 sides (Left, Right, Bottom) - NO TOP */
.diverse-dev-sec .industry-card:nth-child(4n + 2),
.diverse-dev-sec .industry-card:nth-child(4n) {
    border: 1px solid #e2e8f0;
    border-top: none;
    border-left: unset;
}

.diverse-dev-sec .industry-card:hover {
    background-color: #fafbff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.diverse-dev-sec .industry-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
}

/* Industry Specific Colors */
.diverse-dev-sec .industry-card .icon.banking {
    color: #22c55e;
}

.diverse-dev-sec .industry-card .icon.logistics {
    color: #f97316;
}

.diverse-dev-sec .industry-card .icon.healthcare {
    color: #3b82f6;
}

.diverse-dev-sec .industry-card .icon.transportation {
    color: #8b5cf6;
}

.diverse-dev-sec .industry-card .icon.travel {
    color: #06b6d4;
}

.diverse-dev-sec .industry-card .icon.game {
    color: #f43f5e;
}

.diverse-dev-sec .industry-card .icon.education {
    color: #eab308;
}

.diverse-dev-sec .industry-card .icon.construction {
    color: #64748b;
}

.diverse-dev-sec .industry-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.diverse-dev-sec .industry-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #6e48aa;
    transition: width 0.3s ease;
}

.diverse-dev-sec .industry-card:hover::after {
    width: 60px;
}

/* diverse-dev-sec end */

.coverage-sec {
    padding: 60px 0 80px;
    background-color: #ffffff;
}

.coverage-sec .coverage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.coverage-sec .coverage-header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin: 0;
}

.coverage-sec .coverage-header-right p {
    font-size: 16px;
    color: #4a5568;
    max-width: 540px;
    line-height: 1.6;
    margin: 0;
}

.coverage-sec .coverage-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.coverage-sec .coverage-tabs {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.coverage-sec .coverage-tab {
    padding: 16px 24px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #4b5563;
    cursor: pointer;
    transition: 0.3s all ease;
    text-align: start;
}

.coverage-sec .coverage-tab.active {
    background-color: #6e4bbc;
    border-color: #6e4bbc;
    color: #ffffff;
    box-shadow: 0 4px 12px #6e48aa33;
}

.coverage-sec .coverage-tab i {
    font-size: 14px;
    opacity: 0;
    transition: 0.3s all ease;
}

.coverage-sec .coverage-tab.active i {
    opacity: 1;
}

.coverage-sec .coverage-content-wrap {
    flex: 1;
    padding: 20px 20px;
    position: relative;
    border: 1px solid #6e4bbc;
    border-radius: 24px;
    box-shadow:
        0px 2.77px 2.21px 0px #b06ebc05,
        0px 6.65px 5.32px 0px #b06ebc07,
        0px 12.52px 10.02px 0px #b06ebc09,
        0px 22.34px 17.87px 0px #b06ebc0b,
        0px 41.78px 33.42px 0px #b06ebc0d,
        0px 100px 80px 0px #b06ebc12;
}

.coverage-sec .coverage-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.coverage-sec .coverage-panel.active {
    display: block;
}

.coverage-sec .coverage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.coverage-sec .coverage-content-wrap .coverage-panel .coverage-items {
    display: flex;
    flex-wrap: wrap;
}

.coverage-sec .coverage-item {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #0000000f;
    border-bottom: 1px solid #0000000f;
    padding: 10px 15px;
}

.coverage-sec .coverage-item .check-icon {
    width: 22px;
    height: 22px;
    background-color: #5519c2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.coverage-sec .coverage-item span {
    font-size: 15px;
    color: #2d3748;
    line-height: 1.5;
}

/* choose-us-sec start */
.choose-us-sec.padding-top {
    padding-top: 40px;
}

.choose-us-sec {
    background-color: #ffffff;
}

.choose-us-sec .choose-us-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;
}

.choose-us-sec .choose-us-header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #0b011d;
    line-height: 1.2;
    margin: 0;
}

.choose-us-sec .choose-us-header-right p {
    font-size: 16px;
    color: #6b7280;
    max-width: 540px;
    line-height: 1.6;
    margin: 0;
}

.choose-us-sec .choose-us-table {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.choose-us-sec .choose-us-labels {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d7dee7;
}

.choose-us-sec .choose-label {
    flex: 1;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
    text-align: center;
}

.choose-us-sec .choose-label.features-label {
    text-align: center;
}

/* Row Styling */
.choose-us-sec .choose-row {
    display: flex;
    /* align-items: center; */
    border-bottom: 1px dashed #d7dee7;
    transition: 0.3s all ease;
}

.choose-us-sec .choose-row.last-row {
    border-bottom: none;
}

.choose-us-sec .choose-cell {
    flex: 1;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: #4b5563;
    background-color: #fafcff;
}

.choose-us-sec .feature-cell {
    font-weight: 900;
    color: #111827;
    /* font-family: "Vela Sans Bd"; */
    font-size: 15px;
}

/* RipenApps Highlighted Column */
.choose-us-sec .ripen-cell {
    color: #ffffff;
    /* font-weight: 600; */
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px rgba(70, 18, 181, 0.2);
    background: linear-gradient(153.15deg, #9181e4 0%, #2554e5 101.4%);
    box-shadow:
        0px 2.77px 2.21px 0px #2554e50b,
        0px 6.65px 5.32px 0px #2554e510,
        0px 12.52px 10.02px 0px #2554e514,
        0px 22.34px 17.87px 0px #2554e518,
        0px 41.78px 33.42px 0px #2554e51d,
        0px 100px 80px 0px #2554e529;
}

.choose-us-sec .ripen-cell span {
    color: #ffffff;
}

/* Sync the Labels with the highlight */
.choose-us-sec .choose-label.ripen-label {
    color: #ffffff;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    background: linear-gradient(153.15deg, #9181e4 0%, #2554e5 101.4%);
    box-shadow:
        0px 2.77px 2.21px 0px #2554e50b,
        0px 6.65px 5.32px 0px #2554e510,
        0px 12.52px 10.02px 0px #2554e514,
        0px 22.34px 17.87px 0px #2554e518,
        0px 41.78px 33.42px 0px #2554e51d,
        0px 100px 80px 0px #2554e529;
}

/* Bottom shadow for the last ripen cell */
.choose-us-sec .choose-row.last-row .ripen-cell {
    box-shadow: 0 20px 50px rgba(70, 18, 181, 0.3);
}

/* Icons */
.choose-us-sec .ripen-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.choose-us-sec .agency-cross {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.choose-us-sec span {
    font-size: 15px;
    line-height: 20px;
}

.choose-us-sec .agency-cell {
    font-size: 14px;
    /* color: #9CA3AF; */
}

.choose-us-sec.overwrite_choose_us_section {
    padding: 50px 0px;
}

/* choose-us-sec end */

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

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

.build-solution-sec-two {
    padding: 80px 0;
    background: url("../newimages/build_solution_bg.png") no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
}
.build-solution-sec-two.build-solution-section-padding{
    margin-bottom: 80px;

}

.build-solution-sec-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    /* 70% opacity black overlay using 8-digit hex */
    z-index: 1;
}

.build-solution-sec-two .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.build-solution-sec-two .build-solution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.build-solution-sec-two .build-solution-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.build-solution-sec-two .build-solution-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
}

.build-solution-sec-two .build-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    color: #000000;
    padding: 12px 40px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s all ease;
}

.build-solution-sec-two .build-btn:hover {
    background-color: #e6e6e6;
    transform: translateY(-2px);
}

.build-solution-sec-two .build-btn i {
    font-size: 16px;
    transition: 0.3s transform ease;
}

.build-solution-sec-two .build-btn:hover i {
    transform: translateX(5px);
}

/* ── serving-deserve-sec start ───────────────────────── */
.serving-deserve-sec {
    padding: 80px 0;
    background-color: #261859;
}

/* Header */
.serving-deserve-sec .serving-deserve-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.serving-deserve-sec .serving-deserve-header-left h2 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
}

.serving-deserve-sec .serving-deserve-header-right {
    max-width: 540px;
    display: flex;
    align-items: flex-end;
}

.serving-deserve-sec .serving-deserve-header-right p {
    font-size: 16px;
    color: #b0a7bf;
    line-height: 1.7;
    margin: 0;
}

/* Body: two-column layout */
.serving-deserve-sec .serving-deserve-body {
    display: flex;
    gap: 0;
    align-items: stretch;
}

/* Left Tab List */
.serving-deserve-sec .serving-tabs {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: space-between;
}

.serving-deserve-sec .serving-tab-item {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #b0a7bf;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.serving-deserve-sec .serving-tab-item:hover {
    color: #ffffff;
}

.serving-deserve-sec .serving-tab-item.active {
    color: #ffffff;
    font-weight: 700;
}

.serving-deserve-sec .serving-tab-item .tab_arrow {
    display: none;
}

.serving-deserve-sec .serving-tab-item.active .tab_arrow {
    display: block;
}

/* Right Panels */
.serving-deserve-sec .serving-panels {
    flex: 1;
    position: relative;
}

.serving-deserve-sec .serving-panel {
    display: none;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    height: 100%;
}

.serving-deserve-sec .serving-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Panel inner: left content + right image */
.serving-deserve-sec .serving-panel-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #312461;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    overflow: hidden;
    margin-left: 30px;
    min-height: 340px;
}

/* Left content block */
.serving-deserve-sec .serving-panel-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.serving-deserve-sec .serving-panel-icon {
    width: 52px;
    height: 52px;
    background: rgba(101, 67, 190, 0.18);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #a07af5;
    margin-bottom: 20px;
}

.serving-deserve-sec .serving-panel-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.serving-deserve-sec .serving-panel-content p {
    color: #fff;
    font-size: 16px;
}

.serving-deserve-sec .serving-panel-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    height: 200px;
}

.serving-deserve-sec .serving-panel-list li {
    font-size: 16px;
    color: #b0a7bf;
    line-height: 22px;
    padding-left: 18px;
    position: relative;
}

.serving-deserve-sec .serving-panel-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

/* Button wrapper: pill + circle side by side */
.serving-deserve-sec .serving-btn-wrap {
    display: flex;
    align-items: center;
}

/* Pill 'Know More' button */
.serving-deserve-sec .serving-know-more {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    background: transparent;
}

.serving-deserve-sec .serving-know-more img {
    margin-left: 10px;
}

.serving-deserve-sec .serving-know-more:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
}

/* Circle arrow button */
.serving-deserve-sec .serving-arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.serving-deserve-sec .serving-arrow-btn img {
    rotate: -45deg;
    transition: all 0.3s ease;
}

.serving-deserve-sec .serving-arrow-btn:hover img {
    rotate: 0deg;
}

/* Right image block */
.serving-deserve-sec .serving-panel-image {
    flex: 0 0 380px;
    position: relative;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
}

.serving-deserve-sec .serving-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.serving-deserve-sec .serving-panel-inner:hover .serving-panel-image img {
    transform: scale(1.04);
}

/* ── serving-deserve-sec end ─────────────────────────── */

.award-sec-udpdate {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.award-sec-udpdate .award-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.award-sec-udpdate .award-title {
    width: 49%;
    margin: 0;
}

.award-sec-udpdate .award-desc {
    width: 49%;
    font-size: 16px;
    color: #475569;
    margin: 0;
    text-align: right;
    line-height: 1;
}

.award-sec-udpdate .award-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.award-sec-udpdate .award-card {
    width: calc(25% - 10px);
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    transition: transform 0.3s ease;
}

.award-sec-udpdate .award-card:hover {
    transform: translateY(-5px);
}

.award-sec-udpdate .award-card img {
    max-width: 65%;
    height: auto;
    object-fit: contain;
}

.faq-update-sec {
    padding: 60px 0;
    background-color: #ffffff;
}

/* ── Two-column body ─────────────────────────── */
.faq-update-sec .faq-update-body {
    display: flex;
    gap: 45px;
    align-items: flex-start;
    justify-content: space-between;
}

/* ── LEFT column ─────────────────────────────── */
.faq-update-sec .faq-update-left {
    width: 40%;
}

.faq-update-sec .faq-update-left h2 {
    margin-bottom: 20px;
    color: #0b1a12;
}

.faq-update-sec .faq-update-subtitle {
    font-size: 16px;
    color: #475569;
    line-height: 30px;
    margin-bottom: 30px;
}

/* CTA Card */
.faq-update-sec .faq-cta-card {
    background-color: #f3f7fe;
    border-radius: 24px;
    padding: 20px;
}

.faq-update-sec .faq-cta-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #131720;
    margin-bottom: 15px;
    line-height: 1.4;
}

.faq-update-sec .faq-cta-card p {
    font-size: 13px;
    color: #6a7181;
    margin-bottom: 0;
    line-height: 1.6;
}

.faq-update-sec .faq-cta-card p:last-child {
    margin-bottom: 0;
}

.faq-update-sec .faq-cta-btn {
    margin-top: 20px;
    display: inline-block;
    background-color: #0b64f4;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    min-width: 190px;
    text-align: center;
    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.faq-update-sec .faq-cta-btn:hover {
    background-color: #2942d8;
    transform: translateY(-2px);
}

/* ── RIGHT column ─────────────────────────────── */
.faq-update-sec .faq-update-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 520px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

/* ── FAQ Accordion Items ────────────────────────── */

/* Accordion Title */
.faq-update-sec .acc-items {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    margin-bottom: 15px;
}

.faq-update-sec .acc-items:last-child {
    margin-bottom: 0;
}

.faq-update-sec .acc-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color 0.25s ease;
}

.faq-update-sec .acc-title>span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #0f1724;
    line-height: 1.5;
    flex: 1;
}

.faq-update-sec .acc-title:hover>span:first-child,
.faq-update-sec .acc-title.active>span:first-child {
    color: #0b64f4;
}

/* Icon circle */
.faq-update-sec .faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #374151;
    font-size: 12px;
    transition: all 0.3s ease;
}

.faq-update-sec .acc-title.active .faq-icon {
    background-color: #0b64f4;
    border-color: #0b64f4;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Accordion Content — hidden by default for jQuery slideUp/Down */
.faq-update-sec .acc-content {
    display: none;
    padding: 0 20px 20px;
    font-size: 16px;
}

.faq-update-sec .acc-content p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

.faq-update-sec .acc-content p a {
    color: #3d5afe;
}

.faq-update-sec .acc-content p a:hover {
    text-decoration: underline;
}

/* ── faq-update-sec end ──────────────────────── */

/* ── project-udpdate-form-sec start ─────────────── */
.project-udpdate-form-sec {
    padding: 50px 0;
    background-color: #261859;
    margin-bottom: 80px;
}

.project-udpdate-form-sec .project-form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* Left Content */
.project-udpdate-form-sec .project-form-left {
    width: 40%;
    color: #ffffff;
}

.project-udpdate-form-sec .project-form-left h2 {
    margin-bottom: 24px;
    color: #ffffff;
}

.project-udpdate-form-sec .project-form-left p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 400px;
    font-weight: 300;
}

.project-udpdate-form-sec .contact-methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-udpdate-form-sec .contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.project-udpdate-form-sec .icon-box {
    width: 48px;
    height: 48px;
    background-color: #6b46c1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.project-udpdate-form-sec .icon-box img {
    width: 20px;
    height: 20px;
    display: block;
}

.project-udpdate-form-sec .contact-info span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    margin-bottom: 10px;
}

.project-udpdate-form-sec .contact-info a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.project-udpdate-form-sec .contact-info a:hover {
    color: #6e4bbc;
}

/* Right Form Card */
.project-udpdate-form-sec .project-form-right {
    width: 46%;
}

.project-udpdate-form-sec .form-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.project-udpdate-form-sec .form-row {
    display: flex;
    gap: 20px;
}

.project-udpdate-form-sec .flex-row {
    display: flex;
}

.project-udpdate-form-sec .flex-1 {
    flex: 1;
}

.project-udpdate-form-sec .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.project-udpdate-form-sec .form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #364153;
}

.project-udpdate-form-sec .form-group input,
.project-udpdate-form-sec .form-group select,
.project-udpdate-form-sec .form-group textarea {
    padding: 12px;
    border: 1px solid #e7eeec;
    background-color: rgba(12, 81, 63, 0.02);
    border-radius: 10px;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
    transition: border-color 0.3s ease;
}

.project-udpdate-form-sec .form-group input:focus,
.project-udpdate-form-sec .form-group textarea:focus {
    border-color: #6e4bbc;
}

.project-udpdate-form-sec .form-group textarea {
    height: 80px;
    resize: none;
}

.project-udpdate-form-sec .file-upload {
    position: relative;
    padding: 12px;
    border: 1px solid #f2f4f7;
    background-color: #f8f9fa;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.project-udpdate-form-sec .file-upload label {
    margin-bottom: 0;
    width: 100%;
}

.project-udpdate-form-sec .file-upload span {
    font-size: 14px;
    color: #b0a7bf;
}

.project-udpdate-form-sec .file-upload i {
    color: #b0a7bf;
    font-size: 18px;
}

/* tech-dev-sec Mobile Tabs */
.tech-mobile-outer-tabs,
.tech-mobile-inner-wrap {
    display: none;
}

@media (max-width: 767px) {

    /* Hide mobile-specific pill tabs, keep desktop layout */
    .tech-mobile-outer-tabs,
    .tech-mobile-inner-wrap {
        display: none !important;
    }

    .tech-dev-sec .tech-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 10px;
        padding-bottom: 12px;
        border-bottom: 2px solid #e5e7eb;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .tech-dev-sec .tech-tabs::-webkit-scrollbar {
        display: none;
    }

    .tech-dev-sec .tech-tab-item {
        padding: 12px 20px;
        font-size: 13px;
        white-space: nowrap;
        border-radius: 8px;
    }

    .tech-dev-sec .tech-dev-flex {
        display: block;
    }

    .tech-dev-sec .tech-panels {
        padding: 0;
    }

    .tech-dev-sec .inner_data_plans {
        display: flex;
        flex-direction: row;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
        background: #fdfdfd;
    }

    .tech-dev-sec .left_tab_data {
        display: flex !important;
        flex-direction: column;
        flex: 0 0 180px;
        background: #f8f9fc;
        border-right: 1px solid #eee;
    }

    .tech-dev-sec .left_tab_data .tech-tab-item {
        font-size: 13px;
        padding: 16px 12px;
    }

    .tech-dev-sec .right_tab_data {
        padding: 10px;
        flex: 1;
        min-width: 0;
    }

    .tech-dev-sec .tech-stack-flex {
        height: auto;
        gap: 10px;
    }

    .tech-dev-sec .tech-stack-item {
        flex: 0 0 calc(50% - 5px) !important;
        width: auto;
        max-width: none;
        padding: 12px 10px;
    }

    .tech-dev-sec .tech-stack-item span {
        font-size: 12px;
    }
}

.project-udpdate-form-sec .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.project-udpdate-form-sec .form-group textarea:focus {
    box-shadow: unset;
}

.project-udpdate-form-sec .last-row {
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.project-udpdate-form-sec .captcha-group {
    align-items: center;
    gap: 15px;
    margin-left: 6px;
}

.project-udpdate-form-sec .captcha-group label {
    font-size: 14px;
    font-weight: 500;
    color: #0f1720;
    margin-bottom: 0;
    margin-right: 5px;
}

.project-udpdate-form-sec .captcha-box {
    font-weight: 600;
    color: #0f1720;
}

.project-udpdate-form-sec .captcha-input {
    width: 64px;
    padding: 8px !important;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #00000014;
}

.project-udpdate-form-sec .nda-group .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #242731;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}

.project-udpdate-form-sec .checkbox-container input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.18);
}

.project-udpdate-form-sec .submit-btn {
    width: 100%;
    background:
        linear-gradient(0deg, #6b46c1, #6b46c1),
        linear-gradient(180deg, #845edc 0%, rgba(132, 94, 220, 0) 58.38%);
    box-shadow:
        3.5px 0px 7.5px 0px #ffffff33 inset,
        1px 0px 5px 0px #ffffffb2 inset,
        -3.5px 0px 7.5px 0px #ffffff33 inset,
        -1px 0px 5px 0px #ffffffb2 inset,
        0px 1px 4.5px 0px #0000001a;
    color: white;
    padding: 16px;
    border-radius: 48px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.project-udpdate-form-sec .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(110, 75, 188, 0.3);
}

/* ── project-udpdate-form-sec end ───────────────── */

/* ═══════════════════════════════════════════════════════
   SKIP BUTTON — why-the-app-sec (Desktop)
   ═══════════════════════════════════════════════════════ */
.why-the-app-sec .tabs-skip-btn {
    padding: 10px 24px;
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.why-the-app-sec .tabs-skip-btn:hover {
    background: #1e293b;
    color: #ffffff;
    border-color: #1e293b;
}

/* ═══════════════════════════════════════════════════════
   DOT FILL ANIMATION (shared by all sections)
   ═══════════════════════════════════════════════════════ */
@keyframes dotFillProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════
   SUCCESS STORIES — Dots
   ═══════════════════════════════════════════════════════ */



.success-stories-sec .slider-dots-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: rgba(30, 41, 59, 0.08);
    padding: 6px 10px;
    border-radius: 20px;
    width: fit-content;
    margin: 20px auto 0;
}

.success-stories-sec .slider-dots-wrap .slick-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    background-color: rgba(30, 41, 59, 0.2);
    cursor: pointer;
    padding: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.success-stories-sec .slider-dots-wrap .slick-dot.active {
    width: 28px;
    background-color: rgba(30, 41, 59, 0.25);
}

.success-stories-sec .slider-dots-wrap .slick-dot.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #1e293b;
    border-radius: 8px;
    animation: dotFillProgress 4s linear forwards;
}

.success-stories-sec.update-dots .slider-dots-wrap {
    display: none;
}

/* ═══════════════════════════════════════════════════════
   CLIENT STORIES — Dots + Pause
   ═══════════════════════════════════════════════════════ */
.clinet-stories-sec .clinet-dots-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: rgba(30, 41, 59, 0.08);
    padding: 6px 10px;
    border-radius: 20px;
    width: fit-content;
    margin: 10px auto 0;
}

.clinet-stories-sec .clinet-dots-wrap .clinet-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    background-color: rgba(30, 41, 59, 0.2);
    cursor: pointer;
    padding: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.clinet-stories-sec .clinet-dots-wrap .clinet-dot.active {
    width: 28px;
    background-color: rgba(30, 41, 59, 0.25);
}

.clinet-stories-sec .clinet-dots-wrap .clinet-dot.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #1e293b;
    border-radius: 8px;
    animation: dotFillProgress 4s linear forwards;
}

.clinet-stories-sec .pause-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background-color: #1e293b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(30, 41, 59, 0.25);
    transition: all 0.2s ease;
}

.clinet-stories-sec .pause-btn:hover {
    background-color: #334155;
    transform: scale(1.08);
}




/* Technology Stack section css start here */
.technology-stack {
    padding: 70px 0px 100px;
}



.technology-stack .inner_part {
    display: flex;
    flex-wrap: wrap;
    max-width: 1485px;
    border-radius: 35px;
    width: 100%;
    border: 1px solid #5519C2;
}

.technology-stack .top-content h2 {
    margin-bottom: 0px;
}

.technology-stack .top-content p {
    font-size: 24px;
    line-height: 40px;
}

.technology-stack .top-content {
    margin-bottom: 25px;
}

.technology-stack .left_part {
    padding: 50px 30px 50px 45px;
    width: 40%;
    background: #4612B5;
    border-radius: 35px;
    max-height: 410px;
}

.technology-stack .right_part {
    width: 60%;
    background: #fff;
    border-radius: 0px 35px 35px 0px;
    max-height: 400px;
    padding: 50px 30px 50px 140px;

}

.technology-stack .right_part .tab-content {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    /* scrollbar-width: thin; */
}

.technology-stack .right_part .load_more {
    height: 100%;
    overflow: auto;
    /* scrollbar-width: thin; */
}

.technology-stack .right_part .inner_forntend {
    display: flex;
    flex-wrap: wrap;
    background: #F4F4F4;
    border-radius: 13px;
    padding: 18px 30px 18px 50px;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    width: 85%;
}

.technology-stack .right_part .update-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack .right_part .update-icon img {
    width: 100%;
    object-fit: cover;
}

.technology-stack .right_part .heading-content {
    width: calc(100% - 65px);
}

.technology-stack .right_part .heading-content h6 {
    margin-bottom: 0;
}

.technology-stack .right_part .inner_forntend:last-child {
    margin-bottom: 0;
}

.technology-stack .left_part ul {
    height: 100%;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    /* scrollbar-width: thin; */
    margin-bottom: 0;
}

.technology-stack .left_part ul li {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    width: 95%;
    opacity: 0.5;
}

.technology-stack .left_part ul li.active {
    opacity: 1;
}

.technology-stack .left_part ul li.activate-list {
    opacity: 1;
}

.technology-stack .left_part ul li:last-child {
    margin-bottom: 0;
}

.technology-stack .left_part ul li span {
    min-width: 35px;
    display: inline-block;
}

.technology-stack.update .right_part {
    padding: 50px 30px 50px 50px;
}

.technology-stack.update .right_part .tech-icons {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    background: #4612B5;
    border-radius: 13px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technology-stack.update .right_part .tech-icons img {
    width: 100%;
    object-fit: cover;
}

.technology-stack.update .right_contentes {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    /* scrollbar-width: thin; */
}

.technology-stack.update {
    padding: 50px 0px 40px;
}

.technology-stack.overwrite_technology_stack_update{
    padding-bottom: 80px;
}

.technology-stack.update .right_contentes .hidden_content {
    width: 97%;
}

.technology-stack.update .right_contentes h6 {
    margin-bottom: 10px;
}

.technology-stack.update .top-content {
    margin-bottom: 30px;
}

.technology-stack .top-content {
    display: flex;
    justify-content: space-between;
}

.technology-stack.update .top-content h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    max-width: 50%;
}

.technology-stack.update .top-content p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
    max-width: 540px;
    width: 100%;
}
.app_development_service.update{
    padding-top: 80px;
    padding-bottom: 0;
}

.app_development_service .inner_part .left_part h2{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;

}
.app_development_service .inner_part .left_part p{
     font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.app_development_service .inner_part .right_part .inner_content .additional_details .countes span{
    font-size: 22px;

}

.app_development_service .inner_part .right_part .inner_content .additional_details .cmpny_details h4{
    font-size: 22px;

} 
.app_development_service .inner_part .right_part{
    height: 500px;
}
.app_development_service .inner_part .right_part .inner_content .additional_details .cmpny_details p{
     font-size: 16px;
} 





/* Technology Stack section css end here */

/* ═══════════════════════════════════════════════════════
   MOBILE OVERRIDES (max-width: 991px)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 991px) {

    /* why-the-app-sec — mobile reset */
    .why-the-app-sec .tabs-wrapper {
        display: block;
        position: static;
    }

    .why-the-app-sec .tabs-scroll-area {
        min-height: unset !important;
    }

    .why-the-app-sec .tabs-skip-btn {
        display: none;
    }

    .why-the-app-sec .skip-btn {
        display: none;
    }

    .why-the-app-sec .tabs-list {
        flex: unset;
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-bottom: 1.5px solid #e5e7eb;
        padding-bottom: 12px;
        gap: 0;
    }

    .why-the-app-sec .tabs-list::-webkit-scrollbar {
        display: none;
    }

    .why-the-app-sec .tab-item {
        border-bottom: 2.5px solid transparent;
        border-top: none;
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 14px;
    }

    .why-the-app-sec .tab-item.active {
        border-bottom: 2.5px solid #6129c6;
        color: #111827;
    }

    .why-the-app-sec .tab-item.active::after {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #6129c6;
    }

    .why-the-app-sec .tabs-content {
        margin-top: 20px;
    }

    /* dots & pause for why-the-app-sec */
    .why-the-app-sec .tabs-slider-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 24px;
    }

    .why-the-app-sec .tabs-pause-btn {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: none;
        background-color: #1e293b;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 12px;
        box-shadow: 0 2px 8px rgba(30, 41, 59, 0.25);
    }

    .why-the-app-sec .tabs-dots-wrap {
        display: flex;
        align-items: center;
        gap: 4px;
        background: rgba(30, 41, 59, 0.08);
        padding: 6px 10px;
        border-radius: 20px;
    }

    .why-the-app-sec .tabs-dots-wrap .tabs-dot {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: none;
        background-color: rgba(30, 41, 59, 0.2);
        cursor: pointer;
        padding: 0;
        transition: width 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .why-the-app-sec .tabs-dots-wrap .tabs-dot.active {
        width: 28px;
        background-color: rgba(30, 41, 59, 0.25);
    }

    .why-the-app-sec .tabs-dots-wrap .tabs-dot.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        background-color: #1e293b;
        border-radius: 8px;
        animation: dotFillProgress 5s linear forwards;
    }

    /* proven-dev-sec — mobile reset */
    .proven-dev-sec .proven-scroll-area {
        min-height: unset !important;
    }

    .proven-dev-sec .proven-dev-flex {
        position: static;
    }
}

.file-upload input[type="file"] {
    display: none;
}

.upload-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #5519c2;
    font-size: 14px;
}

.upload-btn i {
    margin-left: 10px;
}

.great-ios-product {
    padding: 0px 0px 60px 0px;
}

.great-ios-product .ios-product-title {
    margin-bottom: 30px;

}
.great-ios-product .ios-product-title  .wrap_content_new{
    display: flex;
}

.great-ios-product .ios-product-title  .wrap_content_new .wrap_left{
    max-width: 50%;
    width: 100%;
}
.great-ios-product .ios-product-title  .wrap_content_new .wrap_right{
    max-width: 50%;
    width: 100%;
    text-align: end;
}
.great-ios-product .ios-product-title  .wrap_content_new .wrap_right img{
   border-radius: 12px;
}

.great-ios-product h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.great-ios-product .global_p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.great-ios-product .fit-app-reason ul li{
    font-size: 16px;
    line-height: 1.5;

}
.wrapper-use-cases{
    border-image-source: linear-gradient(180deg, rgba(196, 200, 255, 0.5) 0%, rgba(134, 141, 245, 0.5) 100%);
    background: linear-gradient(180deg, rgba(220, 222, 255, 0.2) 0%, rgba(151, 158, 255, 0.2) 100%);
    backdrop-filter: blur(4px);
    border-radius: 24px;
    padding: 60px 0px;
    margin: 0px 0px 60px 0px;
}

.wrapper-use-cases .common_flex{
    display: flex;
    justify-content: space-between;
}

.wrapper-use-cases .common_flex .wrap_left{
    max-width: 50%;
    width: 100%;
}

.wrapper-use-cases .common_flex .wrap_right{
    max-width: 540px;
    width: 100%;
}

.wrapper-use-cases .common_flex .wrap_left h2{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    
}

.wrapper-use-cases .common_flex .wrap_right p{
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    
}

.wrapper-use-cases .wrap_cards_cstm{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;

}

.wrapper-use-cases .wrap_cards_cstm .cards_inner{
    max-width: 31%;
    width: 100%;
    background: #4612B5;
    border-radius: 35px;
    padding: 35px 25px 35px 25px;
    text-align: center;
    transition: all 0.3s ease-in-out;
   
}

.wrapper-use-cases .wrap_cards_cstm .cards_inner:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 24px #0000001a;
}


.wrapper-use-cases .wrap_cards_cstm .cards_inner img{
    width: 80px;
    margin-bottom: 15px; 
}
.wrapper-use-cases .wrap_cards_cstm .cards_inner h4{
    color: #ffffff;
}
 .wrapper-use-cases .wrap_cards_cstm .cards_inner p{
    color: #ffffff;   
}   






