:root {
    --sprylux-cyan: #00b4d8;
    --sprylux-cyan-text: #007892;
    --sprylux-blue: #0077b6;
    --sprylux-purple: #7b2cbf;
    --sprylux-magenta: #e040fb;
    --sprylux-navy: #061122;
    --sprylux-deep-purple: #0b0847;
    --sprylux-navy-light: #132238;
    --sprylux-hover-start: #0088b0;
    --sprylux-hover-mid: #006494;
    --sprylux-hover-end: #004766;
}

html {
    font-size: 15pt;
}

body {
    font-size: 15pt;
    line-height: 1.55;
}

/* Bootstrap container — tablet/iPad uses viewport width (not 720px md cap) */
@media (min-width: 768px) and (max-width: 1399.98px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: calc(100% - 48px);
        width: 100%;
    }
}

/* Site-wide — readable copy never below 15pt */
p,
li,
label,
.offer-content p,
.clients-content-box p,
.company-service-item .content p,
.sprylux-story-text,
.sprylux-svc-final p,
.sprylux-footer-copy,
.sprylux-footer-email,
.breadcrumb-item,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
.main-btn,
.offcanvas_main_menu li a,
.infetech-header-area .main-menu ul li a,
.faq-box-item p,
.fun-facts-item .content-box span,
.sprylux-experience-callout p,
.sprylux-cap-panel p,
.sprylux-engage-item p,
.sprylux-approach-step p {
    font-size: 15pt;
}

/* Template copy — 15pt and tighter paragraph rhythm */
.infetech-offer-category-area .offer-content p {
    font-size: 15pt;
    font-weight: normal;
    line-height: 1.65;
    margin: 0 0 0.75em 0;
}

.infetech-offer-category-area .offer-content p:last-child {
    margin-bottom: 0;
}

.clients-content-box p {
    font-size: 15pt;
    line-height: 1.75;
}

.main-btn,
.infetech-banner-area-layout-3 .infetech-banner-content .main-btn,
.faq-box-item .main-btn,
.promo-banner-item .main-btn,
.infetech-about-content > a.main-btn,
.infetech-about-3-area .about-3-content .main-btn,
.clients-content-box a.main-btn,
.benefits-content > a.main-btn,
.blog-form-box .input-box button.main-btn,
.contact-form-page-box button.main-btn {
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    border: none !important;
    border-color: transparent !important;
    font-size: 15pt;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    box-shadow: none;
}

.main-btn::before {
    display: none !important;
}

.main-btn:hover,
.main-btn:focus,
.main-btn:active,
.infetech-about-content > a.main-btn:hover,
.infetech-about-3-area .about-3-content .main-btn:hover,
.clients-content-box a.main-btn:hover,
.benefits-content > a.main-btn:hover,
.blog-form-box .input-box button.main-btn:hover,
.contact-form-page-box button.main-btn:hover {
    background: linear-gradient(135deg, var(--sprylux-blue), var(--sprylux-purple)) !important;
    border: none !important;
    border-color: transparent !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    box-shadow: none;
}

/* About section — Learn More stays white on hover and scroll-in */
.infetech-about-3-area .about-3-content .main-btn,
.infetech-about-3-area .about-3-content .main-btn:hover,
.infetech-about-3-area .about-3-content .main-btn:focus,
.infetech-about-3-area .about-3-content .main-btn:active,
.infetech-about-3-area .about-3-content.animated .main-btn,
.infetech-about-3-area .about-3-content.wow .main-btn {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    border: 0;
    border-color: transparent;
}

.infetech-about-3-area .about-3-content .main-btn:hover {
    background: linear-gradient(135deg, var(--sprylux-blue), var(--sprylux-purple)) !important;
    border: 0;
    border-color: transparent;
}

.infetech-about-3-area .about-3-content .main-btn:hover::before {
    height: 0 !important;
    opacity: 0 !important;
}

.section-title span,
.single-service-3-item .title {
    color: var(--sprylux-cyan-text);
}

.company-service-item .icon {
    background: var(--sprylux-navy) !important;
    color: var(--sprylux-cyan) !important;
}

/* Why Spry Lux solutions section */
.sprylux-solutions-area {
    background-color: var(--sprylux-navy);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}

.sprylux-solutions-area > .container {
    padding-top: 112px;
    padding-bottom: 100px;
}

.sprylux-solutions-area .solutions-content {
    padding: 20px 24px 0 48px;
}

.sprylux-solutions-area .solutions-content .section-title {
    margin-bottom: 10px;
}

.sprylux-solutions-area .solutions-content .solutions-box-content {
    margin-top: 36px;
    margin-bottom: 12px;
}

.sprylux-solutions-area .solutions-content .solutions-box-content p {
    margin-bottom: 36px;
}

.sprylux-solutions-area .solutions-content .solutions-service {
    align-items: center;
    margin-bottom: 28px;
}

.sprylux-solutions-area .solutions-content .section-title span {
    color: var(--sprylux-cyan) !important;
}

.sprylux-solutions-area .solutions-content .section-title span::before {
    background: var(--sprylux-cyan) !important;
}

.sprylux-solutions-area .solutions-content .solutions-box-content span {
    color: var(--sprylux-cyan) !important;
}

.sprylux-solutions-area .solutions-content .solutions-service .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sprylux-cyan);
    font-size: 22px;
    line-height: 1;
}

.sprylux-solutions-area .solutions-content .solutions-service .icon::before {
    background: var(--sprylux-navy-light) !important;
}

.sprylux-solutions-area .solutions-content .solutions-service .content span {
    margin-top: 0;
}

/* Contact CTA — full width across the split section */
.sprylux-solutions-cta {
    margin-top: 48px !important;
    width: 100%;
    position: relative;
    z-index: 2;
}

.sprylux-solutions-cta .faq-box-item {
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 48px clamp(32px, 6vw, 100px);
    gap: 32px;
    background: var(--sprylux-navy-light) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    align-items: center;
}

.sprylux-solutions-cta .sprylux-cta-text {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 32px;
}

.sprylux-solutions-cta .faq-box-item .title {
    color: #e2eaf2;
    font-weight: 600;
}

.sprylux-solutions-cta .faq-box-item .main-btn {
    flex: 0 0 auto;
    padding: 18px 36px;
    line-height: 1.2;
    white-space: nowrap;
    background: transparent !important;
    border: 1px solid rgba(158, 193, 210, 0.4) !important;
    color: #dce8f0 !important;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
}

.sprylux-solutions-cta .sprylux-cta-text p {
    color: #9fb0c0;
    margin: 8px 0 0;
    font-size: 15pt;
    line-height: 1.55;
    max-width: none;
}

.sprylux-solutions-cta .faq-box-item .main-btn {
    margin-top: 24px;
}

.sprylux-solutions-cta .faq-box-item .main-btn:hover {
    background: rgba(0, 180, 216, 0.14) !important;
    border-color: rgba(0, 180, 216, 0.45) !important;
    color: #fff !important;
}

.sprylux-solutions-cta .faq-box-item .main-btn::before {
    display: none !important;
}

