
.banner-section {
    background-color: #fafafb;
}

.trusted-section {
    padding: 50px 0px;
}

.trusted-title {
    text-align: center;
    font-size: 18px;
    color: #253243;
    margin-bottom: 30px;
    display: block;
}

.trusted-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    opacity: 0.7;
}


.ios-services {
    background: #f5f6f7;
    padding: 60px 20px;
}



.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1f2937;
}

.section-header p {
    max-width: 650px;
    margin: auto;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #253243;
}
.service-card h3 a{
        color: #253243;
}

.service-card p {
    color: #45474E;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;

}



.service-card.active {
    background: #2c3948;
    color: #fff;
    border: none;
}

.service-card.active p {
    color: #d1d5db;
}

.btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.view-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #2a7de1;
    border-radius: 25px;
    text-decoration: none;
    color: #2a7de1;
    font-weight: 600;
    transition: .3s;
}

.view-btn:hover {
    background: #2a7de1;
    color: #fff;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
    width: 100%;
    padding: 40px 0;
    /* background-color: #253243; */
    position: relative;
    overflow: hidden;
}


/* ============================================
   HEADER
   ============================================ */
.testimonials-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.testimonials-title {
    font-size: 30px;
    color: #253243;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.testimonials-title span{
    color: #3C7BB1;
}

/* ============================================
   NAVIGATION BUTTONS
   ============================================ */
.slider-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.testimonials-section .nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #253243;
    background: transparent;
    color: #253243;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
}

.nav-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.nav-btn:hover {
    border-color: #0B5A9D;
    background-color: #0B5A9D;
}

.nav-btn:hover svg path {
    fill: #fff;
}

.nav-btn:hover::before {
    opacity: 1;
}

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

.nav-btn svg {
    position: relative;
    z-index: 1;
}

/* ============================================
   SLIDER WRAPPER
   ============================================ */
.testimonials-section .slider-wrapper {
    overflow: visible;
    cursor: grab;
}

.testimonials-section .slider-wrapper:active {
    cursor: grabbing;
}

.testimonials-section .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testimonials-section .slider-track.dragging {
    transition: none;
}

/* ============================================
   TESTIMONIAL CARDS
   ============================================ */
.testimonial-card {
    flex: 0 0 calc(100% - 0px);
    min-width: 0;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid #BBBFC5;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.card-inner {
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.nav-btn.next-btn svg {
    transform: rotate(180deg);
}

/* Glassmorphism overlay */


/* ============================================
   COMPANY LOGO
   ============================================ */
.company-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin-bottom: 15px;
    flex: none;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-text {
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
}

/* ============================================
   TESTIMONIAL TEXT
   ============================================ */
.testimonial-text {
    font-size: 14px;
    line-height: 1.5;
    color: #253243;
    flex: 1;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* ============================================
   CARD FOOTER
   ============================================ */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.card-footer .profile-info{
    display: flex;
    gap: 12px;
}
.card-footer .profile-info img{
    display: none;
}
.ratings{
    display: flex;
    align-items: center;
    gap: 7px;
}
.ratings .stars{
    color: #F5C810;
    font-size: 24px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}


.client-name {
    font-size: 14px;
    font-weight: 600;
    color: #253243;
    margin-bottom: 2px;
}

.client-company {
    font-size: 12px;
    color: #253243;
    font-weight: 400;
    margin-bottom: 0;
}

/* ============================================
   STAR RATING
   ============================================ */
.star-rating {
    display: flex;
    gap: 2px;
}

.star {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.2s ease;
}



/* ============================================
   PAGINATION DOTS
   ============================================ */
.slider-dots {
    display: none;
}


.star.filled {
    color: #253243;
    transition: all 0.3s;
}



.testimonial-card:hover .star.filled {
    color: #fbbf24;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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


/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .testimonial-card {
        animation: none;
    }

    .slider-track {
        transition-duration: 0.1s;
    }

    .nav-btn,
    .dot,
    .star {
        transition-duration: 0.1s;
    }
}

/* ============================================
   SCROLLBAR HIDE
   ============================================ */
.slider-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

/* ============================================
   iOS TOOLS TABBING SECTION
   ============================================ */
.tools-section {
    width: 100%;
    padding: 40px 0 20px;
    position: relative;
}

/* Section Header */
.tools-title {
    font-size: 30px;
    font-weight: normal;
    font-weight: 600;
    color: #253243;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    text-align: center;
}
.tools-title span{
    color: #3C7BB1;
    display: block;
}
.tools-subtitle {
    font-size: 14px;
    color: #5a6a7e;
    text-align: center;
    margin: 0 auto 28px;
    line-height: 1.6;
    font-weight: 400;
}


/* Tabs Navigation */
.tabs-wrapper {
    margin-bottom: 32px;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tab-btn {
    padding: 8px 20px;
    border-radius: 50px;
    background-color: rgba(233, 235, 236, 1);
    color: #14151B;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
    opacity: 0.5;
}

.tab-btn.active {
    background-color: #0B5A9D;
    color: #ffffff;
    opacity: 1;
}

/* Tab Content */
.tabs-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: tabFadeIn 0.4s ease forwards;
}

.tab-panel.active {
    display: block;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

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

/* Tools Grid */
.tools-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
    border-bottom: none !important;
    width: 100%;
}

.tool-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 10px;
    transition: transform 0.3s ease;
    cursor: default;
        border: 1px solid #BBBFC5;
    border-radius: 16px;
    width: 150px;
}

.tool-item:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #3C7BB1;
    transform: translateY(-2px);
}

