* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
    }

body {
    font-family: "Rubik", sans-serif;
    color: #505489;
    font-size: 20px
    }

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #1f2471;
    line-height: 0.9
    }

h1 {
    font-size: 120px
    }

h2 {
    font-size: 70px;
    font-weight: 500
    }

h3 {
    font-size: 45px;
    font-weight: 400
    }

h4 {
    font-size: 30px;
    font-weight: 400
    }

h5 {
    font-size: 25px;
    font-weight: 600
    }

i {
    font-size: 16px;
    color: #999;
    transition: 0.4s
    }

.font-btn {
    transition: 0.4s
    }

.font-btn span {
    font-weight: 500;
    color: #fb383b;
    font-size: 20px;
    position: relative;
    top: -16px
    }

.font-btn .fal {
    background: #fb383b;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-top: 16px;
    font-size: 16px;
    margin-right: 5px
    }

.font-btn .fal:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: -100%;
    transition: 0.4s
    }

.font-btn .fal:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    left: 43%;
    transition: 0.4s
    }

.font-btn:hover .fal:before {
    left: 43%
    }

.font-btn:hover .fal:after {
    left: 157%
    }

.layer-btn {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 20px 45px 15px 45px;
    transition: 0.4s;
    z-index: 1
    }

.layer-btn:hover {
    color: #fff
    }

.layer-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.9%;
    background: #fb383b;
    z-index: -2
    }

.layer-btn::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background: #222429;
    opacity: 0.5;
    border: 1px solid #222429;
    width: 105%;
    height: 185%;
    transform: translatex(90%) rotate(25deg);
    transition: 0.4s
    }

.layer-btn:hover:before {
    transform: translatex(0%);
    z-index: -1;
    opacity: 1
    }

::-webkit-input-placeholder {
    font-size: 15px !important;
    color: #666 !important
    }

.btn:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25)
    }

/* Nav link focus states for accessibility */

#navigration .nav-link:focus-visible {
    outline: 2px solid var(--fv-red, #fb383b);
    outline-offset: 2px;
    color: var(--fv-red, #fb383b)
    }

#navigration .dropdown-toggle:focus-visible {
    outline: 2px solid var(--fv-red, #fb383b);
    outline-offset: 2px
    }

#navigration .dropdown-toggle::after {
    display: none !important
    }

#navigration .logo {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-decoration: none
    }

#navigration .header {
    position: relative
    }

#navigration .header #showsidenav {
    position: absolute;
    top: 15px;
    right: 15px
    }

#navigration .header #showsidenav img {
    width: 15px
    }

#navigration .nav-item {
    list-style: none;
    display: inline-block
    }

#navigration .nav-item .nav-link {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    padding: 35px 15px;
    transition: 0.4s
    }

#navigration .nav-item .nav-link .fa-angle-down {
    color: #fff;
    margin-left: 2px;
    font-size: 13px;
    font-weight: 500
    }

#navigration .nav-item:hover .nav-link {
    color: #fb383b
    }

#navigration .nav-item:hover .fa-angle-down {
    color: #fb383b
    }

#navigration .dropdown {
    cursor: pointer
    }

#navigration .dropdown .dropdown-menus {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    position: absolute;
    margin-top: 0;
    padding: 5px 0;
    min-width: 220px;
    border: none;
    border-radius: 8px;
    transition: 0.4s
    }

#navigration .dropdown .dropdown-menus .dropdown-item {
    padding: 8px 25px;
    color: #222429;
    font-weight: 500;
    background: none;
    position: relative;
    transition: 0.4s
    }

#navigration .dropdown .dropdown-menus .dropdown-item span {
    transition: 0.4s;
    font-size: 20px
    }



#navigration .dropdown .dropdown-menus .dropdown-item:hover {
    background: #f5f5f5
    }



#navigration .collapse:not(.show) {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    z-index: -1
    }

#navigration .dropdown:hover > .dropdown-menus {
    opacity: 1;
    visibility: visible;
    z-index: 1
    }

#navigration .dropdown-2 {
    position: relative
    }

#navigration .dropdown-2 .dropdown-menus-2 {
    position: absolute;
    top: 0;
    min-width: 220px;
    right: -220px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0;
    transition: 0.2s;
    display: block
    }

#navigration .dropdown-2:hover > .dropdown-menus-2 {
    opacity: 1;
    visibility: visible;
    z-index: 1
    }