@media (max-width: 991px) {
    .sprylux-solutions-area > .container {
        padding-top: 80px;
        padding-bottom: 72px;
    }

    .sprylux-solutions-area .solutions-content {
        padding: 0 12px;
    }

    .sprylux-solutions-cta .faq-box-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .sprylux-solutions-cta .sprylux-cta-text {
        padding-right: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sprylux-solutions-cta .faq-box-item {
        align-items: center;
        text-align: center;
    }

    .sprylux-solutions-cta {
        margin-top: 40px !important;
        background: transparent !important;
    }

    .sprylux-solutions-area {
        padding-bottom: 40px;
    }

    .sprylux-solutions-cta .sprylux-cta-text p {
        margin-bottom: 8px;
    }

    .sprylux-solutions-cta .faq-box-item .main-btn {
        margin-top: 28px;
        white-space: normal;
        width: 100%;
        max-width: 320px;
    }
}

.infetech-banner-area-layout-3 .infetech-banner-content .info-text span {
    color: var(--sprylux-cyan);
}

.infetech-header-area-3 .header-main-nav-box ul li a:hover,
.infetech-header-area-3 .header-main-nav-box ul li.active > a {
    color: var(--sprylux-cyan);
}

/* Dark navy navigation */
.infetech-header-area-2.infetech-header-area-3 .top-line {
    background: var(--sprylux-cyan);
}

.infetech-header-area-2.infetech-header-area-3 .top-line::before {
    background: var(--sprylux-blue);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 {
    background: var(--sprylux-navy) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-sticky.sticky,
.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.header-sticky.sticky {
    background: var(--sprylux-navy) !important;
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a {
    color: rgba(255, 255, 255, 0.82);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a:hover,
.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li.active > a {
    color: var(--sprylux-cyan);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a::before {
    background: var(--sprylux-cyan);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-mini-btn ul li a {
    color: #fff;
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-mini-btn::before {
    background: rgba(255, 255, 255, 0.18);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .icon {
    background: var(--sprylux-cyan);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content span {
    color: rgba(255, 255, 255, 0.55);
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content a {
    color: #fff;
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-info .header-main-info-contact .content a:hover {
    color: var(--sprylux-cyan);
}

.single-service-3-item.clients-3-item .icon svg {
    fill: var(--sprylux-cyan-text) !important;
}

.single-service-3-item.clients-3-item:hover .icon svg {
    fill: #fff !important;
}

/* Service cards — remove purple template bg + stop opacity flash on hover */
.infetech-service-3-area .single-service-3-item,
.single-service-3-item.clients-3-item {
    background-image: none !important;
}

.infetech-service-3-area .single-service-3-item .bg,
.single-service-3-item.clients-3-item .bg {
    opacity: 1 !important;
    transition: background 0.3s linear !important;
}

.infetech-service-3-area .single-service-3-item::before {
    background: var(--sprylux-cyan);
}

.single-service-3-item.clients-3-item::before {
    background: #e8f4f8;
}

.infetech-service-3-area .single-service-3-item:hover .bg,
.single-service-3-item.clients-3-item:hover .bg {
    opacity: 1 !important;
    background: linear-gradient(135deg, var(--sprylux-hover-start) 0%, var(--sprylux-hover-mid) 52%, var(--sprylux-hover-end) 100%) !important;
}

.infetech-service-3-area .single-service-3-item:hover::before {
    background: #00c4e8;
}

.single-service-3-item.clients-3-item:hover::before {
    background: rgba(0, 196, 232, 0.35) !important;
}

/* What We Do grid — equal-height cards with spacing between them */
.infetech-clients-3-area .row.g-0 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.infetech-clients-3-area .row.g-0 > [class*="col-"] {
    display: flex;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.infetech-clients-3-area .single-service-3-item.clients-3-item {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

.infetech-clients-3-area .single-service-3-item.clients-3-item .title {
    margin-bottom: 20px;
}

.infetech-clients-3-area .single-service-3-item.clients-3-item p {
    flex: 1 1 auto;
    margin-bottom: 0;
}

.infetech-service-3-area .single-service-3-item:hover::after {
    color: rgba(255, 255, 255, 0.22) !important;
}

.infetech-banner-area-layout-3 .infetech-banner-content .title span {
    color: var(--sprylux-cyan);
}

/* SpryLux navigation layout — always fixed at top */
.infetech-header-area-2.infetech-header-area-3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

body {
    padding-top: 118px;
}

@media (max-width: 991px) {
    body {
        padding-top: 96px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 82px;
    }
}

.breadcrumb-area {
    margin-top: 0 !important;
}

.infetech-banner-area-layout-2.infetech-banner-area-layout-3 {
    margin-top: 0 !important;
}

.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.sprylux-nav-bar {
    padding: 12px 28px 12px 16px !important;
    top: 0 !important;
    position: relative !important;
}

.header-main-nav-layout-2.header-sticky.sticky {
    position: relative !important;
    top: 0 !important;
    animation: none !important;
}

.sprylux-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.sprylux-nav-inner .logo-white {
    flex: 0 0 auto;
    text-align: left;
    margin-right: 4px;
}

.infetech-header-area-2 .header-main-nav-layout-2 .logo-white img,
.logo-white img,
.templates-logo img {
    width: auto !important;
    height: 96px;
    max-height: none;
    max-width: none;
}

.sprylux-nav-menu {
    flex: 1 1 auto;
    min-width: 0;
}

.sprylux-nav-menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 1.4vw, 24px);
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.sprylux-nav-menu ul li {
    display: block;
    margin-right: 0 !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.sprylux-nav-menu ul li a,
.infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2 .header-main-nav-box ul li a,
.header-main-nav-box ul li a {
    font-size: 15pt;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.sprylux-nav-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.sprylux-nav-actions.header-main-info {
    justify-content: flex-end;
}

.sprylux-nav-actions .header-mini-btn::before {
    display: none;
}

.header-main-info .header-cta-btn {
    margin-left: 0;
}

.header-main-info .header-cta-btn .main-btn {
    padding: 10px 18px;
    font-size: 15pt;
    white-space: nowrap;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.header-main-info .header-cta-btn .main-btn:hover,
.header-main-info .header-cta-btn .main-btn:focus,
.header-main-info .header-cta-btn .main-btn:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: linear-gradient(135deg, var(--sprylux-blue), var(--sprylux-purple)) !important;
}

.infetech-footer-area {
    background-color: var(--sprylux-navy) !important;
    background-image: linear-gradient(rgba(6, 17, 34, 0.82), rgba(6, 17, 34, 0.82)), url(../images/footer-bg.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: none;
}

.infetech-footer-area.sprylux-footer-slim {
    padding: 20px 28px 20px 16px !important;
    background-color: var(--sprylux-navy) !important;
    background-image: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

.infetech-footer-area.sprylux-footer-slim > .container {
    max-width: none !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.sprylux-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sprylux-footer-logo img {
    height: 50px;
    width: auto;
    max-height: none;
    display: block;
    opacity: 0.92;
}

.sprylux-footer-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sprylux-footer-email {
    color: #b8c8d6;
    text-decoration: none;
    font-size: 15pt;
    white-space: nowrap;
}

.sprylux-footer-email i {
    color: #7eb8c9;
    margin-right: 6px;
}

.sprylux-footer-email:hover {
    color: #dce8f0;
}

.sprylux-footer-copy {
    margin: 0;
    color: rgba(184, 200, 214, 0.55);
    font-size: 15pt;
    white-space: nowrap;
}

.footer-copyright {
    display: none;
}

/* Scroll-to-top — above footer, softer contrast */
.go-top-area .go-top {
    background-color: var(--sprylux-navy-light);
    border: 1px solid rgba(126, 184, 201, 0.35);
    color: #b8c8d6;
}

.go-top-area .go-top::before {
    background-color: rgba(0, 180, 216, 0.18);
}

.go-top-area .go-top i {
    color: #b8c8d6;
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #dce8f0;
    border-color: rgba(0, 180, 216, 0.45);
}

.go-top-area .go-top:focus i,
.go-top-area .go-top:hover i {
    color: #dce8f0;
}

.go-top-area .go-top.active {
    top: auto;
    bottom: 96px;
    right: 28px;
    transform: none;
}

.go-top-wrap .go-top-btn {
    background: var(--sprylux-navy-light);
    border: 1px solid rgba(126, 184, 201, 0.35);
}

.go-top-wrap .go-top-btn i {
    color: #b8c8d6;
}

.go-top-wrap .go-top-btn::after {
    background: rgba(0, 180, 216, 0.2);
}

@media (max-width: 991px) {
    .sprylux-footer-bar {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .infetech-footer-area.sprylux-footer-slim {
        padding: 20px 20px 20px 16px !important;
    }

    .sprylux-footer-actions {
        justify-content: center;
    }

    .sprylux-footer-copy {
        width: 100%;
        white-space: normal;
    }

    .go-top-area .go-top.active {
        bottom: 140px;
        right: 20px;
    }
}

.project-status {
    display: inline-block;
    font-size: 15pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--sprylux-cyan);
    margin-bottom: 8px;
}

.single-project-overlay .project-status {
    color: #fff;
    opacity: 0.9;
}

.custom-build-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.custom-build-table th,
.custom-build-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #eceff8;
    text-align: left;
    vertical-align: top;
}

.custom-build-table th {
    background: #f8f9fc;
    font-weight: 600;
}

.footer-legal {
    margin-top: 10px;
    font-size: 15pt;
    opacity: 0.85;
}

.breadcrumb-item .breadcrumb-item a,
.breadcrumb-item .breadcrumb-item.active {
    color: inherit;
}

/* Services & Products — breadcrumb item positioning (area uses template defaults) */
.sprylux-services-page .breadcrumb-area::before,
.sprylux-products-page .breadcrumb-area::before,
.sprylux-about-page .breadcrumb-area::before,
.sprylux-contact-page .breadcrumb-area::before {
    display: none;
}

.sprylux-services-page .breadcrumb-area > .container,
.sprylux-products-page .breadcrumb-area > .container,
.sprylux-about-page .breadcrumb-area > .container,
.sprylux-contact-page .breadcrumb-area > .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.sprylux-services-page .breadcrumb-area > .container > .row,
.sprylux-products-page .breadcrumb-area > .container > .row,
.sprylux-about-page .breadcrumb-area > .container > .row,
.sprylux-contact-page .breadcrumb-area > .container > .row {
    width: 100%;
}

.sprylux-services-page .breadcrumb-item,
.sprylux-products-page .breadcrumb-item,
.sprylux-about-page .breadcrumb-item,
.sprylux-contact-page .breadcrumb-item {
    text-align: left;
}

/* Inner pages — breadcrumb trail readable on dark hero */
@media (max-width: 991.98px) {
    body:not(.sprylux-index) .breadcrumb-item nav ol li a,
    body:not(.sprylux-index) .breadcrumb-item nav ol li.active {
        color: #fff !important;
        opacity: 1 !important;
    }

    body:not(.sprylux-index) .breadcrumb-item nav ol li + .breadcrumb-item::before {
        color: #fff !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body:not(.sprylux-index) .breadcrumb-area > .container {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 24px;
        max-width: 100%;
        width: 100%;
    }

    body:not(.sprylux-index) .breadcrumb-item {
        text-align: left;
        max-width: 62%;
    }
}

@media (max-width: 991px) {
    .sprylux-services-page .breadcrumb-area,
    .sprylux-products-page .breadcrumb-area,
    .sprylux-about-page .breadcrumb-area,
    .sprylux-contact-page .breadcrumb-area {
        margin-top: 0;
    }

    .sprylux-services-page .breadcrumb-area > .container,
    .sprylux-products-page .breadcrumb-area > .container,
    .sprylux-about-page .breadcrumb-area > .container,
    .sprylux-contact-page .breadcrumb-area > .container {
        align-items: flex-start;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    body:not(.sprylux-index) .breadcrumb-area::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(6, 17, 34, 0.42);
        z-index: 0;
        pointer-events: none;
    }

    body:not(.sprylux-index) .breadcrumb-area > .container {
        z-index: 1;
        align-items: flex-start;
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%;
        width: 100%;
    }

    /* Gap below breadcrumb hero — not inside it */
    body:not(.sprylux-index) .breadcrumb-area + section {
        padding-top: 40px !important;
    }

    body:not(.sprylux-index) .sprylux-stack-intro {
        padding-top: 40px;
        padding-bottom: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body:not(.sprylux-index) .breadcrumb-area + section {
        padding-top: 48px !important;
    }

    body:not(.sprylux-index) .sprylux-stack-intro {
        padding-top: 48px;
        padding-bottom: 40px;
    }
}

/* Site minimum: 15pt for body copy and UI text (headings keep template sizes) */
p,
.offcanvas_main_menu li a,
.offcanvas_footer span,
.footer-about p,
.footer-nav ul li a,
.footer-info ul li,
.footer-copyright p,
.single-service-3-item p,
.company-service-item p,
.infetech-about-content p,
.contact-form-page-box p,
.custom-build-table th,
.custom-build-table td,
.conatct-info .content span,
.conatct-info .content a {
    font-size: 15pt;
}

/* Index hero banner — wider container on large screens only */
@media (min-width: 1400px) {
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item .container,
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item.slick-slide .container,
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item.slick-current .container,
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item.slick-active .container,
    .infetech-banner-main-area .sprylux-banner-container {
        max-width: min(1700px, calc(100% - 48px));
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item .container,
    .infetech-banner-main-area .infetech-banner-area-layout-2 .infetech-banner-slide-item.slick-slide .container,
    .infetech-banner-main-area .sprylux-banner-container {
        max-width: 1700px;
    }
}

/* Index homepage — hero CTA buttons */
.sprylux-hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 15px;
}

.sprylux-hero-actions .main-btn {
    margin-left: 0 !important;
}

.sprylux-hero-btn-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.sprylux-hero-btn-outline:hover,
.sprylux-hero-btn-outline:focus {
    background: #fff !important;
    color: var(--sprylux-navy) !important;
}

@media (max-width: 767px) {
    .sprylux-index .infetech-banner-area-layout-3 .infetech-banner-content .info-text {
        text-align: center;
    }

    .sprylux-index .infetech-banner-area-layout-3 .infetech-banner-content .info-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .sprylux-hero-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .sprylux-hero-actions .main-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

/* Index homepage — Custom Builds split (tablet / iPad fixes) */
@media (max-width: 1399px) {
    #custom-builds.infetech-company-area::before {
        display: none;
    }

    #custom-builds.sprylux-split-section .row {
        flex-wrap: wrap;
    }

    #custom-builds.sprylux-split-section .row > .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    #custom-builds .company-thumb {
        max-width: 100%;
        margin-bottom: 32px;
    }

    #custom-builds .company-thumb img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    #custom-builds .company-thumb {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Index page — Products & Projects slider container */
.sprylux-project-slider-section .sprylux-slider-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .sprylux-project-slider-section .sprylux-slider-container {
        max-width: min(1700px, calc(100% - 48px));
    }
}

@media (min-width: 1700px) {
    .sprylux-project-slider-section .sprylux-slider-container {
        max-width: 1700px;
        width: 1700px;
    }
}

/* Index homepage — wider containers on large screens */
@media (min-width: 1400px) {
    .sprylux-index section .container,
    .sprylux-index .faq-box-area .container,
    .sprylux-services-page section .container,
    .sprylux-products-page section .container,
    .sprylux-about-page section .container,
    .sprylux-contact-page section .container {
        max-width: min(1700px, calc(100% - 48px));
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .sprylux-index section .container,
    .sprylux-index .faq-box-area .container,
    .sprylux-services-page section .container,
    .sprylux-products-page section .container,
    .sprylux-about-page section .container,
    .sprylux-contact-page section .container {
        max-width: 1700px;
    }
}

/* About collage — shift inward so the ring is not clipped */
@media (min-width: 992px) {
    .sprylux-split-section.infetech-about-3-area .about-3-thumb {
        margin-left: 100px;
    }

    .sprylux-split-section.infetech-about-3-area .about-3-thumb .about-ring {
        margin-left: -155px;
    }

    .sprylux-split-section.infetech-about-3-area .about-3-thumb .about-thumb-1 {
        left: -110px;
    }
}

/* Custom Builds photo — shift the whole left column right (~55px) */
@media (min-width: 992px) {
    #custom-builds.sprylux-split-section .row > .col-lg-6:first-child {
        margin-left: 55px;
    }
}

/* Index split sections — lock left media width, expand right content */
@media (min-width: 1400px) {
    .sprylux-split-section .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .sprylux-split-section .row > .col-lg-6:first-child {
        flex: 0 0 648px;
        max-width: 648px;
        width: 648px;
    }

    .sprylux-split-section .row > .col-lg-6:last-child {
        flex: 1 1 0;
        max-width: none;
        width: auto;
    }

    .sprylux-split-section.infetech-about-3-area .about-3-thumb {
        width: 648px;
        max-width: 648px;
    }

    .sprylux-split-section.infetech-about-3-area .about-3-thumb img {
        width: auto;
        max-width: none;
        height: auto;
    }

    #custom-builds.sprylux-split-section .row > .col-lg-6:first-child {
        flex: 0 0 648px;
        max-width: 648px;
        width: 648px;
        margin-left: 55px;
    }

    #custom-builds .company-thumb {
        max-width: 648px;
    }

    #custom-builds .company-thumb img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .sprylux-nav-menu ul {
        gap: 10px;
    }

    .infetech-header-area-2 .header-main-nav-layout-2 .logo-white img,
    .logo-white img {
        height: 88px;
    }

    .header-main-info .header-cta-btn .main-btn {
        padding: 9px 14px;
    }
}

@media (max-width: 991px) {
    .infetech-header-area-2.infetech-header-area-3 .header-main-nav-layout-2.sprylux-nav-bar {
        padding: 14px 20px 14px 16px !important;
    }

    .sprylux-nav-menu {
        display: none;
    }

    .infetech-header-area-2 .header-main-nav-layout-2 .logo-white img,
    .logo-white img {
        height: 72px;
    }
}

@media (max-width: 767px) {
    .infetech-header-area-2 .header-main-nav-layout-2 .logo-white img,
    .logo-white img {
        height: 60px;
    }
}

/* Services page */
.sprylux-services-page .infetech-benefits-area .section-title span,
.sprylux-services-page .infetech-clients-3-area .section-title span,
.sprylux-services-page .infetech-company-area .section-title span {
    color: var(--sprylux-cyan-text);
}

.sprylux-services-page .section-title span::before {
    background: var(--sprylux-cyan) !important;
}

/* Section rhythm */
.sprylux-services-offerings {
    background: #f4f8fb !important;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.sprylux-services-intro {
    background: #fff;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.sprylux-services-cta-section {
    background: #f4f8fb !important;
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.sprylux-services-cta-section.infetech-company-area::before {
    display: none !important;
}

/* Section intros */
.sprylux-services-page .section-title.text-center p {
    color: #5a6573;
    margin: 20px auto 0;
    line-height: 1.6;
}

.sprylux-services-page .sprylux-services-cta-section .section-title > p {
    color: #5a6573;
    line-height: 1.6;
    margin-top: 16px;
    font-size: 15pt;
}

/* Service cards */
.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item {
    padding: 36px 40px 32px;
    margin: 0;
    border-radius: 2px;
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item .title {
    font-size: 1.35rem;
    line-height: 1.35;
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item p {
    line-height: 1.55;
    color: #5a6573;
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item .icon {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #e8f4f8;
    line-height: 1;
    transition: background 0.3s linear;
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item .icon i {
    font-size: 38px;
    color: var(--sprylux-cyan-text);
    transition: color 0.3s linear;
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item:hover .icon {
    background: rgba(255, 255, 255, 0.18);
}

.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item:hover .icon i {
    color: #fff;
}

/* Hide the template's decorative corner circle so only the icon badge shows */
.sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item::before {
    display: none !important;
}

.sprylux-services-page .company-service-item .icon {
    flex-shrink: 0;
    margin-top: 2px;
}

/* How we work — full-width band with background photo */
.sprylux-workflow-area {
    position: relative;
    padding: 96px 0 100px;
    background: url(../images/cta-bg.jpg) center/cover no-repeat;
    overflow: hidden;
}

.sprylux-workflow-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 17, 34, 0.94), rgba(6, 17, 34, 0.82));
    z-index: 1;
}

.sprylux-workflow-area > .container {
    position: relative;
    z-index: 2;
}

.sprylux-workflow-head span {
    color: var(--sprylux-cyan) !important;
}

.sprylux-workflow-head span::before {
    background: var(--sprylux-cyan) !important;
}

.sprylux-workflow-head .title {
    color: #fff;
}

.sprylux-workflow-head p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 720px;
    margin: 18px auto 0;
    line-height: 1.6;
}

.sprylux-workflow-steps {
    margin-top: 26px;
}

.sprylux-workflow-steps > [class*="col-"] {
    display: flex;
    margin-top: 24px;
}

.sprylux-workflow-step {
    flex: 1 1 auto;
    padding: 36px 30px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

.sprylux-workflow-step:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.08);
}

.sprylux-workflow-step .number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 22px;
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.35);
}

.sprylux-workflow-step .title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.sprylux-workflow-step p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin: 0;
}

/* Flexible starting points */
.sprylux-services-page .company-service-item {
    align-items: flex-start;
}

.sprylux-services-page .company-service-item .content .title {
    color: var(--sprylux-navy);
    font-size: 15pt;
}

.sprylux-services-page .company-service-item .content p {
    font-size: 15pt;
    line-height: 1.55;
    padding-top: 6px;
}

.sprylux-services-page .company-service-item .icon i {
    color: var(--sprylux-cyan);
    font-size: 15pt;
}

.sprylux-services-page .company-thumb img {
    border-radius: 4px;
}

.sprylux-services-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sprylux-services-page .sprylux-services-actions .main-btn {
    padding: 14px 28px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: none;
}

.sprylux-btn-secondary {
    background: transparent !important;
    border: 1px solid rgba(0, 180, 216, 0.45) !important;
    color: var(--sprylux-navy) !important;
}

.sprylux-btn-secondary::before {
    display: none !important;
}

.sprylux-btn-secondary:hover {
    background: rgba(0, 180, 216, 0.1) !important;
    border-color: rgba(0, 180, 216, 0.55) !important;
    color: var(--sprylux-navy) !important;
}

@media (max-width: 991px) {
    .sprylux-services-offerings,
    .sprylux-services-cta-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .sprylux-workflow-area {
        padding: 64px 0 !important;
    }

    .sprylux-services-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .sprylux-services-page .infetech-clients-3-area {
        padding-bottom: 64px !important;
    }

    .sprylux-services-page .sprylux-services-offerings .single-service-3-item.clients-3-item {
        padding: 28px 24px 24px;
    }
}

/* ==========================================================================
   Services page — rebuilt section system (brief-driven)
   ========================================================================== */
.sprylux-svc-section {
    padding: 88px 0;
    background: #ffffff;
}

.sprylux-svc-section.sprylux-svc-light {
    background: #f4f8fb;
}

.sprylux-svc-lead {
    padding-top: 96px;
    padding-bottom: 72px;
}

.sprylux-svc-section .section-title h3.title {
    color: var(--sprylux-navy);
    line-height: 1.28;
}

.sprylux-svc-lead .section-title h3.title {
    font-size: 34px;
}

.sprylux-lead-text {
    margin: 26px auto 0;
    max-width: none;
    width: 100%;
    text-align: center;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

.sprylux-svc-section .svc-copy p {
    margin-top: 18px;
    color: #566072;
    line-height: 1.75;
}

.sprylux-svc-section .section-title.text-center p {
    color: #566072;
    line-height: 1.75;
}

.sprylux-svc-section .section-title p.mt-20 {
    margin-top: 20px;
}

/* Capability panel used on split sections */
.sprylux-cap-panel {
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    padding: 36px 38px;
    box-shadow: 0 18px 48px rgba(6, 17, 34, 0.06);
}

.sprylux-svc-section:not(.sprylux-svc-light) .sprylux-cap-panel {
    background: #f7fafc;
}

.sprylux-cap-panel h5 {
    margin: 0 0 20px;
    font-size: 15pt;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sprylux-navy);
}

.sprylux-cap-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sprylux-cap-list li {
    position: relative;
    padding-left: 28px;
    color: #43506b;
    font-size: 15pt;
    line-height: 1.5;
}

.sprylux-cap-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15pt;
    color: var(--sprylux-cyan);
}

/* Icon variant inside the workflow band step badge */
.sprylux-workflow-step .number span i {
    font-size: 24px;
    line-height: 1;
}

.sprylux-workflow-tagline {
    margin: 46px auto 0;
    text-align: center;
    color: var(--sprylux-cyan);
    font-size: 15pt;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Industries & experience chips */
.sprylux-chip-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
}

.sprylux-chip-list span {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 40px;
    background: #eef5f9;
    border: 1px solid #e0eaf1;
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-weight: 500;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.sprylux-chip-list span:hover {
    background: #e2f1f7;
    border-color: rgba(0, 180, 216, 0.4);
    transform: translateY(-2px);
}

/* Engagement model cards */
.sprylux-engage-grid {
    margin-top: -30px;
}

.sprylux-engage-grid > [class*="col-"] {
    margin-top: 30px;
}

/* Engagement Models — image background with dark overlay */
.sprylux-engage-area {
    position: relative;
    background: url(../images/EngagementBackground.png) center/cover no-repeat;
    overflow: hidden;
}

.sprylux-engage-area > .container {
    position: relative;
    z-index: 2;
}

.sprylux-svc-section.sprylux-engage-area .section-title span {
    color: var(--sprylux-cyan) !important;
}

.sprylux-svc-section.sprylux-engage-area .section-title span::before {
    background: var(--sprylux-cyan) !important;
}

.sprylux-svc-section.sprylux-engage-area .section-title h3.title {
    color: #ffffff;
}

.sprylux-svc-section.sprylux-engage-area .section-title.text-center p {
    color: rgba(255, 255, 255, 0.82);
}

.sprylux-engage-item {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    padding: 32px 30px;
    box-shadow: 0 14px 40px rgba(6, 17, 34, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sprylux-engage-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(6, 17, 34, 0.1);
}

.sprylux-engage-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e8f4f8;
    margin-bottom: 20px;
}

.sprylux-engage-item .icon i {
    font-size: 26px;
    color: var(--sprylux-cyan-text);
}

.sprylux-engage-item h5 {
    margin: 0 0 10px;
    font-size: 15pt;
    font-weight: 600;
    color: var(--sprylux-navy);
}

.sprylux-engage-item p {
    margin: 0;
    color: #566072;
    font-size: 15pt;
    line-height: 1.6;
}

/* Final CTA band */
.sprylux-svc-final {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 96px 0;
    background: url(../images/footer-bg.jpg) center/cover no-repeat;
    text-align: center;
    overflow: hidden;
}

.sprylux-svc-final .title {
    color: #ffffff;
    font-size: 34px;
}

.sprylux-svc-final p {
    margin: 20px auto 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15pt;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .sprylux-svc-section {
        padding: 60px 0;
    }

    .sprylux-svc-lead {
        padding-top: 68px;
        padding-bottom: 52px;
    }

    .sprylux-svc-section .col-lg-6 + .col-lg-6 .sprylux-cap-panel,
    .sprylux-svc-section .order-lg-1 .sprylux-cap-panel {
        margin-top: 32px;
    }

    .sprylux-svc-final {
        padding: 64px 0;
    }
}

@media (max-width: 575px) {
    .sprylux-cap-list {
        grid-template-columns: 1fr;
    }

    .sprylux-cap-panel {
        padding: 28px 26px;
    }
}

/* ==========================================================================
   Services page — "How We Help" positioning pass
   ========================================================================== */

/* Outcome-oriented example lists (replaces keyword checklists) */
.sprylux-example-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sprylux-example-list li {
    position: relative;
    padding-left: 32px;
    color: #43506b;
    font-size: 15pt;
    line-height: 1.55;
}

.sprylux-example-list li + li {
    margin-top: 18px;
}

.sprylux-example-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15pt;
    color: var(--sprylux-cyan);
}

/* Combined intro: "How We Help" + belief statement */
.sprylux-intro-combined {
    padding: 96px 0;
    background: #f4f8fb;
    text-align: center;
}

.sprylux-intro-combined .section-title h3.title {
    color: var(--sprylux-navy);
    font-size: 34px;
    line-height: 1.3;
}

.sprylux-intro-combined .lead-statement {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    color: var(--sprylux-navy);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.sprylux-intro-combined .sub {
    margin: 26px auto 0;
    max-width: none;
    width: 100%;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

.sprylux-intro-combined .sub em {
    font-style: normal;
    font-weight: 600;
    color: var(--sprylux-cyan-text);
}

/* Fun, modern divider between the two blocks */
.sprylux-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 540px;
    margin: 62px auto 66px;
}

.sprylux-divider .line {
    flex: 1;
    height: 2px;
    border-radius: 2px;
}

.sprylux-divider .line:first-child {
    background: linear-gradient(90deg, rgba(0, 180, 216, 0) 0%, var(--sprylux-cyan) 100%);
}

.sprylux-divider .line:last-child {
    background: linear-gradient(90deg, var(--sprylux-cyan) 0%, rgba(0, 180, 216, 0) 100%);
}

.sprylux-divider .node {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    box-shadow: 0 14px 30px rgba(0, 119, 182, 0.38);
    transform: rotate(45deg);
}

.sprylux-divider .node::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 20px;
    border: 2px solid rgba(0, 180, 216, 0.45);
    animation: sprylux-divider-pulse 2.6s ease-out infinite;
}

.sprylux-divider .node svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    transform: rotate(-45deg);
    animation: sprylux-divider-spark 3.2s ease-in-out infinite;
}

@keyframes sprylux-divider-pulse {
    0% { transform: scale(0.8); opacity: 0.85; }
    100% { transform: scale(1.45); opacity: 0; }
}

@keyframes sprylux-divider-spark {
    0%, 100% { transform: rotate(-45deg) scale(1); }
    50% { transform: rotate(-45deg) scale(0.82); }
}

@media (prefers-reduced-motion: reduce) {
    .sprylux-divider .node::before,
    .sprylux-divider .node svg {
        animation: none;
    }
}

.sprylux-questions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.sprylux-questions span {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 40px;
    background: #ffffff;
    border: 1px solid #e0eaf1;
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-style: italic;
    box-shadow: 0 8px 24px rgba(6, 17, 34, 0.05);
}

/* Story-style experience section */
.sprylux-story-text {
    margin: 22px auto 0;
    max-width: none;
    width: 100%;
    text-align: center;
    color: #566072;
    font-size: 15pt;
    line-height: 1.8;
}

.sprylux-experience-list {
    max-width: none;
    width: 100%;
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 36px;
    text-align: left;
}

/* About page — What We Believe (top band) */
.sprylux-about-believe {
    padding: 72px 0;
    background: #f4f8fb;
    border-bottom: 1px solid #e4edf4;
}

.sprylux-about-believe .section-title {
    margin-bottom: 28px;
    text-align: left;
}

.sprylux-about-believe .section-title span {
    color: var(--sprylux-cyan-text);
}

.sprylux-about-believe .section-title h3.title {
    margin: 0;
    color: var(--sprylux-navy);
    font-size: 32px;
    line-height: 1.35;
    max-width: none;
}

.sprylux-about-believe p {
    margin: 0 0 18px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.8;
    max-width: none;
    width: 100%;
}

.sprylux-about-believe p:last-child {
    margin-bottom: 0;
}

/* About page — hero split (image + intro) */
.sprylux-about-page .sprylux-about-hero.infetech-company-about-area {
    padding-top: 80px;
    padding-bottom: 90px;
}

.sprylux-about-hero-thumb {
    position: relative;
    padding: 18px;
    background: linear-gradient(145deg, #f4f8fb 0%, #eef5f9 100%);
    border: 1px solid #e4edf4;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(6, 17, 34, 0.06);
}

.sprylux-about-hero-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.sprylux-about-hero-content.infetech-about-content {
    padding-left: 0;
}

.sprylux-about-hero-content .title {
    font-size: 34px;
    line-height: 1.28;
}

.sprylux-about-hero-content p {
    margin-bottom: 20px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

.sprylux-about-hero-content > a.main-btn {
    margin-top: 28px;
}

@media (min-width: 992px) {
    .sprylux-about-hero-row {
        --bs-gutter-x: 2rem;
    }

    .sprylux-about-hero-row > .col-lg-7 {
        padding-left: 16px;
    }

    .sprylux-about-hero-row > .col-lg-5 {
        padding-right: 8px;
    }
}

@media (max-width: 991px) {
    .sprylux-about-believe {
        padding: 56px 0;
    }

    .sprylux-about-believe .section-title h3.title {
        font-size: 26px;
    }

    .sprylux-about-hero-thumb {
        margin-bottom: 32px;
    }

    .sprylux-about-hero-content .title {
        font-size: 28px;
    }
}

/* About page — keep all section content full container width */
.sprylux-about-page .sprylux-story-text,
.sprylux-about-page .sprylux-experience-list,
.sprylux-about-page .sprylux-intro-combined .lead-statement,
.sprylux-about-page .sprylux-intro-combined .sub {
    max-width: none;
    width: 100%;
}

.sprylux-experience-callout {
    margin-top: 36px;
    padding: 32px 36px;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-left: 4px solid var(--sprylux-cyan);
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(6, 17, 34, 0.05);
}

.sprylux-experience-callout-title {
    margin: 0 0 14px;
    color: var(--sprylux-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.sprylux-experience-callout p:last-child {
    margin: 0;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

.sprylux-experience-callout p:only-child {
    margin: 0;
}

.sprylux-story-label {
    margin-top: 36px !important;
    color: var(--sprylux-navy) !important;
    font-size: 15pt !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* About — professional experience cards */
.sprylux-exp-card-grid {
    margin-top: 8px;
}

.sprylux-exp-card-grid > [class*="col-"] {
    margin-top: 24px;
    display: flex;
}

.sprylux-exp-card {
    height: 100%;
    width: 100%;
    padding: 28px 28px 30px;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(6, 17, 34, 0.05);
}

.sprylux-exp-card-title {
    margin: 0 0 14px;
    color: var(--sprylux-navy);
    font-size: 15pt;
    line-height: 1.3;
}

.sprylux-exp-card p {
    margin: 0 0 14px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.7;
}

.sprylux-exp-card p:last-child {
    margin-bottom: 0;
}

.sprylux-exp-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sprylux-exp-card-list li {
    position: relative;
    padding-left: 18px;
    color: #43506b;
    font-size: 15pt;
    line-height: 1.55;
}

.sprylux-exp-card-list li + li {
    margin-top: 10px;
}

.sprylux-exp-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sprylux-cyan);
    transform: translateY(-50%);
}

/* About — founder profile cards */
.sprylux-founder-grid {
    margin-top: 8px;
}

.sprylux-founder-grid > [class*="col-"] {
    margin-top: 30px;
    display: flex;
}

.sprylux-founder-card {
    width: 100%;
    padding: 34px 32px 36px;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(6, 17, 34, 0.05);
}

.sprylux-founder-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eef5f9, #e2f1f7);
    border: 2px solid #d8e6ef;
    color: var(--sprylux-cyan-text);
    font-size: 34px;
}

.sprylux-founder-name {
    margin: 0 0 8px;
    color: var(--sprylux-navy);
    font-size: 24px;
    line-height: 1.3;
}

.sprylux-founder-role {
    margin: 0 0 20px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.5;
}

.sprylux-founder-label {
    margin: 0 0 12px;
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sprylux-founder-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.sprylux-founder-tags span {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 4px;
    background: #f4f8fb;
    border: 1px solid #e0eaf1;
    color: #43506b;
    font-size: 15pt;
    line-height: 1.3;
}

.sprylux-founder-desc {
    margin: 0;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

/* About — industry cards */
.sprylux-industry-grid {
    margin-top: 8px;
}

.sprylux-industry-grid > [class*="col-"] {
    margin-top: 24px;
    display: flex;
}

.sprylux-industry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 132px;
    padding: 24px 18px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(6, 17, 34, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sprylux-industry-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 180, 216, 0.35);
    box-shadow: 0 16px 36px rgba(6, 17, 34, 0.08);
}

.sprylux-industry-card i {
    color: var(--sprylux-cyan);
    font-size: 28px;
    line-height: 1;
}

.sprylux-industry-card span {
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-weight: 600;
    line-height: 1.35;
}

/* About — What Clients Can Expect (full-width photo band) */
.sprylux-about-page .sprylux-clients-expect {
    position: relative;
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    background: url(../images/BlueWaveBackground.png) center/cover no-repeat;
    overflow: hidden;
}

.sprylux-about-page .sprylux-clients-expect::before {
    display: none !important;
}

.sprylux-about-page .sprylux-clients-expect::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 17, 34, 0.93), rgba(6, 17, 34, 0.86));
    z-index: 1;
}

.sprylux-about-page .sprylux-clients-expect > .container {
    position: relative;
    z-index: 2;
}

.sprylux-about-page .sprylux-clients-expect .section-title span {
    color: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-clients-expect .section-title span::before {
    background: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-clients-expect .section-title .title {
    color: #ffffff;
}

.sprylux-about-page .sprylux-clients-expect .company-service-item .content .title {
    color: #ffffff;
}

.sprylux-about-page .sprylux-clients-expect .company-service-item .content p {
    color: rgba(255, 255, 255, 0.8);
}

.sprylux-about-page .sprylux-clients-expect .company-service-item .icon {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(0, 180, 216, 0.45);
    color: var(--sprylux-cyan) !important;
}

/* About — experience offer-category band */
.sprylux-about-page .sprylux-about-experience.infetech-offer-category-area {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background-image: url(../images/testimonial-bg-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sprylux-about-page .sprylux-about-experience::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 17, 34, 0.82), rgba(6, 17, 34, 0.72));
    z-index: 1;
    pointer-events: none;
}

.sprylux-about-page .sprylux-about-experience-shape {
    position: absolute;
    inset: 0;
    background: url(../images/testimonial-bg-shape.png) center/cover no-repeat;
    opacity: 0.45;
    z-index: 2;
    pointer-events: none;
}

.sprylux-about-page .sprylux-about-experience > .container {
    position: relative;
    z-index: 3;
}

.sprylux-about-page .sprylux-about-experience .section-title .title {
    color: #ffffff;
}

.sprylux-about-page .sprylux-about-experience .offer-content p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 0.75em 0;
    font-size: 15pt;
    line-height: 1.65;
}

.sprylux-about-page .sprylux-about-experience .offer-content p:last-child {
    margin-bottom: 0;
}

.sprylux-about-page .sprylux-about-experience .offer-content p strong {
    color: #ffffff;
}

.sprylux-about-page .sprylux-about-experience .section-title span {
    color: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-about-experience .section-title span::before {
    background: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-about-experience-intro {
    margin-bottom: 40px;
}

.sprylux-about-page .sprylux-about-experience-intro .offer-content {
    max-width: none;
    margin-top: 20px;
    padding-top: 4px;
}

.sprylux-about-page .sprylux-about-experience-stats {
    margin-bottom: 40px;
}

.sprylux-about-page .sprylux-about-experience .sprylux-experience-callout--footer {
    margin-top: 0;
    width: 100%;
    padding: 28px 40px;
    text-align: center;
    background: rgba(0, 180, 216, 0.14);
    border: 1px solid rgba(0, 180, 216, 0.45);
    border-left: 5px solid var(--sprylux-cyan);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.sprylux-about-page .sprylux-about-experience .sprylux-experience-callout--footer p {
    margin: 0;
    color: #ffffff;
    font-size: 15pt;
    font-weight: 600;
    line-height: 1.75;
    max-width: none;
}

/* About — experience fun facts (nested in representative experience) */
.sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .title {
    color: #ffffff;
    padding-left: 30px;
}

.sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .title span,
.sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .title sup {
    font-size: 60px;
    color: #ffffff;
}

.sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .content-box span {
    border: 1px solid rgba(0, 180, 216, 0.45);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--sprylux-cyan);
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .content-box span {
        font-size: 15pt;
    }
}

@media (max-width: 767px) {
    .sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .title {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-left: 0;
    }

    .sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item .content-box {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sprylux-about-page .sprylux-about-experience .sprylux-about-experience-stats .fun-facts-item {
        margin-bottom: 40px;
    }
}

/* About — industries clients tabs */
.sprylux-about-page .sprylux-about-industries-tabs.infetech-clients-area {
    padding-top: 115px;
    padding-bottom: 120px;
    background-image: url(../images/client-bg-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sprylux-about-page .sprylux-about-industries-tabs .section-title span {
    color: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-about-industries-tabs .section-title span::before {
    background: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav {
    flex-wrap: nowrap;
    column-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 48px !important;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li {
    flex: 0 0 auto;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button {
    width: 160px;
    height: 168px;
    min-height: 168px;
    padding: 36px 12px 32px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button .tab-icon {
    display: block;
    flex-shrink: 0;
    font-size: 42px;
    line-height: 1;
    height: 42px;
    color: var(--sprylux-cyan);
    margin: 0 auto 10px;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6em;
    font-size: 15pt;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    color: #1d1729;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button.active {
    background: var(--sprylux-navy);
    background-image: url(../images/client-item-line.png);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button.active::before {
    border-top-color: var(--sprylux-navy);
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button.active span {
    color: #ffffff;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button.active .tab-icon {
    color: var(--sprylux-cyan);
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-content-box {
    padding-top: 12px;
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-content-box .title {
    color: var(--sprylux-navy);
}

.sprylux-about-page .sprylux-about-industries-tabs .clients-content-box p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav {
        column-gap: 18px;
    }

    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button {
        width: 140px;
        height: 158px;
        min-height: 158px;
        padding: 30px 8px 26px;
    }

    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button span {
        font-size: 15pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav {
        flex-wrap: wrap;
        gap: 20px 18px;
    }

    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .sprylux-about-page .sprylux-about-industries-tabs.infetech-clients-area {
        padding-top: 72px;
        padding-bottom: 80px;
    }

    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav {
        flex-wrap: wrap;
        gap: 16px 14px;
    }

    .sprylux-about-page .sprylux-about-industries-tabs .clients-tabs-item ul.nav li button {
        width: 140px;
        height: 156px;
        min-height: 156px;
        padding: 24px 10px 20px;
        margin-top: 0 !important;
        margin-bottom: 0;
    }
}

/* About — our approach flow */
.sprylux-approach-flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 12px;
}

.sprylux-approach-step {
    flex: 1 1 0;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(6, 17, 34, 0.04);
    text-align: center;
}

.sprylux-approach-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    color: #fff;
    font-size: 15pt;
    font-weight: 700;
    line-height: 1;
}

.sprylux-approach-title {
    margin: 0 0 10px;
    color: var(--sprylux-navy);
    font-size: 15pt;
    line-height: 1.3;
}

.sprylux-approach-step p {
    margin: 0;
    color: #566072;
    font-size: 15pt;
    line-height: 1.65;
}

.sprylux-approach-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: var(--sprylux-cyan);
    font-size: 22px;
    line-height: 1;
}

.sprylux-exp-tags {
    margin-bottom: 0;
}

.sprylux-quals-block {
    margin-top: 24px;
    padding: 28px 28px 30px;
    height: calc(100% - 24px);
    background: #ffffff;
    border: 1px solid #e4edf4;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(6, 17, 34, 0.04);
}

.sprylux-quals-title {
    margin: 0 0 16px;
    color: var(--sprylux-navy);
    font-size: 15pt;
    line-height: 1.3;
}

.sprylux-quals-tags {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .sprylux-approach-flow {
        flex-direction: row;
        align-items: stretch;
        gap: 0;
    }

    .sprylux-approach-arrow {
        flex: 0 0 auto;
        padding: 0 8px;
        align-self: center;
    }

    .sprylux-approach-step {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .sprylux-experience-list {
        grid-template-columns: 1fr;
    }
}

/* "We can join at any stage" timeline */
.sprylux-stages {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-top: 54px;
}

.sprylux-stages::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 6%;
    right: 6%;
    height: 3px;
    background: linear-gradient(90deg, var(--sprylux-cyan), var(--sprylux-blue));
    z-index: 0;
    border-radius: 3px;
}

.sprylux-stage {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
}

.sprylux-stage .dot {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 4px solid var(--sprylux-cyan);
    box-shadow: 0 5px 16px rgba(0, 119, 182, 0.28);
}

.sprylux-stage p {
    margin: 0;
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-weight: 600;
}

.sprylux-stages-note {
    margin: 46px auto 0;
    max-width: 720px;
    text-align: center;
    color: var(--sprylux-cyan);
    font-size: 15pt;
    font-weight: 600;
}

@media (max-width: 767px) {
    .sprylux-intro-combined {
        padding: 64px 0;
    }

    .sprylux-intro-combined .section-title h3.title {
        font-size: 27px;
    }

    .sprylux-intro-combined .lead-statement {
        font-size: 25px;
    }

    .sprylux-intro-combined .sub {
        font-size: 15pt;
    }

    .sprylux-divider {
        gap: 18px;
        margin: 46px auto 48px;
    }

    .sprylux-divider .node {
        width: 48px;
        height: 48px;
    }

    .sprylux-stages {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 40px;
        width: 100%;
    }

    .sprylux-stages::before {
        top: 8px;
        bottom: 8px;
        left: 50%;
        right: auto;
        width: 3px;
        height: auto;
        transform: translateX(-50%);
    }

    .sprylux-stage {
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: none;
        width: 100%;
        max-width: 220px;
        padding: 10px 0;
    }

    .sprylux-stage .dot {
        margin: 0 auto 10px;
        flex-shrink: 0;
    }
}

/* ==========================================================================
   Services page — showcase split cards (Software, Consulting, Cloud, Data, Web)
   ========================================================================== */
.sprylux-showcase {
    display: flex;
    align-items: center;
    gap: 56px;
}

.sprylux-showcase.reverse {
    flex-direction: row-reverse;
}

.sprylux-showcase-body {
    flex: 1.4;
    padding: 0;
}

.sprylux-showcase-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    box-shadow: 0 14px 30px rgba(0, 119, 182, 0.32);
    margin-bottom: 28px;
}

.sprylux-showcase-icon i {
    font-size: 30px;
    color: #ffffff;
}

.sprylux-showcase-body .section-title {
    margin-bottom: 0;
}

.sprylux-showcase-body p {
    margin-top: 16px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.7;
}

.sprylux-showcase-aside {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 36px;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.05) 1px, transparent 1.6px) 0 0 / 24px 24px,
        linear-gradient(150deg, var(--sprylux-navy) 0%, var(--sprylux-navy-light) 100%);
}

/* floating glow orbs for depth */
.sprylux-showcase-aside::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.4), rgba(0, 180, 216, 0) 70%);
    pointer-events: none;
    animation: sprylux-orb-float 9s ease-in-out infinite;
}

.sprylux-showcase-aside::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -70px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 119, 182, 0.3), rgba(0, 119, 182, 0) 70%);
    pointer-events: none;
    animation: sprylux-orb-float 11s ease-in-out infinite reverse;
}

.sprylux-showcase.reverse .sprylux-showcase-aside::before {
    right: auto;
    left: -80px;
}

.sprylux-showcase.reverse .sprylux-showcase-aside::after {
    left: auto;
    right: -70px;
}

@keyframes sprylux-orb-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-18px, 16px); }
}

.sprylux-showcase-aside .aside-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 15pt;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sprylux-cyan);
}

.sprylux-showcase-aside .aside-label::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: var(--sprylux-cyan);
}

.sprylux-showcase-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sprylux-showcase-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 15px;
    margin-bottom: 10px;
    color: #e6eef5;
    font-size: 15pt;
    line-height: 1.45;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 11px;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.sprylux-showcase-list li:last-child {
    margin-bottom: 0;
}

.sprylux-showcase-list li:hover {
    transform: translateX(5px);
    background: rgba(0, 180, 216, 0.1);
    border-color: rgba(0, 180, 216, 0.4);
}

.sprylux-showcase-list .chk {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    box-shadow: 0 6px 16px rgba(0, 119, 182, 0.4);
}

.sprylux-showcase-list .chk i {
    font-size: 15pt;
    color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .sprylux-showcase-aside::before,
    .sprylux-showcase-aside::after {
        animation: none;
    }
}

@media (max-width: 991px) {
    .sprylux-showcase,
    .sprylux-showcase.reverse {
        flex-direction: column;
        gap: 28px;
    }

    .sprylux-showcase-aside {
        padding: 32px 28px;
    }
}

/* ==========================================================================
   Services page — pinned stacking panels with persistent headers
   (each panel collapses to a title bar that piles up beneath the nav)
   ========================================================================== */
.sprylux-stack-area {
    --sh-nav: 120px;   /* height of the fixed site nav */
    --sh-h: 66px;      /* height of each collapsed header bar */
    position: relative;
    background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .sprylux-stack-area {
        --sh-nav: 112px;
    }
}

.sprylux-stack-intro {
    padding: 80px 0 50px;
}

.sprylux-stack {
    position: relative;
}

.sprylux-stack-panel {
    position: sticky;
    background: #ffffff;
}

/* stagger each panel's pin point so previous headers stay visible */
.sprylux-stack-panel:nth-child(1) { top: var(--sh-nav); }
.sprylux-stack-panel:nth-child(2) { top: calc(var(--sh-nav) + var(--sh-h)); }
.sprylux-stack-panel:nth-child(3) { top: calc(var(--sh-nav) + (var(--sh-h) * 2)); }
.sprylux-stack-panel:nth-child(4) { top: calc(var(--sh-nav) + (var(--sh-h) * 3)); }
.sprylux-stack-panel:nth-child(5) { top: calc(var(--sh-nav) + (var(--sh-h) * 4)); }
.sprylux-stack-panel:nth-child(6) { top: calc(var(--sh-nav) + (var(--sh-h) * 5)); }

/* trailing scroll room so the final panel can actually pin beneath #05,
   hold for a beat, then let the whole stack scroll up and release */
.sprylux-stack-spacer {
    height: 45vh;
}

/* persistent collapsed header bar */
.sprylux-stack-head {
    height: var(--sh-h);
    display: flex;
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e6eef4;
    border-bottom: 1px solid #e6eef4;
}

.sprylux-stack-head .container {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 100%;
}

.sprylux-stack-head .num {
    color: var(--sprylux-cyan-text);
    font-weight: 700;
    font-size: 15pt;
    letter-spacing: 0.08em;
}

.sprylux-stack-head .ttl {
    flex: 1;
    margin: 0;
    color: var(--sprylux-navy);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.sprylux-stack-head .hicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    box-shadow: 0 8px 18px rgba(0, 119, 182, 0.3);
}

.sprylux-stack-head .hicon i {
    color: #fff;
    font-size: 15pt;
}

/* expanded body: height follows its content — each panel is only as tall as needed. */
.sprylux-stack-body {
    display: flex;
    align-items: center;
    padding: 16px 0 40px;
    background: #ffffff;
}

.sprylux-stack-body .container {
    width: 100%;
}

/* full description paragraph for each panel */
.sprylux-stack-desc {
    margin: 0;
    color: #566072;
    font-size: 15pt;
    line-height: 1.8;
}

/* the showcase title now lives in the card body (name moved to the header bar) */
.sprylux-stack-body .sprylux-showcase .section-title {
    margin-bottom: 0;
}

.sprylux-stack-body .sprylux-showcase .section-title h3.title {
    margin: 0;
    color: var(--sprylux-navy);
    font-size: 25px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .sprylux-stack-panel {
        position: static;
    }

    .sprylux-stack-head {
        height: auto;
        padding: 22px 0;
    }

    .sprylux-stack-body {
        min-height: 0;
        display: block;
        padding: 0 0 44px;
    }

    .sprylux-stack-spacer {
        height: 0;
    }
}

/* ==========================================================================
   Products & Portfolio page
   ========================================================================== */

.sprylux-portfolio-section-title {
    margin: 0;
    color: var(--sprylux-navy);
    font-size: 28px;
}

.sprylux-portfolio-item {
    height: 100%;
}

.sprylux-portfolio-thumb.single-project-item {
    margin-bottom: 24px;
    height: 280px;
}

.sprylux-portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199px) {
    .sprylux-portfolio-thumb.single-project-item {
        height: auto;
        min-height: 0;
    }

    .sprylux-portfolio-thumb img {
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
        display: block;
    }
}

@media (min-width: 1200px) {
    .sprylux-portfolio-thumb.single-project-item {
        height: 340px;
    }
}

@media (min-width: 1400px) {
    .sprylux-portfolio-thumb.single-project-item {
        height: 400px;
    }
}

.sprylux-portfolio-thumb .single-project-overlay {
    display: none;
}

.sprylux-portfolio-title {
    margin: 0 0 12px;
    color: var(--sprylux-navy);
    font-size: 24px;
    line-height: 1.3;
}

.sprylux-portfolio-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.sprylux-portfolio-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    font-size: 15pt;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
}

.sprylux-portfolio-badge--type {
    color: #fff;
    background: var(--sprylux-navy);
}

.sprylux-portfolio-badge--tech {
    color: #43506b;
    background: #eef2f7;
    font-weight: 600;
    white-space: normal;
    text-align: center;
}

a.sprylux-portfolio-badge--link {
    color: #fff;
    background: linear-gradient(135deg, var(--sprylux-cyan), var(--sprylux-blue));
    text-decoration: none;
    transition: opacity 0.2s ease;
}

a.sprylux-portfolio-badge--link:hover,
a.sprylux-portfolio-badge--link:focus {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

.sprylux-portfolio-desc {
    margin: 0 0 20px;
    color: #566072;
    font-size: 15pt;
    line-height: 1.75;
}

.sprylux-portfolio-list-label {
    margin: 0 0 14px;
    color: var(--sprylux-navy);
    font-size: 15pt;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sprylux-portfolio-highlights {
    margin: 0;
    padding: 14px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    background: #f4f8fb;
    border: 1px solid #e3eaf2;
    border-radius: 6px;
}

.sprylux-portfolio-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 10px;
    color: #43506b;
    font-size: 15pt;
    line-height: 1.35;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 4px;
}

.sprylux-portfolio-highlights li i {
    position: static;
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 15pt;
    color: var(--sprylux-cyan);
}

.sprylux-portfolio-closing {
    padding: 72px 0 90px;
    background: #f4f8fb;
    text-align: center;
}

.sprylux-portfolio-closing p {
    margin: 0 auto;
    max-width: 920px;
    color: var(--sprylux-navy);
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
}

@media (max-width: 991px) {
    .sprylux-portfolio-highlights {
        grid-template-columns: 1fr;
    }

    .sprylux-portfolio-closing {
        padding: 56px 0 72px;
    }

    .sprylux-portfolio-closing p {
        font-size: 15pt;
    }
}

/* ===== Spry Lux 15pt floor — template & Bootstrap text ===== */
h5,
h6 {
    font-size: 15pt;
}

.section-title span,
.breadcrumb-item,
.infetech-footer-area p,
.infetech-footer-area a,
.infetech-footer-area li,
.single-service-3-item p,
.infetech-about-content p,
.infetech-about-content li,
.contact-form-page-box p,
.contact-form-page-box label,
.form-control,
.form-select,
textarea,
.btn,
.go-top-btn,
small,
.small {
    font-size: 15pt;
}

/* ===== Contact form — Web3Forms ===== */
.sprylux-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.sprylux-form-status {
    margin: 16px 0 20px;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15pt;
    line-height: 1.5;
}

.sprylux-form-status--success {
    color: #0d4a3a;
    background: #e8f7f2;
    border: 1px solid #9fd9c8;
}

.sprylux-form-status--error {
    color: #6b1a1a;
    background: #fdf0f0;
    border: 1px solid #e8b4b4;
}

.contact-form-page-box button.main-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