.tool-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tool-name {
    font-size: 12px;
    font-weight: 500;
    color: #253243;
    text-align: center;
    line-height: 1.3;
}

.why-choose-section {
    width: 100%;
    padding: 50px 0;
    background-color: #ffffff;
    position: relative;
}



.why-choose-header {
    text-align: center;
    max-width: 1025px;
    margin: 0 auto 32px;
}

.why-choose-title {
    font-size: 30px;
    font-weight: normal;
    color: #253243;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.why-choose-title span{
    color: #3C7BB1;
    display: block;
}
.services-header .globle-btn-wrap{
    justify-content: start;
    margin-top: 20px;
}

.why-choose-subtitle {
    font-size: 15px;
    color: #5a6a7e;
    line-height: 1.6;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 12px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #E5E6E8;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.3s ease;
}

.feature-card:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #3C7BB1;
    transform: translateY(-2px);
}

.feature-title {
    font-size: 17px;
    font-weight: 600;
    color: #253243;
    margin-bottom: 12px;
    line-height: 1.2;
}

.feature-text {
    font-size: 15px;
    color: #45474E;
    line-height: 1.4;
}

.services-section {
    width: 100%;
    padding: 0px 0 40px;
    position: relative;
}
.services-section .container{
    max-width: 1240px;
}



.services-header {
    display: flex;
    flex-direction: column;
    margin: 0 auto 32px;
}
.services-header .service-bio{
    max-width: 760px;
}
.services-header .service-bio p{
    color: #515B69;
}
.services-title {
    font-size: 24px;
    font-weight: normal;
    color: #253243;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
}



.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 8px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #E5E6E8;
    border-radius: 8px;
    padding: 23px;
    transition: all 0.3s ease;
    cursor: default;
}
.service-card svg{
    display: inline-block;
    margin-bottom: 20px;
}
/* Hover effects: Dark background, White text */
.service-card:hover {
      /* box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01); */
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #3C7BB1;
    transform: translateY(-2px);
}

.service-card h3 a:hover{
    color: #253243;
    text-decoration: underline;
}

.service-item.active .service-title {
    margin-bottom: 8px;
}



.service-text {
    font-size: 15px;
    color: #45474E;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.service-card:hover .service-text {
    color: #cbd5e1;
}

.services-action {
    text-align: center;
    margin-top: 32px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 50px;
    border: 1px solid #0B5A9D;
    background-color: transparent;
    color: #0B5A9D;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background-color: #0B5A9D;
    color: #ffffff;
}

.compliance-section {
    width: 100%;
    padding: 0px 0px 50px;
    position: relative;
}

.compliance-title {
    font-size: 24px;
    color: #253243;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.compliance-title span{
    color: #3C7BB1;
}
.header-wrappers{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.compliance-header{
    max-width: 800px;
}

.compliance-subtitle {
    font-size: 15px;
    color: #253243;
    line-height: 1.6;
    font-weight: 400;
    max-width: 470px;
    margin-bottom: 20px;
}

.compliance-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 12px;
}

.compliance-card {
    background: #ffffff;
    border: 1px solid #E5E6E8;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.compliance-card img {
    display: block;
    margin-bottom: 15px;
}