#navigration .dropdown-2:hover > .dropdown-item {
    background: #f5f5f5
    }

#navigration .dropdown-2:hover > .dropdown-item .fal {
    color: #fb383b
    }

#navigration .dropdown-2:hover > .dropdown-item span {
    margin-left: 15px;
    color: #fb383b
    }

#navigration .dropdown-2:hover > .dropdown-item:before {
    width: 10px
    }

#navigration #hamburger {
    cursor: pointer;
    position: relative
    }

#navigration #hamburger img {
    transition: 0.4s
    }

#navigration #hamburger .img02 {
    position: absolute;
    right: 0;
    opacity: 0
    }

#navigration #hamburger:hover .img02 {
    opacity: 1
    }

#navigration .get-quote {
    padding: 0 20px;
    margin-top: 10px
    }

.fixed-top {
    z-index: 5;
    transition: 0.4s
    }

.portfolio-preview {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    max-width: 768px;
    margin: 15px auto;
    position: relative
    }

.portfolio-preview .description h4 {
    font-size: 45px;
    margin-bottom: 15px;
    color: #222429
    }

.portfolio-preview .description p {
    color: #666;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    margin-bottom: 30px
    }

.portfolio-preview .description ul {
    margin-bottom: 0
    }

.portfolio-preview .description ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #222429
    }

.portfolio-preview .description ul li i {
    color: #fb383b;
    width: 24px
    }

.portfolio-preview .description ul li span {
    color: #666;
    margin-left: 15px
    }

.portfolio-preview .description ul li a {
    margin-left: 15px;
    color: #fb383b
    }

.specialFeature2 {
    margin-bottom: 0 !important
    }

.specialFeature2 .container {
    max-width: 100%
    }

#contactArea .contact-box {
    background: #fb383b;
    border-radius: 10px;
    padding: 80px;
    position: relative;
    transform: translatey(80px);
    z-index: 1
    }

#contactArea .row {
    align-items: center
    }

#contactArea .layer-btn {
    color: #fff
    }

#contactArea .layer-btn:hover {
    color: #222429
    }

#contactArea .layer-btn::after {
    background: #222429
    }

#contactArea .layer-btn::before {
    background: #fff;
    border: 1px solid #fff
    }

#footerSection {
    background: #fff;
    position: relative;
    padding-top: 100px;
    padding-bottom: 40px
    }

#footerSection .logo {
    font-size: 24px;
    font-weight: 700;
    color: #1d1e22;
    text-decoration: none;
    font-family: "Rubik", sans-serif
    }

#footerSection .about {
    color: #6f7075;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.7;
    max-width: 320px
    }

#footerSection .social-links a {
    display: inline-block;
    color: #6f7075;
    font-size: 18px;
    margin-right: 18px;
    transition: color 0.3s ease
    }

#footerSection .social-links a:hover {
    color: #1d1e22
    }

#footerSection .footer-box .title {
    color: #1d1e22;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "Rubik", sans-serif
    }

#footerSection .footer-box a {
    display: block;
    color: #6f7075;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    text-decoration: none;
    transition: color 0.3s ease
    }

#footerSection .footer-box a:hover {
    color: #1d1e22
    }

#footerSection .footer-bottom {
    border-top: 1px solid #e5e5e3;
    margin-top: 60px !important
    }

#footerSection .footer-bottom p {
    color: #6f7075;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0
    }

#footerSection .footer-bottom a {
    color: #6f7075;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease
    }

#footerSection .footer-bottom a:hover {
    color: #1d1e22
    }

#footerSection .copy-right span {
    color: #9ca3a9;
    font-family: "Rubik", sans-serif;
    font-size: 16px
    }

#footerSection:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: url(../img/footer.webp);
    background-repeat: no-repeat;
    background-position: center
    }

#pageHeader {
    background: url(../img/home-bg.webp);
    background-size: cover;
    background-position: center top;
    margin-bottom: 100px
    }

#pageHeader .overlay {
    background: rgba(34, 34, 34, 0.8);
    padding: 180px 0 80px 0
    }

.scroll-up {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 40px;
    bottom: 40px;
    transition: 0.4s;
    text-align: center;
    z-index: 1
    }

.scroll-up .fal {
    background: #fb383b;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding-right: 13px;
    font-size: 16px
    }

