.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;
}


.awards-wrap {
    background-image: url(/assets/images/background-aw.png);
}

.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;
    transition: .3s;
    cursor: pointer;
    transition: initial !important;
}

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

.service-card p {
    color: #45474E;
    font-weight: 400;

}



.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: 32px;
    gap: 20px;
}

.testimonials-title {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: normal;
}

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

.nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #ffffff;
    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;
}

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

.nav-btn:hover {
    border-color: #fff;
    transform: scale(1.08);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

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

.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;
    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: 24px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* ============================================
   CARD FOOTER
   ============================================ */
.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 16px;
}

.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;
}

.testimonial-card:hover {
    background-color: #0B5A9D;
}

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

.testimonial-card:hover .testimonial-text,
.testimonial-card:hover .client-company,
.testimonial-card:hover .client-name {
    color: #fff;
}

.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;
    background-color: #f5f7fa;
    position: relative;
}

/* Section Header */
.tools-title {
    font-size: 20px;
    font-weight: normal;
    color: #253243;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
}

.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: #BBBBBB;
    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: 24px 32px;
    padding: 12px 0;
    margin: 0 auto;
    border-bottom: none !important;
    width: 100%;
}

.tool-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    cursor: default;
    width: 72px;
}

.tool-item:hover {
    transform: translateY(-4px);
}

.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: 24px;
    font-weight: normal;
    color: #253243;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.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: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border-color: #cbd5e1;
    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: 50px 0;
    background-color: #ffffff;
    position: relative;

}



.services-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 32px;
}

.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: 20px;
}

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

/* Hover effects: Dark background, White text */
.service-card:hover {
    background-color: #253243;
}

.service-card:hover h3 a {
    color: #ffffff;
}

.service-card:hover p a {
    color: #ffffff;
}

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

.service-card:hover h3 {
    color: #ffffff;
}

.service-card:hover p {
    color: #ffffff;
}

.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: 50px 0;
    position: relative;

}



.compliance-header {
    text-align: center;
    margin-bottom: 20px;
}

.compliance-title {
    font-size: 24px;
    color: #253243;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    max-width: 789px;
    margin: 0 auto 16px;
}

.compliance-subtitle {
    font-size: 15px;
    color: #253243;
    line-height: 1.6;
    font-weight: 400;
    max-width: 745px;
    margin: 0 auto;
}

.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 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.compliance-card-title {
    font-size: 17px;
    font-weight: 500;
    color: #253243;
    margin-bottom: 10px;
    line-height: 1.4;
}

.compliance-card-text {
    font-size: 13px;
    color: #45474E;
    line-height: 1.6;
}

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

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

.cta-wrapper h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}

.cta-wrapper p {
    color: #fff;
}

.service-item {
    border-bottom: 1px solid #e2e8f0;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.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;
    margin-top: 24px;
    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-icon {
    display: none;
}

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

.minus-icon {
    display: none;
}

.plus-icon {
    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 60px;
}

.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 {
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFFFFF;
    border-radius: 40px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 50px;
    gap: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.content-side {
    flex: 1;
}

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

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

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

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

.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

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

.tag-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #E2E8F0;
}

.tag-item p {
    font-size: 20px;
    color: #5E5C5C;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 24px;
}

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

.info-section span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.info-section p {
    color: #5E6D7E;
    font-size: 16px;
}

.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 span {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

.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 {
    padding: 32px;
    position: relative;
}

/* Border styling for grid effect */
.card:nth-child(1) {
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.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: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #85979B;
    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 {
    background: #fff !important;

}

.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: white;
}



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



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

.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 p {
    max-width: 420px;
}

.faq-heading {
    color: #253243;
    font-weight: 500;
    line-height: 67px;
    margin-bottom: 10px;
    text-align: center;
}

.faq-question h3 {
    font-weight: 500;
    color: #253243;
}

.faq-question {
    padding: 30px 0;
    border-bottom: 1px solid #25324352;
}

.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;

}

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

.content-section h2 {
    margin-bottom: 15px;
}

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

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

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

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

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

@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;
    }

    .tools-grid {
        gap: 28px 40px;
    }

    .tool-item {
        width: 80px;
    }

    .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: 60px 0;
    }

    .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) {

    .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(51% - 10px);
    }

    .slider-track {
        gap: 20px;
    }

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

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

    .tabs-nav {
        gap: 12px;
    }

    .tools-grid {
        gap: 32px 48px;
    }

    .tool-item {
        width: 88px;
    }

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

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

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

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

    .features-grid {
        gap: 24px;
    }

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

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

    .content-wrappers {
        padding: 30px;
    }

    .services-grid {
        gap: 24px;
    }

    .compliance-section {
        padding: 70px 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: 50px;
        margin-bottom: 48px;
    }

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

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

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

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

    .content-wrappers {
        flex-direction: row;
        /* position: sticky;
        top: 100px; */
    }

    .success-card {
        padding: 80px 0px;
    }

    .awards-wrap .awards-content {
        width: 35% !important;
    }

    .cta-wrapper h2 {
        font-size: 42px !important;
    }

    .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) {

    .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: 32px;
    }


    .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;
    }

    .tools-grid {
        gap: 36px 56px;
    }

    .tool-item {
        width: 92px;
    }

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

    .tabs-nav {
        gap: 15px;
    }

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

    .tool-item {
        gap: 20px;
    }

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

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

    .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: 80px 0;
    }

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

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

    .service-card {
        padding: 32px;
    }

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

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

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

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

    .compliance-card {
        padding: 32px;
    }

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

    .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;
    }
}

@media (min-width: 1200px) {
    .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;
    }

    .content-wrappers {
        padding: 60px;
    }
}

/* Large desktops (min-width: 1280px) */
@media (min-width: 1280px) {
    .testimonials-section {
        padding: 80px 0;
    }

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

    .slider-track {
        gap: 28px;
    }


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

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

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

    .tabs-nav {
        gap: 20px;
    }

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


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

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

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



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


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

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

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

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

    .compliance-card {
        padding: 32px 32px 70px;
    }

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

    .compliance-header {
        margin-bottom: 36px;
    }

    .compliance-card-title {
        margin-bottom: 36px;
    }

    .testimonials-header {
        margin-bottom: 70px;
    }
}

@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: 50px;
    }

    .tabs-nav {
        gap: 24px;
    }

    .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: 60px 0px;
    }



    .service-header {
        padding: 24px 0;
    }

    .service-icon {
        margin-top: 16px;
    }

    .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(1),
    .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;
    }
}