.compliance-card:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #3C7BB1;
    transform: translateY(-2px);
}

.compliance-card-title {
    font-size: 17px;
    font-weight: 500;
    color: #253243;
    margin-bottom: 8px;
    line-height: 1.4;
}
.compliance-card-title a{
      color: #253243;
      transition: all 0.3s;
}
.compliance-card-title a:hover{
    text-decoration: underline;
}

.compliance-card-text {
    font-size: 14px;
    font-weight: 500;
    color: #45474E;
    line-height: 1.4;
}

/* Tablet */
.cta-section {
    background-color: #0B5A9D;
    padding: 80px 0px;
}

.cta-wrapper {
    text-align: center;
}

.cta-wrapper .btn-global{
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 32px;
    font-size: 18px;
    font-weight: 600;
}

.cta-wrapper .btn-global:hover::after{
filter: brightness(5);
}
.cta-wrapper h2 {
    color: #fff;
    font-size: 30px;
    max-width: 1000px;
    margin: 0 auto 16px;
}

.cta-wrapper p {
    color: #fff;
    max-width: 812px;
    margin: 0 auto 20px;
}

.service-header {
    cursor: pointer;
}
.service-info .icon-wrappers{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-header:hover .service-title {
    color: #1e6bb8;
}

.service-info {
    flex: 1;
}

.service-number {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 400;
}

.service-title {
    font-size: 20px;
    font-weight: 400;
    color: #253243;
    transition: color 0.2s ease;
}

.service-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 300;
    color: #3b82f6;
    flex-shrink: 0;
}

.service-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.service-item.active .service-content {
    max-height: 200px;
    /* padding-bottom: 32px; */
}

.service-description {
    max-width: 940px;
    margin-bottom: 0;
}

.service-item.active .plus-icons {
    display: none;
}

.service-item.active .minus-icons {
    display: block;
}

.minus-icons {
    display: none;
}

.plus-icons {
    display: block;
}

/* ========== TOP HEADING SECTION ========== */
.heading-section {
    padding: 80px 60px 50px 60px;
    max-width: 970px;
}

.heading-section h2 {
    color: #ffffff;
    margin-bottom: 24px;
}

.heading-section p {
    color: #fff;
}

/* ========== DESKTOP HORIZONTAL ACCORDION ========== */
.accordion-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.horizontal-accordion {
    display: flex;
    width: 100%;
    height: 680px;
    position: relative;
}

.accordion-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 0 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.accordion-item:first-child {
    border-left: none;
}

/* Collapsed state */
.accordion-item {
    flex: 0 0 140px;
}

/* Active/expanded state */
.accordion-item.active {
    flex: 1 1 auto;
}

/* ---- Strip (always visible — right side of each item) ---- */
.accordion-strip {
    position: absolute;
    top: 0;
    right: -84px;
    width: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-end;
    padding: 0 10px 50px 10px;
    z-index: 3;
    overflow: hidden;
}

/* Rotated title */
.strip-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 22px;
    font-weight: 500;
    color: #85979B;
    letter-spacing: 1.5px;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 22px;
    white-space: nowrap;
}

/* Big step number — half visible (cut off at bottom) */
.strip-number {
    writing-mode: sideways-lr;
    font-size: 64px;
    font-weight: 500;
    color: #85979B;
    line-height: 1;
    flex-shrink: 0;
}

/* When collapsed, the strip covers the full width */
.accordion-item:not(.active) .accordion-strip {
    width: 100%;
}

/* ---- Content (visible only when active) ---- */
.accordion-content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 140px);
    /* leave space for the strip on right */
    height: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease 0.15s;
}

.accordion-item.active .accordion-content {
    opacity: 1;
    pointer-events: auto;
}

/* Left content panel */
.content-left {
    flex: 0 0 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 40px 60px 60px;
    position: relative;
}