.scroll-up .fal:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 100%;
    transition: 0.4s
    }

.scroll-up .fal:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 36%;
    transition: 0.4s
    }

.scroll-up:hover .fal:before {
    top: 36%
    }

.scroll-up:hover .fal:after {
    top: -157%
    }

@media (max-width: 991px) {
    #navigration {
        padding: 10px !important
        }
    #navigration .sidenav {
        position: absolute;
        background: #222429;
        top: 0;
        left: -305px;
        width: 280px;
        height: 100vh;
        transition: 0.4s;
        overflow-y: auto
        }
    #navigration .sidenav .logo {
        display: block;
        text-align: center;
        padding: 10px;
        padding-top: 40px
        }
    #navigration .sidenav::-webkit-scrollbar {
        width: 0;
        height: 10px
        }
    #navigration .sidenav::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 3px
        }
    #navigration .sidenav::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        border-radius: 5px
        }
    #navigration .nav-item {
        display: inline
        }
    #navigration .nav-item .nav-link {
        padding: 15px;
        color: #9ca3a9
        }
    #navigration .nav-item .nav-link .fal {
        float: right;
        background: #fb383b;
        position: relative;
        top: -3px;
        color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 5px;
        text-align: center;
        font-weight: 500;
        padding-top: 6px
        }
    #navigration .nav-item .dropdown-menus {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none
        }
    #navigration .nav-item .dropdown-menus .dropdown-item {
        padding: 10px 15px 5px 30px;
        color: #9ca3a9
        }
    #navigration .nav-item .dropdown-menus .dropdown-item .fal {
        float: right;
        background: #fb383b;
        position: relative;
        top: 0;
        color: #fff;
        height: 25px;
        width: 25px;
        border-radius: 5px;
        text-align: center;
        font-weight: 500;
        padding-top: 6px;
        transform: rotate(90deg)
        }
    #navigration .nav-item .dropdown-menus .dropdown-item:hover {
        background: none
        }
    #navigration .nav-item .dropdown-item:last-child {
        margin-bottom: 1px
        }
    #navigration .nav-item .dropdown-2 {
        margin-bottom: 1px
        }
    #navigration .nav-item .dropdown-menus-2 {
        position: relative;
        background: none;
        padding: 0;
        box-shadow: none;
        right: 0
        }
    #navigration .nav-item .dropdown-menus-2 .dropdown-item {
        padding: 10px 15px 5px 45px
        }
    #navigration .nav-item:first-child .nav-link {
        border-top: none
        }
    #navigration .dropdown-item:hover:before {
        width: 0 !important
        }
    #navigration .dropdown-item:hover span {
        margin-left: 0 !important
        }
    #navigration .sidenav.active-nav {
        left: 0
        }
    #navigration .collapse:not(.show) {
        display: none
        }
    #featureSection .col-lg-7 {
        margin-bottom: 200px
        }
    #portfolioSection .sec-header, #portfolioSection .indicator {
        text-align: center
        }
    #workSection .box-2 {
        border-right: none !important
        }
    #contactArea .contact-box {
        text-align: center;
        padding: 50px
        }
    }

@media (max-width: 768px) {
    #homeSection .txt-area h1 {
        font-size: 70px
        }
    #workSection .work-box {
        border-right: none !important
        }
    }

@media (max-width: 552px) {
    h2 {
        font-size: 50px !important
        }
    #homeSection .txt-area h1 {
        font-size: 60px
        }
    #featureSection .col-lg-7 {
        margin-bottom: 200px
        }
    #featureSection .col-lg-7 .img-box .img01 {
        width: 90%;
        margin-right: 0
        }
    #featureSection .col-lg-7 .img-box .img02 {
        width: 90%
        }
    }

/* --- PREMIUM NAVIGATION STYLES --- */

#navigration {
    transition: all 0.4s ease;
    border-bottom: 1px solid transparent;
    padding: 15px 0 !important
    }

#navigration.nav-scrolled {
    background: rgba(29, 30, 34, 0.75) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 10px 0 !important
    }

#navigration .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px !important;
    transition: all 0.25s ease
    }

#navigration .nav-item:hover .nav-link {
    color: #fb383b !important
    }

#navigration .dropdown .dropdown-menus {
    background: #fff !important;
    border-radius: 8px !important;
    border: 1px solid #e5e5e3 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    padding: 10px 0 !important
    }