.content-title {
    font-size: 22px;
    font-weight: 500;
    color: #E5E7EB;
    line-height: 1.3;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.accordion-item.active .content-title {
    transform: translateY(0);
    opacity: 1;
}

.content-description {
    color: #85979B;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.accordion-item.active .content-description {
    transform: translateY(0);
    opacity: 1;
}

/* Center image */
.content-center {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    overflow: hidden;
}

.content-image-wrapper {
    width: 100%;
    max-width: 460px;
    height: 100%;
    overflow: hidden;
    transform: scale(0.92);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.accordion-item.active .content-image-wrapper {
    transform: scale(1);
    opacity: 1;
}

.content-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========== MOBILE VERTICAL ACCORDION ========== */
.vertical-accordion {
    display: none;
    width: 100%;
}

.v-accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.v-accordion-header:hover {
    background: rgba(255, 255, 255, 0.03);
}

.v-accordion-header .v-number {

    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    margin-right: 16px;
    min-width: 50px;
}

.v-accordion-header h2 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    flex: 1;
}

.v-accordion-item.active .v-accordion-header h2 {
    color: #4fc3f7;
}

.v-arrow {
    width: 28px;
    height: 28px;
    transition: transform 0.4s ease;
}

.v-arrow svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 2;
}

.v-accordion-item.active .v-arrow {
    transform: rotate(90deg);
}

.v-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.v-accordion-item.active .v-accordion-content {
    max-height: 600px;
}

.v-content-inner {
    display: flex;
    flex-direction: column;
    padding: 0 30px 35px 96px;
}

.v-content-inner h4 {

    font-size: 20px;
    font-weight: 600;
    color: #4fc3f7;
    margin-bottom: 14px;
}

.v-content-inner p {
    font-size: 14px;
    line-height: 1.8;
    color: #7a8fa3;
    margin-bottom: 20px;
}

.v-content-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 8px;
}

.v-content-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.process-block {
    background-color: #1a2332;
}

.header-info {
    text-align: center;
    max-width: 933px;
    margin: 0 auto 40px;
}

.header-info h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #253243;
}

.header-info p {
    color: #253243;
    font-size: 16px;
}

.success-card {
    /* background-color: #fafafb; */
    padding: 40px 0px;
}

.content-wrappers {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFFFFF;
    border-radius: 32px;
    margin: 0 auto 50px;
    padding: 15px;
    gap: 24px;
    box-shadow: 0px 2px 10px 4px rgba(0, 46, 112, 0.1);
    overflow: hidden;
}

.content-side {
    max-width: 688px;
    width: 100%;
}

.app-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.app-brand img {
    width: 64px;
    height: 64px;
    border-radius: 15px;
}

.app-brand span {
    font-size: 26px;
    font-weight: 500;
}

.main-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #253243;
}

.tags-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 28px;
    border-top: 1px solid #BBBFC5;
    border-bottom: 1px solid #BBBFC5;
}

.tag-item {
    position: relative;
    padding-left: 0;
}

.tag-item p {
    font-size: 16px;
    color: #515B69;
    font-weight: 600;
    line-height: 24px;
}

.info-section {
    margin-bottom: 20px;
}

.info-section span {
    color: #253243;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 11px;
}
.info-section span::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #3C7BB1;
}

.info-section p {
    color: #515B69;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.impact-wrapper h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
}

.impact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 0 0 48px;
}
.impact-item{
    position: relative;
    padding-left: 16px;
}
.impact-item p{
    font-size: 14px;
    font-weight: 700;
}
.impact-item::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #10B981;
}

.impact-item span {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0A58A2;
    color: white;
    padding: 17px 32px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 400;
    transition: transform 0.2s, background-color 0.2s;
    font-size: 14px;
}

.btn-more:hover {
    background-color: #084988;
    transform: translateY(-2px);
}

.mockup-side {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mockup-side img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.1));
}

/* Industry Section Styles */
.industry-section {
    padding: 80px 0;
    background-color: #F8FAFC;
}



.industry-section .header-content {
    margin-bottom: 20px;
    max-width: 778px;
}

.industry-section h2 {
    font-size: 48px;
    font-weight: 500;
    color: #253243;
    line-height: 1.2;
    margin-bottom: 20px;
}

.industry-section p {
    font-size: 16px;
    color: #45474E;
    line-height: 1.5;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 0;
}

.industry-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 28px 0;
    border-bottom: 1px solid #E5E6E8;
    font-size: 20px;
    font-weight: 400;
    color: #253243;
}

.section {
    padding: 80px 0px;

}

.section-wrap {
    display: flex;
    gap: 65px;
    align-items: center;
}

.left-contents {
    flex: 1;
    max-width: 398px;
}

.main-heading {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 24px;
}

.main-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
}

.right-contents {
    flex: 1.2;
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.card {
    position: relative;
}

/* Border styling for grid effect */


.card:nth-child(2) {
    border-bottom: 1px solid #e2e8f0;
}

.card:nth-child(3) {
    border-right: 1px solid #e2e8f0;
}

.card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    color: #1e293b;
}