#navigration .dropdown .dropdown-menus .dropdown-item {
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #222429 !important;
    transition: all 0.2s ease !important
    }

#navigration .dropdown .dropdown-menus .dropdown-item:hover {
    background: #f8f8f6 !important
    }



#navigration .premium-nav-btn {
    background: #fb383b;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    padding: 12px 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 56, 59, 0.3)
    }

#navigration .premium-nav-btn:hover {
    background: #fff;
    color: #1d1e22;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    transform: translatey(-2px);
    text-decoration: none
    }

@media (max-width: 991px) {
    .presentation-card, .presentation-card.centered-card {
        width: 100%
        }
    }

@media (min-width: 768px) {
    .niches-grid {
        grid-template-columns: repeat(2, 1fr)
        }
    }

@media (min-width: 992px) {
    .niches-grid {
        grid-template-columns: repeat(4, 1fr)
        }
    }

/* --- LOGO MARQUEE --- */

.fv-logo-marquee {
    background-color: #fff;
    padding: 15px 0
    }

.marquee-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent)
    }

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-marquee 40s linear infinite
    }

.marquee-track:hover {
    animation-duration: 80s
    }

.marquee-content {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-right: 80px
    }

.marquee-content img {
    height: 28px;
    object-fit: contain;
    filter: opacity(70%);
    transition: filter 0.3s ease;
    pointer-events: none;
    user-select: none
    }

.marquee-content img:hover {
    filter: opacity(100%)
    }

@keyframes scroll-marquee {
    from {
        transform: translateX(0);
        } to {
        transform: translateX(-50%);
        }
    }

/* Vercel-style Tab Nav Indicators */

.nav-hover-pill {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    list-style: none
    }

.nav-scrolled .nav-hover-pill {
    background: rgba(255, 255, 255, 0.15)
    }

.nav-active-line {
    position: absolute;
    height: 2px;
    background: #fb383b;
    bottom: 0;
    transition: all 0.3s ease-out;
    pointer-events: none;
    z-index: 1;
    list-style: none
    }

#navigration .nav-item {
    position: relative;
    z-index: 1
    }

@media (max-width: 991px) {
    .nav-hover-pill, .nav-active-line {
        display: none !important
        }
    }

/* --- PREMIUM HERO SECTION --- */

.outline-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease
    }

.outline-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fff;
    color: #fff;
    text-decoration: none
    }

.hero-dashboard-mockup {
    position: relative;
    margin-top: 60px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 100px rgba(251, 56, 59, 0.15);
    background: #111;
    padding: 10px;
    transform: perspective(1000px) rotatex(2deg);
    transition: transform 0.5s ease
    }

.hero-dashboard-mockup:hover {
    transform: perspective(1000px) rotatex(0deg) translatey(-10px)
    }

.hero-dashboard-mockup img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05)
    }

.hero-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(251, 56, 59, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none
    }

/* --- PREMIUM DARK CARDS --- */

.fv-service-card {
    background: #1d1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important
    }

.fv-service-card h3 {
    color: #fff !important
    }

.fv-service-card p {
    color: #9ca3a9 !important
    }

.fv-service-card:hover {
    border-color: rgba(251, 56, 59, 0.4) !important;
    background: #222429 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
    transform: translatey(-8px) !important
    }

.fv-service-card:before {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
    }

/* --- MINIMAL SPLIT SECTION --- */

.fv-split-section {
    background: #15161a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

.fv-split-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
    }

.fv-split-content {
    padding: 120px 12%;
    width: 100%
    }

.fv-split-item {
    margin-bottom: 40px;
    position: relative
    }

.fv-split-item:last-child {
    margin-bottom: 0
    }

.fv-split-item h4 {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.5px
    }

.fv-split-item p {
    color: #9ca3a9;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 500px
    }

#navigration .premium-nav-btn:hover {
    background: #fff;
    color: #1d1e22;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    transform: translatey(-2px);
    text-decoration: none
    }

/* --- PREMIUM HERO SECTION --- */

.outline-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.3s ease
    }

.outline-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fff;
    color: #fff;
    text-decoration: none
    }

.hero-dashboard-mockup {
    position: relative;
    margin-top: 60px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 100px rgba(251, 56, 59, 0.15);
    background: #111;
    padding: 10px;
    transform: perspective(1000px) rotatex(2deg);
    transition: transform 0.5s ease
    }