.service-card p a {
    display: inline;
}

.footer-contact p {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    margin-bottom: 5px;
}

.card-description {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.card-description a {
    color: #1e293b;
    text-decoration: underline;
}

.card-description a:hover {
    color: #3b82f6;
}

.pricing-section {
    padding: 80px 0px;
}

.pricing-section .container {
    max-width: 1400px;
}

.faq-answer ul li {
    list-style: inside;
}

.pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

.pricing-title {
    font-size: 48px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pricing-subtitle {
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.7;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.pricing-card {
    background-color: #ffffff;
    border: 1px solid #E5E6E8;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    color: #253243;
    margin-bottom: 10px;
}

.card svg {
    margin-bottom: 25px;
}

.card-price {
    font-size: 22px;
    font-weight: 600;
    color: #0B5A9D;
    margin-bottom: 8px;
}

.card-description {
    font-size: 14px;
    color: #253243;
    margin-bottom: auto;
    line-height: 1.6;
}

.card-duration {
    display: inline-block;
    margin-top: 30px;
    padding: 8px 16px;
    background-color: #EEF0F3;
    border-radius: 20px;
    font-size: 14px;
    color: #0B5A9D;
    font-weight: 500;
    width: fit-content;
}

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

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1570b8;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #125a94;
}

.cta-button svg {
    width: 16px;
    height: 16px;
}

.services-sections {
    background-color: #fafafb;
    padding: 80px 0px;
}

.services-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.75rem;
    font-weight: 400;
    color: #1e2a3b;
    text-align: center;
    margin-bottom: 50px;
}

.services-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-cards {
    background: #ffffff;
    border: 1px solid #E5E6E8;
    border-radius: 8px;
    padding: 39px 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: inherit !important;
}

.faq-section {
    padding: 40px 0;
    background: #fff !important;
    overflow: hidden;
}

.service-icons {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icons img,
.service-icons svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-links {
    font-size: 20px;
    color: #4E4E4E;
    font-weight: 500;
    line-height: 1.4;
}

.capabilities-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border-top: 1px solid #BBBFC5;
    border-bottom: 1px solid #BBBFC5;
}



.services-sections h2 {
    text-align: center;
    margin-bottom: 40px;
}

.feature{
    margin-bottom: 30px;
    opacity: 0.2;
    transition: opacity 0.4s ease;
}
.feature:last-child{
    margin-bottom: 0;
}
.feature.active {
    opacity: 1;
}

.feature-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.feature-icon svg {
    width: 50px;
    height: 50px;
    stroke: #c8c8c8;
    stroke-width: 1.1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #253243;
    letter-spacing: -0.2px;
}
.feature-content h3 a{
   color: #253243;  
   text-decoration: underline;
   transition: all 0.3s;
}
.feature-content h3 a:hover{
    text-decoration: none;
}

.feature-content p {
    max-width: 520px;
}

.faq-heading {
    color: #253243;
    font-weight: 500;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 8px;
}

.faq-question h3 {
    font-weight: 500;
    color: #253243;
    font-size: 18px;
    max-width: 280px;
    margin-bottom: 8px;
}
.faq-item{
    padding: 20px 0;
    position: relative;
}

.faq-answer p{
    max-width: 940px;
    padding-right: 40px;
}
.faq-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 1px;
    background: #ddd;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq-item.active .faq-answer{
    display: block;
    transition: all 0.3s ease;
}
.minus-icons {
    display: none;
}
.faq-item.active .minus-icons {
    display: block;
}
.faq-item.active .plus-icons{
    display: none;
}

.security-process-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #fafafb;
}

.security-process-block {
    margin-bottom: 40px;
}

.security-process-box {
    padding: 20px 15px;
    display: flex;
    border-bottom: 1px solid #aea7a7;
    background-color: #fff;
}

.security-process-sec {
    padding-left: 20px;
    position: relative;
    padding-bottom: 30px;
}

.security-process-box h3 {
    font-size: 20px;
    margin-bottom: 13px;
    position: relative;
    display: flex;
    align-items: center;
}

.security-process-box p {
    font-size: 17px;
    line-height: 1.38;
}

.security-process-box small {
    background-color: #0B5A9D;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;

}
.bg-neucup{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.card p a {
    color: #253243 !important;
    text-decoration: underline !important;
    display: inline;
}

.content-section h2 {
    margin-bottom: 15px;
}
.content-section h2 span{
    color: #3C7BB1;
    display: block;
}
.para-intro{
    max-width: 550px;
    margin-bottom: 30px;
}

.security-process-title h2 {
    margin-bottom: 15px;
}

.left-contents h2 {
    margin-bottom: 15px;
}

.pricing-header h2 {
    margin-bottom: 15px;
}

.services-header h2 {
    margin-bottom: 8px;
    line-height: 40px;
}
.services-header h2 span{
    color: #3C7BB1;
    display: block;
}

.header-info h2 {
    margin-bottom: 15px;
    line-height: 35px;
}
.header-info h2 span{
    color: #3C7BB1;
    display: block;
}
@media (max-width: 991px) {
    .service-description {
    max-width: 640px;
}
    .mockup-side{
        margin-bottom: 25px;
    }
}
@media (min-width: 600px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .nav-btn {
        width: 46px;
        height: 46px;
    }

    .tools-section {
        padding: 50px 0;
    }

    .tools-subtitle {
        font-size: 15px;
    }

    .tab-btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-title {
        font-size: 28px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-section {
        padding:0px 0px 40px;
    }

    .services-title {
        font-size: 28px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .compliance-section {
        padding: 60px 0;
    }

    .compliance-title {
        font-size: 28px;
    }

    .compliance-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (min-width:768px) {
.compliance-card img{
    margin-bottom: 25px;
}
.stats-block .stats-container{
    flex-wrap: nowrap !important;
}
.faq-question h3{
    max-width: 600px;
}
    .trusted-logos {
        flex-direction: row;
        justify-content: center;
        gap: 50px;
    }

    .last-impact {
        flex-wrap: nowrap;
    }

    .service-title {
        font-size: 25px;
    }

    .app-brand span {
        font-size: 36px;
    }

    .trusted-section {
        padding: 80px 0px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-section {
        padding: 60px 0;
    }

    .cta-wrapper h2 {
        font-size: 35px;
    }

    .testimonial-card {
        flex: 0 0 calc(53% - 10px);
    }

    .slider-track {
        gap: 20px;
    }

    .tools-section {
        padding: 60px 0;
    }

    .tools-title {
        font-size: 25px;
    }

    .tabs-nav {
        gap: 12px;
    }


    .tool-name {
        font-size: 13px;
    }

    .why-choose-section {
        padding: 50px 0;
    }

    .why-choose-title {
        font-size: 32px;
    }

    .why-choose-subtitle {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .features-grid {
        gap: 24px;
    }

    .services-section {
        padding: 0px 0 70px;
    }

    .services-title {
        font-size: 32px;
    }

    .content-wrappers {
        padding: 30px;
    }

    .services-grid {
        gap: 24px;
    }

    .compliance-section {
        padding: 50px 0;
    }

    .compliance-title {
        font-size: 32px;
    }

    .compliance-subtitle {
        font-size: 16px;
    }

    .compliance-grid {
        gap: 24px;
    }

    .capabilities-section {
        grid-template-columns: 1fr;
    }



    .security-process-sec h3 small {
        left: -56px;
        top: -4px;
    }

    .content-section h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }



    .features {
        border-left: 2px solid #E5E6E8;
        padding-left: 30px;
    }




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


    .capabilities-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .wrap-text {
        max-width: 628px;
    }

    .image-section img {
        position: sticky;
        top: 0px;
        width: 100%;
    }

    .image-section {
        width: 50%;
    }

    .content-section {
        width: 45%;
        padding-top: 100px;
    }

    .faq-heading {
        font-size: 30px;
    }

    .security-process-box {
        padding: 25px 20px;
    }

    .security-process-box h3 {
        position: relative;
    }
}

@media (min-width: 992px) {
    .security-process-section {
        padding: 60px 0;
        overflow: visible;
    }
    .compliance-subtitle {
        margin-bottom: 0;
    }

    .testimonial-card .text-wrapper {
        display: flex;
        gap: 10px;
    }

    .content-wrappers {
        flex-direction: row;
    }

    .success-card {
        padding: 80px 0px;
    }
    .cta-wrapper h2 {
        font-size: 42px;
    }

    .faq-question h3 {
        font-size: 27px;
    }

    .security-process-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .security-process-title {
        width: 40%;
        position: sticky;
        top: 90px;
        margin-bottom: 0;
    }

    .security-process-content {
        width: 52%;
    }

    .service-title {
        font-size: 28px;
    }
}

/* Laptop */
@media (min-width:1024px) {
    .services-header h2{
        line-height: 48px;
    }
    .services-header{
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
    .header-wrappers{
        margin-bottom: 24px;
    }
    .service-card svg{
    margin-bottom: 40px;
}
.impact-item span {
    font-size: 48px;
}
    .trusted-logos {
        justify-content: space-between;
    }

    .trusted-title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .service-card {
        display: block;
    }

    .app-brand span {
        font-size: 42px;
    }

    /* .trusted-section {
        padding: 100px 0px;
    } */

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-header h2 {
        font-size: 36px;
    }

    .testimonials-section {
        padding: 70px 0;
    }

    .testimonials-title {
        font-size: 25px;
    }


    .slider-track {
        gap: 24px;
    }

    .card-inner {
        padding: 37px;
    }
.info-section {
    margin-bottom: 37px;
}

    .company-logo {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        margin-bottom: 0;
    }

    .nav-btn {
        width: 48px;
        height: 48px;
    }

    .testimonial-card .text-wrapper {
        gap: 20px;
    }

    .tools-section {
        padding: 70px 0;
    }

    .tools-title {
        font-size: 35px;
    }

    .tools-subtitle {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .tabs-wrapper {
        margin-bottom: 40px;
    }

    .tool-name {
        font-size: 20px;
    }

    .tabs-nav {
        gap: 15px;
    }

    .tab-btn {
        font-size: 18px;
    }

    .tool-item {
        gap: 20px;
        width: 220px;
        height: 160px;
    }

    .why-choose-section {
        padding: 80px 0;
    }

    .why-choose-header {
        margin-bottom: 17px;
    }

    .why-choose-title {
        font-size: 38px;
    }

    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .feature-card {
        padding: 32px;
    }

    .feature-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .services-section {
        padding: 0px 0px 80px;
    }

    .services-title {
        font-size: 38px;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }


    .services-action {
        margin-top: 40px;
    }

    .compliance-section {
        padding: 69px 0px 80px;
    }

    .compliance-title {
        font-size: 38px;
    }

    .compliance-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .compliance-card {
        padding: 32px;
    }

    .compliance-card-title {
        font-size: 18px;
    }

    .faq-section {
        padding: 80px 0px;
    }

    .accordion-content {
        width: calc(100% - 50px) !important;
    }

    .content-left {
        flex: 0 0 250px !important;
        padding: 0 20px 40px 20px !important;
    }

    .accordion-strip {
        right: -34px !important;
    }

    .content-wrappers {
        padding: 50px;
    }
       .content-wrappers {
        padding: 40px;
    }
    .para-intro{
        margin-bottom: 74px;
    }
}

.faq-item{
    padding: 32px 0;
}
 

    .cta-wrapper p {
    margin: 0 auto 36px;
}
 
    .compliance-card img{
    margin-bottom: 40px;
}
    .header-info h2 {
    line-height: 40px;
}
    .accordion-strip {
        right: -84px !important;
    }

    .security-process-section {
        padding: 80px 0;
    }

    .security-process-title {
        top: 115px;
    }


    .security-process-box {
        padding: 30px 0 0 25px;
        transition: .4s linear;
    }

    .security-process-sec {
        padding-left: 60px;
    }

    .security-process-sec h3 small {
        top: -5px;
    }

 


/* Large desktops (min-width: 1280px) */
@media (min-width: 1280px) {
    .testimonials-section {
        padding: 72px 0 80px;
    }
    .tools-grid {
        gap: 24px;
    }
    .feature{
    margin-bottom: 50px;
}
    .faq-question h3 {
        font-size: 27px;
    }
        .testimonial-card {
        flex: 0 0 calc(53% - 55px);
    }
    .faq-question h3{
    max-width: 940px;
}
       .content-wrappers {
        padding: 62px;
    }
        .testimonials-section .nav-btn{
        width: 52px;
        height: 52px;
    }
    .features{
        padding-left: 49px;
    }
        .content-section {
            padding-top: 123px;
        }
    .header-info h2{
        line-height: 48px;
    }
    .main-title h3 {
    font-size: 36px;
    margin-bottom: 32px;
}
    .testimonials-title {
        font-size: 35px;
    }
       .cta-wrapper h2{
        font-size: 48px;
    }
       .faq-heading {
        font-size: 48px;
    }
    .slider-track {
        gap: 28px;
    }


    .company-logo {
        width: 104px;
        height: 104px;
    }

    .tools-section {
        padding: 80px 0 0;
    }

    .tools-title {
        font-size: 48px;
    }


    .tab-btn {
        font-size: 20px;
    }


    .why-choose-title {
        font-size: 42px;
        margin-bottom: 31px;
    }

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

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



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

    .service-text {
        font-size: 16px;
    }

    .view-all-btn {
        font-size: 15px;
        padding: 14px 38px;
    }

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

    .compliance-card {
        padding:40px;
    }

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

    .testimonials-header {
        margin-bottom: 40px;
    }
            .success-card {
        padding: 80px 0px;
    }
}

@media (min-width: 1024px) {
    .content-left {
        flex: 0 0 488px !important;
    }
}

/* Large screens */
@media (min-width:1400px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (min-width: 1440px) {

    .testimonials-title,
    .why-choose-title,
    .services-title,
    .compliance-title {
        font-size: 48px;
    }

    .tabs-nav {
        gap: 18px;
    }

    .security-process-title {
        top: 130px;
    }

    .security-process-content {
        width: 50%;
    }

    .security-process-sec {
        width: calc(100% - 60px);
    }

}

@media (max-width: 480px) {
    .content-section {
        padding: 40px 25px;
    }






    .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .feature-icon svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 768px) {
    .cta-heading {
        font-size: 1.75rem;
    }

    .cta-subtext {
        font-size: 0.9rem;
    }

    .cta-section {
        padding: 50px 0px;
    }
    .industry-grid {
        grid-template-columns: 1fr;
    }

    .industry-section h2 {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .success-card {
        flex-direction: column;

    }

    .mockup-side {
        justify-content: center;
    }

    .header-info h1 {
        font-size: 36px;
    }

    .section {

        padding: 60px 0px;
    }

    .section-wrap {
        flex-direction: column;
        gap: 48px;
    }

    .left-contents {
        max-width: 100%;
    }

    .main-heading {
        font-size: 2rem;
    }

    .services-grids {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-title {
        font-size: 2.25rem;
    }

}

@media (max-width: 1200px) {
    .accordion-item {
        flex: 0 0 110px;
    }


    .accordion-strip {
        width: 110px;
    }

    .accordion-item:not(.active) .accordion-strip {
        width: 100%;
    }

    .accordion-content {
        width: calc(100% - 110px);
    }

    .strip-number {
        font-size: 90px;
    }

    .strip-title {
        font-size: 16px;
    }

    .content-left {
        flex: 0 0 441px;
        padding: 0 30px 50px 40px;
    }



    .security-process-box p {
        font-size: 18px;
    }

}

@media (max-width: 1024px) {
    .horizontal-accordion {
        display: none;
    }

    .vertical-accordion {
        display: block;
    }

    .heading-section {
        padding: 60px 30px 40px;

    }


    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .capabilities-section {
        grid-template-columns: 1fr;
    }



    .content-section {
        padding: 60px 20px;
    }

    .content-section h1 {
        font-size: 40px;
    }

}

@media (max-width: 600px) {
    .heading-section {
        padding: 40px 20px 30px;
    }


    .heading-section p {
        font-size: 14px;
    }

    .v-accordion-header h2 {
        font-size: 17px;
    }

    .v-accordion-header .v-number {
        font-size: 26px;
    }

    .v-content-inner {
        padding: 24px 20px 30px 30px;
    }

    .v-content-inner h4 {
        font-size: 18px;
    }

    .v-content-image img {
        height: 200px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .card:nth-child(2),
    .card:nth-child(3) {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .card:nth-child(4) {
        border-bottom: none;
    }

    .services-grids {
        grid-template-columns: 1fr;
    }

    .services-title {
        font-size: 1.75rem;
    }

    .services-sections {
        padding: 60px 0px;
    }
}

@media (max-width: 640px) {
    .pricing-section {
        padding: 50px 0px;
    }

    .pricing-title {
        font-size: 32px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        min-height: auto;
    }
}
@media (min-width:1200px){
    .tags-row{
        gap:48px;
        flex-wrap: nowrap;
    }
}
@media (min-width:1440px){
    .content-wrappers {
position: sticky;
    top: -220px;
    }
}