.hero-dashboard-mockup:hover {
    transform: perspective(1000px) rotatex(0deg) translatey(-10px)
    }

.hero-dashboard-mockup img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05)
    }

.hero-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(251, 56, 59, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none
    }

/* --- PREMIUM DARK CARDS --- */

.fv-service-card {
    background: #1d1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important
    }

.fv-service-card h3 {
    color: #fff !important
    }

.fv-service-card p {
    color: #9ca3a9 !important
    }

.fv-service-card:hover {
    border-color: rgba(251, 56, 59, 0.4) !important;
    background: #222429 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
    transform: translatey(-8px) !important
    }

.fv-service-card:before {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
    }

/* --- MINIMAL SPLIT SECTION --- */

.fv-split-section {
    background: #15161a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
    }

.fv-split-image {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
    }

.fv-split-content {
    padding: 120px 12%;
    width: 100%
    }

.fv-split-item {
    margin-bottom: 40px;
    position: relative
    }

.fv-split-item:last-child {
    margin-bottom: 0
    }

.fv-split-item h4 {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 0.5px
    }

.fv-split-item p {
    color: #9ca3a9;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    max-width: 500px
    }

/* --- SERVICES CAROUSEL --- */

.fv-services-presentation {
    background-color: #fafafa;
    overflow: hidden
    }

.services-carousel .owl-stage-outer {
    padding-bottom: 20px;
    padding-top: 10px
    }

.service-slide-card {
    position: relative;
    height: 450px;
    border-radius: 24px;
    overflow: hidden;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #222429
    }

.service-slide-card:hover {
    transform: translatey(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
    }

.card-grad-1 {
    background: linear-gradient(135deg, #1d1e22 0%, #292b33 100%)
    }

.card-grad-2 {
    background: linear-gradient(135deg, #252830 0%, #1d1e22 100%)
    }

.card-grad-3 {
    background: linear-gradient(135deg, #1f2229 0%, #252830 100%)
    }

.card-grad-4 {
    background: linear-gradient(135deg, #2b2223 0%, #1d1e22 100%)
    }

.card-grad-5 {
    background: linear-gradient(135deg, #1d1e22 0%, #2d2627 100%)
    }

.card-grad-6 {
    background: linear-gradient(135deg, #22252b 0%, #1d1e22 100%)
    }

.card-watermark {
    position: absolute;
    bottom: 0;
    right: -20px;
    font-size: 260px;
    color: #fff;
    opacity: 0.02;
    transform: rotate(-15deg);
    transition: all 0.5s ease;
    z-index: 0;
    pointer-events: none
    }

.service-slide-card:hover .card-watermark {
    opacity: 0.04;
    transform: rotate(-5deg) scale(1.05)
    }

.service-slide-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(34, 36, 41, 0.9) 0%, transparent 60%);
    z-index: 1
    }

.service-slide-card .card-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    height: 100%
    }

.service-number {
    font-family: monospace;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px
    }

/* --- FEATURE GRID SECTION --- */

.fv-why-grid {
    position: relative;
    overflow: hidden;
    background-color: #fff
    }

.dot-pattern-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#d1d5db 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
    z-index: 0
    }

.fv-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background-color: #111827;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    border: 1px solid transparent;
    transition: background-color 0.3s ease
    }

.fv-badge:hover {
    background-color: #374151
    }

/* --- HOW WE WORK (DARK) --- */

.fv-process-dark {
    background: linear-gradient(135deg, #111827 0%, #1d1e22 100%);
    position: relative;
    overflow: hidden
    }

.fv-process-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0
    }

.fv-process-dark .container {
    position: relative;
    z-index: 1
    }

.process-number {
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fb383b;
    margin-right: 20px;
    line-height: 1.2
    }

.process-content h3 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.5px
    }

.process-content p {
    color: #9ca3a9;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0
    }

/* --- MODERN CTA SECTION --- */

.cta-inner-card {
    background-color: #f8f9fa;
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 0 auto
    }

.fv-badge-dark {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background-color: #111827;
    color: #fff;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Rubik", sans-serif
    }

.cta-heading {
    color: #111827;
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px
    }

.cta-paragraph {
    color: #6b7280;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 40px
    }

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
    }

.cta-btn-outline {
    border: 1px solid #d1d5db;
    color: #111827;
    background: transparent;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s
    }

.cta-btn-outline:hover {
    background: #e5e7eb;
    color: #111827
    }

.cta-btn-solid {
    background-color: #111827;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    display: inline-flex;
    align-items: center;
    border: 1px solid #111827;
    transition: all 0.2s
    }

.cta-btn-solid:hover {
    background-color: #374151;
    color: #fff;
    border-color: #374151
    }

@media (max-width: 768px) {
    .cta-heading {
        font-size: 36px
        }
    .cta-inner-card {
        padding: 40px 20px
        }
    }

@media (max-width: 767px) {
    .fv-bento-grid {
        grid-template-columns: 1fr
        }
    .fv-split-image {
        min-height: 400px
        }
    }

/* --- HOMEPAGE UI POLISH --- */

/* Who We Help Cards */

.fv-why {
    background: #f7f8f9 !important
    }

.fv-why-card {
    background: #fff !important;
    padding: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden
    }

.fv-why-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease
    }

.fv-why-card:hover {
    transform: translatey(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(251, 56, 59, 0.2) !important
    }

.fv-why-card:hover:before {
    background: #fb383b
    }

/* Industries Cards */

.fv-industry {
    background: #1a1b1f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important
    }

.fv-industry:hover {
    border-color: rgba(251, 56, 59, 0.4) !important;
    background: #1d1e22 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(251, 56, 59, 0.1) !important;
    transform: translatey(-8px) !important
    }

/* Process Section */

.fv-process {
    background: #fff !important
    }

.fv-step {
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01) !important
    }

.fv-step:hover {
    border-color: rgba(251, 56, 59, 0.2) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06) !important
    }

/* FAQ Section */

.fv-faq {
    background: #f7f8f9 !important
    }

.fv-faq-item {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important
    }

.fv-faq-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important
    }


/* --- DUAL ELEMENT BUTTON (REACT-INSPIRED) --- */

.fv-dual-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important
    }

.fv-dual-btn:hover {
    text-decoration: none
    }

.fv-btn-pill {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #fb383b;
    color: #fff;
    padding: 12px 28px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out
    }

.fv-btn-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fb383b;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out
    }

.fv-dual-btn:hover .fv-btn-pill, .fv-dual-btn:hover .fv-btn-circle {
    background-color: #fff;
    color: #fb383b
    }

.fv-btn-circle i {
    position: absolute;
    font-size: 16px;
    transition: all 0.5s ease-in-out
    }

/* The main arrow sitting in center */

.fv-btn-circle i.arrow-main {
    transform: translate(0, 0) rotate(-45deg)
    }

/* The secondary arrow sitting bottom-left */

.fv-btn-circle i.arrow-hover {
    transform: translate(-35px, 35px) rotate(-45deg)
    }

/* On hover, main arrow goes top-right, secondary goes center */

.fv-dual-btn:hover i.arrow-main {
    transform: translate(35px, -35px) rotate(-45deg)
    }

.fv-dual-btn:hover i.arrow-hover {
    transform: translate(0, 0) rotate(-45deg)
    }

/* Standalone Nav Circle Arrow */

.fv-nav-circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fb383b;
    color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out
    }

.fv-nav-circle:hover {
    background-color: #fff;
    color: #fb383b
    }

.fv-nav-circle i {
    position: absolute;
    font-size: 14px;
    transition: all 0.5s ease-in-out
    }

.fv-nav-circle i.arrow-main {
    transform: translate(0, 0) rotate(-45deg)
    }

.fv-nav-circle i.arrow-hover {
    transform: translate(-30px, 30px) rotate(-45deg)
    }

.fv-nav-circle:hover i.arrow-main {
    transform: translate(30px, -30px) rotate(-45deg)
    }

.fv-nav-circle:hover i.arrow-hover {
    transform: translate(0, 0) rotate(-45deg)
    }

/* --- PREMIUM SERVICE HUB & DETAIL PAGES --- */

.fv-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
    }

@media (max-width: 991px) {
    .fv-premium-grid {
        grid-template-columns: 1fr
        }
    }

/* PREVENT FOUC (Flash of Unstyled Content) FOR WOW.JS */
.wow {
    visibility: hidden;
}

/* GLOBAL PAGE FADE-IN TRANSITION */
body {
    animation: fadeInPage 0.5s ease-out forwards;
    opacity: 0; /* Fallback before animation starts */
}

@keyframes fadeInPage {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
