/* Fonts are now loaded via wp_enqueue_style with preconnect in inc/enqueue.php */

body {
    font-family: "Space Grotesk", Sans-serif;
    color: #444;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", Sans-serif
}

:root {
    --primary-blue: #006aac;
    --dark-blue: #006aac;
    --accent-green: #8cc63f;
    --text-dark: #333;
    --text-light: #fff;
    --bg-light: #f8f9fa
}

.text-primary {
    color: var(--primary-blue)
}

.text-custom-green {
    color: var(--accent-green)
}

.bg-custom-green {
    background-color: var(--accent-green)
}

.bg-light-blue {
    background-color: #f8fbff
}

.top-bar {
    background-color: #005a96;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    border-bottom: 1px solid rgb(255 255 255 / .1);
    padding: 10px 0
}

.top-bar-left i {
    color: var(--accent-green);
    font-size: 14px
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center
}

.top-bar-right a {
    margin-left: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.top-bar-right a:hover {
    color: var(--accent-green)
}

.top-bar-right i {
    color: var(--accent-green);
    margin-right: 6px;
    font-size: 15px;
    transition: transform 0.3s ease
}

.top-bar-right a:hover i {
    transform: scale(1.2)
}

.mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 40px rgb(0 0 0 / .1);
    padding: 40px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s cubic-bezier(.165, .84, .44, 1);
    z-index: 1000;
    border-top: 1px solid #eee
}

.site-header:has(.has-mega-menu:hover) .mega-menu-wrapper,
.mega-menu-wrapper:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-column {
    padding: 0 15px
}

.mega-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px
}

.mega-title i {
    color: var(--accent-green);
    margin-right: 10px
}

.mega-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-links li {
    margin-bottom: 12px
}

.mega-links a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    transition: all 0.2s
}

.mega-links a:hover {
    color: var(--primary-blue);
    transform: translateX(8px)
}

.case-img-wrapper {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    aspect-ratio: 16/9
}

.case-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.mega-case-study:hover img {
    transform: scale(1.1)
}

.mega-case-study .btn-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-blue);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px
}

.mega-case-study .btn-text:hover {
    color: var(--accent-green)
}

.mega-case-study .btn-text i {
    transition: transform 0.3s ease
}

.mega-case-study .btn-text:hover i {
    transform: translateX(5px)
}

.nav-link i {
    transition: transform 0.3s ease !important;
    display: inline-block !important
}

.nav-link:hover i {
    transform: rotate(180deg)
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 9;
    position: relative;
    min-height: 90px
}

.site-header .container {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo-box {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    transform: skew(-15deg);
    margin-bottom: 2px
}

.logo-text {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    display: block;
    transform: skew(15deg);
    line-height: 1
}

.logo-subtext {
    font-size: 10px;
    font-weight: 700;
    color: #888;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase
}

header.site-header .main-navigation ul.nav,
header.site-header .main-navigation ul.menu {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center
}

header.site-header .main-navigation .nav-item,
header.site-header .main-navigation ul li {
    padding: 0;
    margin: 0
}

header.site-header .main-navigation>ul>li>a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 1;
    display: inline-block
}

header.site-header .main-navigation>ul>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 106 172 / .05);
    border-radius: 50px;
    transform: scale(.9);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease
}

header.site-header .main-navigation>ul>li>a:hover {
    color: #fff;
    transform: translateY(-2px)
}

header.site-header .main-navigation>ul>li>a:hover::before {
    background: var(--primary-blue);
    transform: scale(1.05);
    opacity: 1;
    box-shadow: 0 5px 15px rgb(0 106 172 / .3)
}

header.site-header .main-navigation>ul>li>a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--accent-green);
    border-radius: 50%;
    transform: translateX(-50%) translateY(5px);
    opacity: 0;
    transition: all 0.3s ease
}

header.site-header .main-navigation>ul>li>a:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(8px) scale(1.5)
}

.nav-link i {
    font-size: .7rem;
    vertical-align: middle
}

.btn-custom-green {
    background-color: var(--accent-green);
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(140 198 63 / .2)
}

.btn-custom-green:hover {
    background-color: #7ab332;
    color: #fff;
    transform: translateY(-2px)
}

.section-padding {
    padding: 80px 0
}

.hero-section {
    position: relative;
    padding: 160px 0;
    color: #fff;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 90vh
}

.hero-overlay {
    background: linear-gradient(135deg, rgb(0 31 63 / .85) 0%, rgb(0 106 172 / .7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2
}

.hero-glass-card {
    background: rgb(255 255 255 / .03);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 40px 100px rgb(0 0 0 / .3);
    margin: 0 auto;
    animation: fadeInUpHero 1s ease-out, floatCard 6s ease-in-out infinite;
    position: relative;
    z-index: 5
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.shape {
    position: absolute;
    background: linear-gradient(135deg, var(--accent-green) 0%, rgb(140 198 63 / .4) 100%);
    filter: blur(60px);
    border-radius: 50%;
    opacity: .3
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 5%;
    animation: moveShape1 20s infinite alternate
}

.shape-2 {
    width: 400px;
    height: 400px;
    bottom: 10%;
    right: 5%;
    background: linear-gradient(135deg, var(--primary-blue) 0%, rgb(0 106 172 / .4) 100%);
    animation: moveShape2 25s infinite alternate
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 40%;
    background: #fff;
    opacity: .1;
    animation: moveShape3 15s infinite alternate
}

@keyframes moveShape1 {
    from {
        transform: translate(0, 0) rotate(0deg)
    }

    to {
        transform: translate(100px, 50px) rotate(90deg)
    }
}

@keyframes moveShape2 {
    from {
        transform: translate(0, 0) scale(1)
    }

    to {
        transform: translate(-150px, -80px) scale(1.2)
    }
}

@keyframes moveShape3 {
    from {
        transform: translate(0, 0) scale(1)
    }

    to {
        transform: translate(50px, 150px) scale(.8)
    }
}

@keyframes fadeInUpHero {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

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

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgb(0 0 0 / .2)
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 35px;
    opacity: .9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.hero-badge {
    display: inline-block;
    background: rgb(140 198 63 / .2);
    color: var(--accent-green);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 1px solid rgb(140 198 63 / .3)
}

.btn-hero {
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(.165, .84, .44, 1);
    font-size: 14px
}

.btn-hero-primary {
    background: var(--accent-green);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px rgb(140 198 63 / .3)
}

.btn-hero-primary:hover {
    background: #7ab332;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(140 198 63 / .4);
    color: #fff
}

.btn-hero-outline {
    background: #fff0;
    color: #fff;
    border: 2px solid rgb(255 255 255 / .3)
}

.btn-hero-outline:hover {
    background: #fff;
    color: var(--primary-blue);
    transform: translateY(-5px);
    border-color: #fff
}

.awards-bar img {
    max-height: 120px;
    margin: 0 15px
}

.border-custom-green {
    border: 1px solid var(--accent-green);
    border-radius: 8px;
    transition: all 0.3s ease
}

.border-custom-green:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.custom-accordion .accordion-item {
    border-left: 5px solid var(--primary-blue) !important;
    border-radius: 4px;
    margin-bottom: 15px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / .05)
}

.custom-accordion .accordion-button {
    background: #fff0;
    font-weight: 700;
    color: #333
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-blue);
    box-shadow: none
}

.contact-header {
    background-color: var(--primary-blue);
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px
}

.contact-form .form-control {
    background-color: #f1f1f1 !important;
    border: none;
    padding: 15px;
    font-size: 15px;
    border-radius: 2px
}

.contact-form .form-control:focus {
    background-color: #e9e9e9 !important;
    box-shadow: none
}

.top-rated-box {
    background: linear-gradient(135deg, #1b52a6 0%, #3b7ddd 100%);
    border-radius: 4px
}

.top-rated-box img {
    filter: drop-shadow(0 2px 4px rgb(0 0 0 / .1))
}

.map-section h3 {
    line-height: 1.4;
    color: #333
}

.map-wrapper {
    background-color: #eee;
    min-height: 300px
}

.map-wrapper iframe {
    display: block
}

.about-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #001f3f 0%, #006aac 100%);
    overflow: hidden
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://www.transparenttextures.com/patterns/cubes.png);
    opacity: .1
}

.floating-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--accent-green);
    filter: blur(80px);
    opacity: .2;
    z-index: 1;
    border-radius: 50%;
    animation: floatBlob 15s infinite alternate
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(100px, -50px) scale(1.2)
    }

    100% {
        transform: translate(-50px, 50px) scale(.9)
    }
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    padding-bottom: 15px
}

.section-title-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--accent-green);
    border-radius: 2px
}

.service-box-creative {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 50px 30px;
    border-radius: 24px;
    text-align: center;
    transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%
}

.service-box-creative i {
    font-size: 1.2rem;
    color: var(--primary-blue);
    margin-bottom: 25px;
    display: inline-block;
    transition: all 0.5s ease
}

.service-box-creative:hover {
    transform: translateY(-15px);
    border-color: var(--accent-green);
    box-shadow: 0 40px 80px rgb(0 0 0 / .08)
}

.service-box-creative:hover i {
    transform: scale(1.1) rotate(5deg);
    color: var(--accent-green)
}

.service-box-creative::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--accent-green);
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: right
}

.service-box-creative:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.cta-creative {
    position: relative;
    background: #006aac;
    color: #fff;
    padding: 120px 0;
    overflow: hidden
}

.cta-creative .pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.transparenttextures.com/patterns/carbon-fibre.png);
    opacity: .15;
    z-index: 1
}

.approach-step-card {
    background: rgb(255 255 255 / .05);
    border: 1px solid rgb(255 255 255 / .1);
    padding: 40px;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.max-800 {
    max-width: 800px
}

.ls-2 {
    letter-spacing: 2px
}

@media (min-width:992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%
    }
}

@media (max-width:992px) {

    header.site-header.shadow-sm.bg-white.sticky-top .logo {
        width: 27% !important;
    }
}

.seo-hero {
    min-height: 600px;
    background: linear-gradient(135deg, #0b1120 0%, #006aac 100%);
    padding: 60px 0
}

.hero-seo-visual {
    padding: 40px;
    background: rgb(255 255 255 / .05);
    border-radius: 30px;
    border: 1px solid rgb(255 255 255 / .1)
}

.border-custom-green-subtle {
    border-color: rgb(140 198 63 / .2) !important
}

.timeline-visual .bg-primary-blue {
    background-color: var(--primary-blue);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.intro-text {
    line-height: 1.6
}

.hero-form-wrapper {
    background: rgb(255 255 255 / .98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    z-index: 10
}

.form-accent-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-blue);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(0 106 172 / .2);
    display: flex;
    align-items: center;
    white-space: nowrap
}

.input-group-creative {
    position: relative;
    display: flex;
    align-items: center
}

.input-group-creative i {
    position: absolute;
    left: 18px;
    color: #adb5bd;
    font-size: 1.1rem;
    pointer-events: none;
    transition: color 0.3s ease
}

.input-group-creative .form-control {
    padding-left: 50px !important;
    height: 55px;
    border: 1px solid #f1f3f5;
    background: #f8f9fa;
    transition: all 0.3s ease
}

.input-group-creative .form-control:focus {
    background: #fff;
    border-color: var(--primary-blue);
    box-shadow: 0 10px 25px rgb(0 106 172 / .08)
}

.input-group-creative .form-control:focus+i,
.input-group-creative:focus-within i {
    color: var(--primary-blue)
}

.btn-glow {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease
}

.btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgb(140 198 63 / .4) !important
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgb(140 198 63 / .4)
    }

    70% {
        box-shadow: 0 0 0 15px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.btn-glow {
    animation: pulse-glow 2s infinite
}

.custom-chip label {
    font-weight: 500;
    border: 1px solid #eee !important
}

.custom-chip input:checked+label {
    box-shadow: 0 5px 15px rgb(0 106 172 / .1)
}

.custom-multi-select {
    position: relative
}

.multi-select-trigger {
    cursor: pointer;
    min-height: 55px;
    background: #f8f9fa !important
}

.multi-select-options {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    background: rgb(255 255 255 / .98) !important;
    border: 1px solid #eee
}

.multi-select-options .form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue)
}

.multi-select-options .form-check-label {
    cursor: pointer;
    color: #444
}

.multi-select-options.d-none {
    display: none !important
}

.footer-section {
    background-color: #111;
    color: #ccc;
    padding: 80px 0
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.footer-links a:hover {
    color: #fff
}

.contact-hero-premium {
    background: linear-gradient(135deg, #001f3f 0%, #006aac 100%);
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden
}

.contact-hero-premium::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: var(--accent-green);
    filter: blur(150px);
    opacity: .15;
    border-radius: 50%
}

.info-card-modern {
    background: rgb(255 255 255 / .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease
}

.info-card-modern:hover {
    background: rgb(255 255 255 / .08);
    transform: translateY(-5px);
    border-color: var(--accent-green)
}

.icon-box-neon {
    width: 50px;
    height: 50px;
    background: rgb(140 198 63 / .15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-green);
    font-size: 1.5rem;
    margin-bottom: 20px
}

.contact-form-premium {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgb(0 0 0 / .05);
    border: 1px solid #f0f0f0
}

.form-group-premium {
    margin-bottom: 25px
}

.form-label-premium {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .5px
}

.input-premium {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #f5f5f5;
    background: #fcfcfc;
    border-radius: 12px;
    font-size: 15px;
    color: #444;
    transition: all 0.3s ease
}

.input-premium:focus {
    border-color: var(--primary-blue);
    background: #fff;
    outline: none;
    box-shadow: 0 10px 20px rgb(0 106 172 / .05)
}

.service-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px
}

.service-row-premium {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgb(0 106 172 / .05);
    margin-bottom: 50px;
    transition: all 0.4s ease;
    border: 1px solid rgb(0 106 172 / .03)
}

.service-row-premium:hover {
    box-shadow: 0 30px 80px rgb(0 106 172 / .08);
    transform: translateY(-5px)
}

.service-item-modern {
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: default
}

.service-item-modern:hover {
    background: rgb(0 106 172 / .03)
}

.icon-badge-premium {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, var(--accent-green) 0%, #7ab332 100%);
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 10px 20px rgb(140 198 63 / .2);
    transition: all 0.3s ease
}

.service-item-modern:hover .icon-badge-premium {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 30px rgb(140 198 63 / .3)
}

.service-img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgb(0 0 0 / .08)
}

.service-img-wrapper img {
    transition: transform 0.6s cubic-bezier(.165, .84, .44, 1)
}

.service-row-premium:hover .service-img-wrapper img {
    transform: scale(1.05)
}

.service-title-underlined {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: var(--primary-blue);
    font-weight: 800
}

.service-title-underlined::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: var(--accent-green);
    border-radius: 2px
}

.service-chip {
    background: rgb(0 106 172 / .05);
    color: var(--primary-blue);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block
}

.working-hours-badge {
    display: inline-block;
    background: var(--accent-green);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px
}

.hero-section {
    position: relative;
    overflow: hidden
}

.hero-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.star {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(255 255 255 / .9);
    animation: floating 6s infinite ease-in-out;
    opacity: .9
}

.star-1 {
    width: 5px;
    height: 5px;
    top: 10%;
    left: 10%;
    animation-duration: 4s;
    animation-delay: 0s
}

.star-2 {
    width: 8px;
    height: 8px;
    top: 20%;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 1s
}

.star-3 {
    width: 4px;
    height: 4px;
    top: 40%;
    left: 5%;
    animation-duration: 5s;
    animation-delay: 2s
}

.star-4 {
    width: 6px;
    height: 6px;
    top: 15%;
    left: 50%;
    animation-duration: 7s;
    animation-delay: 0.5s
}

.star-5 {
    width: 4px;
    height: 4px;
    top: 70%;
    left: 85%;
    animation-duration: 5.5s;
    animation-delay: 1.5s
}

.star-6 {
    width: 7px;
    height: 7px;
    top: 50%;
    left: 90%;
    animation-duration: 8s;
    animation-delay: 3s
}

.star-7 {
    width: 3px;
    height: 3px;
    top: 85%;
    left: 20%;
    animation-duration: 4.5s;
    animation-delay: 2.5s
}

.star-8 {
    width: 6px;
    height: 6px;
    top: 60%;
    left: 60%;
    animation-duration: 6.5s;
    animation-delay: 1s
}

@keyframes floating {
    0% {
        transform: translateY(0) scale(1);
        opacity: .8
    }

    50% {
        transform: translateY(-20px) scale(1.3);
        opacity: 1
    }

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

.hero-glass-card {
    background: rgb(255 255 255 / .05) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgb(255 255 255 / .2) !important;
    box-shadow: 0 20px 80px rgb(0 0 0 / .4) !important
}

.hero-title {
    text-shadow: 0 4px 20px rgb(0 0 0 / .3)
}

.hero-premium-form-wrapper {
    background: rgb(0 0 0 / .2);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 12px;
    padding: 15px 20px;
    display: inline-block;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    margin-top: 30px
}

.form-group-creative {
    position: relative;
    width: 200px
}

@media (max-width:992px) {
    .form-group-creative {
        width: 100%;
        margin-bottom: 10px
    }
}

.form-group-creative i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    z-index: 2;
    color: var(--accent-green)
}

.form-control-creative {
    width: 100%;
    background: rgb(255 255 255 / .1);
    border: 1px solid rgb(255 255 255 / .2);
    border-radius: 50px;
    padding: 12px 15px 12px 45px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease
}

.form-control-creative::placeholder {
    color: rgb(255 255 255 / .7)
}

.form-control-creative:focus {
    background: rgb(255 255 255 / .15);
    border-color: var(--accent-green);
    outline: none;
    box-shadow: 0 0 15px rgb(140 198 63 / .3)
}

.btn-creative-submit {
    background: linear-gradient(135deg, var(--accent-green) 0%, #7ab332 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgb(140 198 63 / .4);
    transition: all 0.3s ease;
    white-space: nowrap
}

.btn-creative-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgb(140 198 63 / .6)
}

.service-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .1;
    z-index: 0
}

.service-blob-1 {
    width: 500px;
    height: 500px;
    background: var(--primary-blue);
    top: -100px;
    right: -100px;
    animation: floatBlob1 20s infinite alternate ease-in-out
}

.service-blob-2 {
    width: 400px;
    height: 400px;
    background: var(--accent-green);
    bottom: -50px;
    left: -100px;
    animation: floatBlob2 15s infinite alternate ease-in-out
}

@keyframes floatBlob1 {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(-100px, 50px) scale(1.1)
    }
}

@keyframes floatBlob2 {
    0% {
        transform: translate(0, 0) scale(1.1)
    }

    100% {
        transform: translate(80px, -60px) scale(1)
    }
}

.premium-service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgb(0 0 0 / .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(0 0 0 / .02)
}

.premium-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgb(0 0 0 / .08)
}

.service-image-side {
    height: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.service-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / .8) 0%, #fff0 60%)
}

.service-overlay-gradient-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 106 172 / .8), rgb(0 31 63 / .4))
}

.service-content-overlay {
    position: relative;
    z-index: 2
}

.icon-box-creative {
    width: 50px;
    height: 50px;
    background: rgb(140 198 63 / .1);
    color: var(--accent-green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease
}

.creative-service-item {
    padding: 25px;
    border-radius: 20px;
    background: #fff0;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
    border: 1px solid #fff0;
    height: 100%
}

.creative-service-item:hover,
.creative-service-item.active-hover:hover {
    background: #fff;
    border-color: rgb(0 106 172 / .08);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgb(0 106 172 / .05)
}

.creative-service-item:hover .icon-box-creative {
    transform: scale(1.1) rotate(8deg);
    box-shadow: 0 0 20px rgb(140 198 63 / .3);
    background: var(--accent-green);
    color: #fff
}

.glass-badge {
    background: rgb(255 255 255 / .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .3)
}

.link-animate:hover i {
    transform: translateX(5px);
    transition: transform 0.2s ease
}

.about-premium-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8faff 0%, #f1f4f8 100%);
    position: relative
}

.about-bg-blob {
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgb(0 106 172 / .05) 0%, transparent 70%);
    top: -10%;
    left: -10%;
    z-index: 1;
    pointer-events: none;
    animation: pulseBlob 15s infinite alternate ease-in-out
}

.about-shape {
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(60px);
    z-index: 1;
    opacity: .4;
    pointer-events: none
}

.about-shape-1 {
    width: 300px;
    height: 300px;
    background: var(--primary-blue);
    top: 10%;
    right: 5%;
    animation: floatAboutShape 20s infinite alternate ease-in-out
}

.about-shape-2 {
    width: 250px;
    height: 250px;
    background: var(--accent-green);
    bottom: 15%;
    left: 5%;
    animation: floatAboutShape 18s infinite alternate-reverse ease-in-out
}

.about-shape-3 {
    width: 200px;
    height: 200px;
    background: #0d6efd;
    top: 50%;
    left: 40%;
    opacity: .2;
    animation: floatAboutShape 25s infinite alternate ease-in-out
}

@keyframes pulseBlob {
    0% {
        transform: scale(1);
        opacity: .03
    }

    100% {
        transform: scale(1.2);
        opacity: .06
    }
}

@keyframes floatAboutShape {
    0% {
        transform: translate(0, 0) rotate(0deg)
    }

    33% {
        transform: translate(30px, -50px) rotate(10deg)
    }

    66% {
        transform: translate(-20px, 20px) rotate(-10deg)
    }

    100% {
        transform: translate(0, 0) rotate(0deg)
    }
}

.about-narrative-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555
}

.btn-premium-lg {
    padding: 18px 35px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgb(140 198 63 / .3);
    transition: all 0.3s ease
}

.btn-premium-lg:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgb(140 198 63 / .4)
}

.about-visual-wrapper {
    padding: 20px
}

.about-img-frame {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    box-shadow: 0 30px 60px rgb(0 0 0 / .05);
    transition: all 0.5s ease
}

.about-img-frame:hover {
    transform: scale(1.02);
    box-shadow: 0 40px 80px rgb(0 0 0 / .08)
}

.floating-highlight {
    position: absolute;
    z-index: 5;
    background: rgb(255 255 255 / .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .85rem;
    color: var(--primary-blue);
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    border: 1px solid rgb(255 255 255 / .5);
    animation: floatBadge 4s infinite ease-in-out
}

.highlight-top {
    top: 0;
    right: 20%
}

.highlight-bottom {
    bottom: 20%;
    left: -5%;
    background: rgb(140 198 63 / .9);
    color: #fff;
    animation-delay: 2s
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.about-glass-review-card {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 320px;
    background: rgb(255 255 255 / .7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / .4);
    z-index: 10;
    transition: all 0.4s ease
}

.about-glass-review-card:hover {
    transform: translateY(-10px) rotate(1deg);
    background: rgb(255 255 255 / .9)
}

.g-logo-circle {
    width: 45px;
    height: 45px;
    background: #4285F4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.4rem
}

@media (max-width:991px) {
    .about-glass-review-card {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px
    }

    .highlight-bottom {
        left: 5%
    }
}

.why-choose-premium {
    background: #fff
}

.pixel-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#006aac .5px, transparent .5px);
    background-size: 30px 30px;
    opacity: .03;
    z-index: 1
}

.glow-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgb(140 198 63 / .05) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    z-index: 1
}

.choose-box-shape {
    position: absolute;
    border: 2px solid rgb(0 106 172 / .05);
    border-radius: 20px;
    z-index: 1;
    pointer-events: none
}

.choose-box-shape.shape-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 10%;
    animation: rotateFloating 15s infinite linear
}

.choose-box-shape.shape-2 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 5%;
    border-color: rgb(140 198 63 / .08);
    animation: rotateFloating 20s infinite linear reverse
}

.choose-box-shape.shape-3 {
    width: 100px;
    height: 100px;
    top: 40%;
    right: 15%;
    border-radius: 50%;
    border-style: dashed;
    animation: floatUpDown 8s infinite ease-in-out
}

@keyframes rotateFloating {
    0% {
        transform: rotate(0deg) translate(0, 0)
    }

    50% {
        transform: rotate(180deg) translate(30px, 50px)
    }

    100% {
        transform: rotate(360deg) translate(0, 0)
    }
}

@keyframes floatUpDown {

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

    50% {
        transform: translateY(-30px) scale(1.1)
    }
}

.feature-card-premium {
    background: #fff;
    border: 1px solid rgb(0 0 0 / .04);
    border-radius: 30px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(.23, 1, .32, 1);
    z-index: 2;
    box-shadow: 0 10px 30px rgb(0 0 0 / .02)
}

.feature-card-premium:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 70px rgb(0 106 172 / .1);
    border-color: rgb(0 106 172 / .08)
}

.feature-icon-wrapper {
    width: 85px;
    height: 85px;
    background: #f8fafc;
    color: var(--accent-green);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgb(0 0 0 / .03);
    box-shadow: inset 0 -4px 10px rgb(0 0 0 / .02)
}

.icon-glow {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--accent-green);
    filter: blur(25px);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 50%
}

.feature-card-premium:hover .icon-glow {
    opacity: .4;
    transform: scale(1.5)
}

.feature-card-premium:hover .feature-icon-wrapper {
    background: var(--accent-green);
    color: #fff;
    transform: scale(1.05) rotate(5deg);
    border-color: #fff0
}

.card-edge-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--accent-green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease
}

.feature-card-premium:hover .card-edge-highlight {
    transform: scaleX(1)
}

.ls-2 {
    letter-spacing: 2px
}

.awards-premium-bar {
    background: #fff;
    border-top: 1px solid rgb(0 106 172 / .05);
    border-bottom: 1px solid rgb(0 106 172 / .05);
    position: relative;
    z-index: 5
}

.awards-wrapper {
    perspective: 1000px
}

.award-item {
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
    padding: 15px;
    border-radius: 15px;
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatAward 6s infinite ease-in-out
}

.award-item:nth-child(even) {
    animation-delay: 1s
}

.award-item:nth-child(3n) {
    animation-delay: 2s
}

.award-logo {
    height: 120px;
    width: auto;
    filter: grayscale(100%) opacity(.6);
    transition: all 0.4s ease
}

.award-item:hover {
    transform: translateY(-10px) scale(1.1);
    background: rgb(0 106 172 / .03);
    box-shadow: 0 15px 30px rgb(0 106 172 / .05)
}

.award-item:hover .award-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05)
}

@keyframes floatAward {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

@media (max-width:768px) {
    .award-logo {
        height: 80px
    }
}

.swiper-service-section {
    padding: 100px 0;
    background: #f0f4f8;
    position: relative;
    overflow: hidden
}

.services-swiper {
    padding: 50px 20px 80px !important
}

.service-slide-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    border: 1px solid rgb(0 0 0 / .03);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.service-slide-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 40px 80px rgb(0 106 172 / .1);
    border-color: var(--accent-green)
}

.service-icon-box {
    width: 65px;
    height: 65px;
    background: rgb(140 198 63 / .1);
    color: var(--accent-green);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 25px;
    transition: all 0.3s ease
}

.service-slide-card:hover .service-icon-box {
    background: var(--accent-green);
    color: #fff;
    transform: rotate(10deg)
}

.service-slide-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue)
}

.service-slide-card p {
    font-size: .95rem;
    color: #666;
    line-height: 1.6
}

.service-card-footer {
    padding-top: 25px;
    margin-top: auto
}

.learn-more-btn {
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent-green);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease
}

.learn-more-btn:hover {
    gap: 12px;
    color: var(--primary-blue)
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1) !important;
    color: var(--primary-blue) !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem !important;
    font-weight: bold !important
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 6px !important;
    border-radius: 3px !important;
    background: var(--primary-blue) !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    opacity: 1 !important;
    background: var(--accent-green) !important
}

.cta-premium-section {
    background: #fff
}

.cta-glass-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #004d7c 100%);
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / .1);
    box-shadow: 0 40px 100px rgb(0 106 172 / .3)
}

.cta-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgb(140 198 63 / .15) 0%, transparent 70%);
    top: -150px;
    right: -100px;
    z-index: 1;
    animation: rotateFloating 20s infinite linear
}

.btn-premium-lg {
    padding: 18px 35px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgb(140 198 63 / .3);
    transition: all 0.3s ease
}

.ls-3 {
    letter-spacing: 3px
}

.results-premium-section {
    background: #fff
}

.results-shape {
    position: absolute;
    background: rgb(140 198 63 / .03);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1
}

.results-shape-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px
}

.results-shape-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
    background: rgb(13 110 253 / .03)
}

.result-feature-item {
    background: #fff;
    border: 1px solid rgb(0 0 0 / .03);
    padding: 25px 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgb(0 0 0 / .01)
}

.result-feature-item:hover {
    transform: translateX(10px);
    border-color: rgb(140 198 63 / .3);
    box-shadow: 0 15px 35px rgb(0 0 0 / .04)
}

.result-icon-box {
    width: 60px;
    height: 60px;
    background: rgb(140 198 63 / .1);
    color: var(--accent-green);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease
}

.result-feature-item:hover .result-icon-box {
    transform: scale(1.1) rotate(5deg);
    background: var(--accent-green);
    color: #fff
}

.visual-frame {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 30px 60px rgb(0 0 0 / .05)
}

.data-badge-floating {
    position: absolute;
    top: 20px;
    right: -20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 15px 40px rgb(0 0 0 / .1);
    border: 1px solid rgb(0 0 0 / .03);
    z-index: 5;
    animation: floatUpDown 6s infinite ease-in-out
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background: var(--accent-green);
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(140 198 63 / .4);
    animation: pulseBadge 2s infinite
}

@keyframes pulseBadge {
    0% {
        box-shadow: 0 0 0 0 rgb(140 198 63 / .7)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

@media (max-width:991px) {
    .data-badge-floating {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
        display: inline-flex
    }
}

.process-premium-section {
    background: linear-gradient(135deg, #001f3f 0%, #004d7c 100%);
    color: #fff
}

.process-bg-glow {
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgb(140 198 63 / .05) 0%, transparent 70%);
    bottom: -300px;
    left: -200px;
    z-index: 1;
    pointer-events: none
}

.process-shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(255 255 255 / .05), transparent);
    z-index: 1
}

.process-step-card {
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .08);
    border-radius: 30px;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(.23, 1, .32, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 2
}

.process-step-card:hover {
    transform: translateY(-15px);
    background: rgb(255 255 255 / .06);
    border-color: rgb(140 198 63 / .4);
    box-shadow: 0 40px 80px rgb(0 0 0 / .3)
}

.step-number-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 8rem;
    font-weight: 900;
    color: rgb(255 255 255 / .03);
    line-height: 1;
    pointer-events: none;
    transition: all 0.5s ease
}

.process-step-card:hover .step-number-bg {
    color: rgb(140 198 63 / .08);
    transform: scale(1.1)
}

.step-icon {
    width: 70px;
    height: 70px;
    background: rgb(140 198 63 / .15);
    color: var(--accent-green);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
    transition: all 0.4s ease
}

.process-step-card:hover .step-icon {
    transform: rotate(10deg) scale(1.1);
    background: var(--accent-green);
    color: #fff
}

.ls-3 {
    letter-spacing: 3px
}

.rounded-5 {
    border-radius: 2rem !important
}

@media (max-width:768px) {
    .step-number-bg {
        font-size: 5rem;
        top: -10px;
        right: -10px
    }

    .process-step-card {
        padding: 40px 30px
    }
}

[data-aos="fade-right"] {
    transform: translate3d(-30px, 0, 0);
    opacity: 0;
    transition-property: transform, opacity
}

[data-aos="fade-right"].aos-animate {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

section {
    transition: all 0.5s ease-in-out
}

.faq-premium-section {
    background-color: #fcfdfe
}

.custom-premium-accordion .accordion-item {
    border: none;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgb(0 106 172 / .05);
    overflow: hidden;
    transition: all 0.3s ease
}

.custom-premium-accordion .accordion-item:hover {
    box-shadow: 0 20px 50px rgb(0 106 172 / .1)
}

.custom-premium-accordion .accordion-button {
    padding: 25px 35px;
    font-size: 1.15rem;
    color: var(--primary-blue);
    background-color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 15px
}

.custom-premium-accordion .accordion-button:not(.collapsed) {
    color: var(--accent-green);
    background-color: #fff;
    box-shadow: none
}

.step-num {
    font-size: .85rem;
    color: var(--accent-green);
    background: rgb(140 198 63 / .1);
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700
}

.custom-premium-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006aac'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.4s ease
}

.custom-premium-accordion .accordion-body {
    padding: 0 35px 30px 85px;
    font-size: 1rem;
    color: #666;
    line-height: 1.7
}

.stats-blog-premium-section {
    background-color: #0d0d0d
}

.stats-glow-orb {
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgb(140 198 63 / .04) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    z-index: 1
}

.stat-premium-card {
    background: rgb(255 255 255 / .02);
    border: 1px solid rgb(255 255 255 / .05);
    padding: 40px 30px;
    border-radius: 25px;
    transition: all 0.4s ease
}

.stat-premium-card:hover {
    background: rgb(255 255 255 / .04);
    transform: translateY(-10px);
    border-color: rgb(140 198 63 / .2)
}

.stat-number {
    font-size: 3rem;
    letter-spacing: -1px
}

.stat-label {
    font-size: .75rem;
    letter-spacing: 2px
}

.blog-feed-premium {
    background: rgb(255 255 255 / .03);
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / .05);
    height: 100%
}

.blog-preview-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / .05);
    transition: all 0.3s ease
}

.blog-preview-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.blog-preview-item h5 a {
    transition: all 0.3s ease;
    color: inherit
}

.blog-preview-item:hover {
    transform: translateX(5px)
}

.hover-green:hover {
    color: var(--accent-green) !important
}

.stats-blog-premium-section .btn-outline-light:hover {
    background-color: var(--accent-green);
    border-color: var(--accent-green);
    color: #fff
}

.excellence-quote h4 {
    line-height: 1.5
}

.quote-line {
    width: 60px;
    height: 1px;
    background: rgb(255 255 255 / .2)
}

@media (max-width:991px) {
    .blog-feed-premium {
        margin-top: 40px
    }
}

@media (max-width:576px) {
    .stat-number {
        font-size: 2.2rem
    }

    .custom-premium-accordion .accordion-button {
        padding: 20px
    }

    .custom-premium-accordion .accordion-body {
        padding: 0 20px 20px 20px
    }

    header.site-header.shadow-sm.bg-white.sticky-top .logo {
        width: 40% !important;
    }
}

.footer-premium {
    background: #0a0a0a;
    padding: 100px 0 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / .05)
}

.footer-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(140 198 63 / .3), transparent)
}

.footer-brand-pitch {
    font-size: 1rem;
    line-height: 1.8;
    color: rgb(255 255 255 / .6);
    margin-bottom: 30px
}

.footer-title-premium {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-title-premium::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--accent-green)
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links-list li {
    margin-bottom: 12px
}

.footer-links-list li a {
    color: rgb(255 255 255 / .6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .95rem
}

.footer-links-list li a::before {
    content: '';
    width: 0;
    height: 1px;
    background: var(--accent-green);
    transition: width 0.3s ease
}

.footer-links-list li a:hover {
    color: var(--accent-green);
    transform: translateX(5px)
}

.footer-links-list li a:hover::before {
    width: 10px
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / .05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-green);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.footer-contact-item:hover .footer-contact-icon {
    background: var(--accent-green);
    color: #fff;
    transform: scale(1.1)
}

.footer-contact-text h6 {
    font-size: .8rem;
    text-transform: uppercase;
    color: rgb(255 255 255 / .4);
    margin-bottom: 2px;
    letter-spacing: 1px
}

.footer-contact-text p {
    font-size: .95rem;
    margin: 0;
    color: rgb(255 255 255 / .8)
}

.footer-social-wrapper {
    display: flex;
    gap: 12px
}

.footer-social-btn {
    width: 45px;
    height: 45px;
    background: rgb(255 255 255 / .05);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275)
}

.footer-social-btn:hover {
    background: var(--accent-green);
    color: #fff;
    transform: translateY(-5px) rotate(8deg);
    border-color: var(--accent-green);
    box-shadow: 0 10px 20px rgb(140 198 63 / .3)
}

.footer-bottom-bar {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid rgb(255 255 255 / .05);
    background: rgb(0 0 0 / .3)
}

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

.copyright-text {
    font-size: .9rem;
    color: rgb(255 255 255 / .4);
    margin: 0
}

.footer-legal-links {
    display: flex;
    gap: 25px
}

.footer-legal-links a {
    font-size: .85rem;
    color: rgb(255 255 255 / .4);
    text-decoration: none;
    transition: color 0.3s ease
}

.footer-legal-links a:hover {
    color: var(--accent-green)
}

@media (max-width:991px) {
    .footer-bottom-flex {
        flex-direction: column;
        text-align: center
    }
}

.web-dev-page {
    --tech-dark: #0a0e14;
    --tech-blue: #006aac;
    --tech-accent: #8cc63f;
    --glass-white: rgba(255, 255, 255, 0.05)
}

.bg-dark-tech {
    background-color: var(--tech-dark)
}

.text-accent-green {
    color: var(--tech-accent)
}

.fw-900 {
    font-weight: 900
}

.min-vh-90 {
    min-height: 90vh
}

.py-100 {
    padding: 100px 0
}

.mt-minus-100 {
    margin-top: -100px;
    position: relative;
    z-index: 10
}

@media (max-width:991px) {
    .mt-minus-100 {
        margin-top: -50px
    }
}

.page-hero-creative {
    position: relative;
    overflow: hidden;
    color: #fff
}

.hero-overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(10 14 20 / .95) 0%, rgb(0 106 172 / .4) 100%);
    z-index: 1
}

.hero-container {
    position: relative;
    z-index: 2
}

.badge-tech {
    background: rgb(140 198 63 / .15);
    color: var(--tech-accent);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px solid rgb(140 198 63 / .3)
}

.muted-desc {
    color: rgb(255 255 255 / .7);
    max-width: 650px
}

.btn-premium-green {
    background: linear-gradient(135deg, var(--tech-accent) 0%, #7ab332 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgb(140 198 63 / .3);
    transition: all 0.3s ease
}

.btn-premium-green:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(140 198 63 / .5);
    color: #fff
}

.pillar-card {
    text-align: center;
    border: 1px solid rgb(0 106 172 / .05)
}

.pillar-icon {
    width: 70px;
    height: 70px;
    background: rgb(0 106 172 / .05);
    color: var(--tech-blue);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 25px;
    transition: all 0.4s ease
}

.pillar-card:hover .pillar-icon {
    background: var(--tech-blue);
    color: #fff;
    transform: rotateY(180deg)
}

.bg-light-soft {
    background: #f8fafc
}

.italic-desc {
    font-style: italic;
    color: #666;
    font-size: 1.1rem
}

.tech-list-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    color: rgb(255 255 255 / .85)
}

.tech-list-item-light {
    display: flex;
    gap: 20px;
    margin-bottom: 30px
}

.icon-circle {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: rgb(0 106 172 / .1);
    color: var(--tech-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem
}

.floating-badge-design {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--tech-accent);
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(0 0 0 / .1);
    animation: floating 4s infinite ease-in-out
}

.step-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .03);
    height: 100%;
    position: relative;
    border: 1px solid rgb(0 0 0 / .02);
    transition: all 0.4s ease
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgb(0 106 172 / .08)
}

.step-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 900;
    color: rgb(0 106 172 / .05);
    line-height: 1
}

.step-icon {
    width: 60px;
    height: 60px;
    background: var(--tech-blue);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px
}

.tech-card {
    transition: all 0.3s ease;
    border: 1px solid rgb(0 0 0 / .05)
}

.tech-card:hover {
    transform: scale(1.05);
    border-color: var(--tech-blue)
}

.choose-item {
    display: flex;
    gap: 20px
}

.choose-item .count {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--tech-accent);
    opacity: .8
}

.feature-item-tech {
    padding: 30px;
    background: rgb(255 255 255 / .03);
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / .05);
    transition: all 0.3s ease;
    height: 100%
}

.feature-item-tech:hover {
    background: rgb(255 255 255 / .06);
    border-color: var(--tech-accent)
}

.card-glow-bg {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgb(140 198 63 / .2) 0%, transparent 70%)
}

.list-check-tech {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: .9rem
}

.list-check-tech i {
    color: var(--tech-accent)
}

.premium-faq .accordion-item {
    background: #fff
}

.premium-faq .accordion-button:not(.collapsed) {
    background-color: rgb(0 106 172 / .05);
    color: var(--tech-blue);
    box-shadow: none
}

.premium-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgb(0 106 172 / .1)
}

.coding-terminal {
    background: rgb(10 14 20 / .85);
    border: 1px solid rgb(140 198 63 / .3);
    border-radius: 12px;
    padding: 20px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #e6edf3;
    box-shadow: 0 30px 60px rgb(0 0 0 / .5);
    position: relative;
    overflow: hidden;
    height: 350px
}

.terminal-header {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / .1);
    padding-bottom: 10px
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.dot-red {
    background: #ff5f56
}

.dot-yellow {
    background: #ffbd2e
}

.dot-green {
    background: #27c93f
}

.terminal-body {
    height: 280px;
    overflow-y: hidden;
    position: relative
}

.code-stream {
    animation: scrollCode 30s linear infinite
}

.code-line {
    margin-bottom: 4px;
    white-space: nowrap
}

.tc-blue {
    color: #79c0ff
}

.tc-purple {
    color: #d2a8ff
}

.tc-orange {
    color: #ffa657
}

.tc-green {
    color: #8cc63f
}

.tc-gray {
    color: #8b949e
}

@keyframes scrollCode {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.form-side-trigger {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100
}

.btn-trigger-tech {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: var(--tech-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 0 20px rgb(140 198 63 / .5), 0 0 40px rgb(140 198 63 / .2);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.175, .885, .32, 1.275);
    border: 2px solid rgb(255 255 255 / .2);
    position: relative;
    animation: pulse-tech 2s infinite
}

@keyframes pulse-tech {
    0% {
        box-shadow: 0 0 0 0 rgb(140 198 63 / .7)
    }

    70% {
        box-shadow: 0 0 0 20px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.btn-trigger-tech:hover {
    transform: scale(1.1) rotate(10deg);
    background: #7ab332;
    animation: none
}

.trigger-label {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: var(--tech-dark);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.btn-trigger-tech:hover .trigger-label {
    opacity: 1;
    right: 90px
}

.btn-trigger-tech::after {
    content: '1';
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff5f56;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0a0e14;
    box-shadow: 0 0 10px rgb(255 95 86 / .5);
    animation: bounce 2s infinite
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-5px)
    }

    60% {
        transform: translateY(-3px)
    }
}

.side-tab-label {
    position: absolute;
    right: 80%;
    background: var(--tech-accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-right: 0;
    box-shadow: -10px 0 30px rgb(0 0 0 / .2);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
    z-index: -1;
    border: 2px solid rgb(255 255 255 / .1);
    border-right: none
}

.btn-trigger-tech:hover .side-tab-label {
    right: 100%;
    background: #7ab332;
    padding-right: 35px
}

select.form-overlay-input {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238cc63f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 18px !important;
    padding-right: 50px !important;
    cursor: pointer
}

select.form-overlay-input option {
    background-color: #0a0e14 !important;
    color: #ffffff !important;
    padding: 15px !important
}

select.form-overlay-input:active,
select.form-overlay-input:focus {
    background-color: rgb(255 255 255 / .1) !important
}

.hero-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 14 20 / .98);
    z-index: 250;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
    backdrop-filter: blur(10px)
}

.hero-form-overlay.active {
    opacity: 1;
    visibility: visible
}

.form-animated-container {
    width: 600px;
    max-width: 90%;
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(140 198 63 / .2);
    padding: 40px;
    border-radius: 20px;
    transform: scale(.8) translateY(50px);
    transition: all 0.5s cubic-bezier(.175, .885, .32, 1.275)
}

.hero-form-overlay.active .form-animated-container {
    transform: scale(1) translateY(0)
}

.close-form-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 260
}

.close-form-btn:hover {
    color: var(--tech-accent);
    transform: rotate(90deg)
}

.form-header-tech {
    font-family: 'Courier New', Courier, monospace;
    color: var(--tech-accent);
    margin-bottom: 25px;
    border-right: 2px solid var(--tech-accent);
    width: fit-content;
    white-space: nowrap;
    overflow: hidden
}

.hero-form-overlay.active .form-header-tech {
    animation: typingForm 2s steps(30, end), blink-caret .75s step-end infinite
}

@keyframes typingForm {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.form-overlay-input {
    background: rgb(255 255 255 / .05) !important;
    border: 1px solid rgb(255 255 255 / .1) !important;
    color: white !important;
    padding: 12px 15px !important;
    margin-bottom: 15px;
    border-radius: 10px !important
}

.form-overlay-input:focus {
    border-color: var(--tech-accent) !important;
    box-shadow: 0 0 10px rgb(140 198 63 / .2)
}

.form-overlay-input::placeholder {
    color: rgb(255 255 255 / .6) !important;
    opacity: 1
}

.intro-tech-bg {
    position: relative;
    overflow: hidden;
    background: #fff
}

.code-sidebar {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    opacity: .05;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1
}

.code-sidebar-left {
    left: 5%
}

.code-sidebar-right {
    right: 5%
}

.code-sidebar-content {
    animation: sideCodeScroll 40s linear infinite
}

@keyframes sideCodeScroll {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.intro-glass-card {
    background: rgb(255 255 255 / .8);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(140 198 63 / .2);
    box-shadow: 0 20px 40px rgb(0 0 0 / .05);
    padding: 60px;
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.intro-tag {
    color: var(--tech-accent);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px
}

.intro-section .section-title {
    font-weight: 900;
    color: var(--tech-dark)
}

.border-dashed {
    border: 2px dashed rgb(140 198 63 / .3) !important
}

.code-sidebar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, transparent 20%, transparent 80%, #ffffff 100%);
    pointer-events: none
}

.code-sidebar .keyword {
    color: var(--tech-accent);
    font-weight: 700
}

.code-sidebar .function {
    color: #0076ac
}

.code-sidebar .string {
    color: #555
}

.code-sidebar .comment {
    color: #bbb;
    font-style: italic
}

.code-sidebar .variable {
    color: #333
}

.code-sidebar {
    opacity: 0.35 !important;
    color: #222
}

.intro-tech-metrics {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap
}

.metric-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgb(140 198 63 / .05);
    border: 1px solid rgb(140 198 63 / .1);
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease
}

.metric-pill:hover {
    background: rgb(140 198 63 / .1);
    transform: translateY(-5px);
    border-color: var(--tech-accent)
}

.metric-pill i {
    font-size: 1.2rem;
    color: var(--tech-accent)
}

.metric-pill span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--tech-dark)
}

.tech-side-feature {
    position: absolute;
    width: 220px;
    z-index: 2;
    transition: all 0.5s ease
}

.feature-left-bottom {
    left: 4%;
    bottom: 10%
}

.feature-right-bottom {
    right: 4%;
    bottom: 10%
}

.devops-console {
    background: #1a1f26;
    border: 1px solid rgb(140 198 63 / .3);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 15px 35px rgb(0 0 0 / .2);
    font-family: 'Courier New', Courier, monospace
}

.console-header {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--tech-accent);
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / .05);
    padding-bottom: 5px
}

.console-logs {
    font-size: 9px;
    color: #8b949e;
    height: 60px;
    overflow: hidden
}

.log-line {
    animation: logFade 3s infinite
}

@keyframes logFade {
    0% {
        opacity: 0;
        transform: translateX(-5px)
    }

    20% {
        opacity: 1;
        transform: translateX(0)
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.metrics-scanner {
    background: #fff;
    border: 1px solid rgb(0 106 172 / .1);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 15px 35px rgb(0 0 0 / .05)
}

.scanner-title {
    font-size: 11px;
    font-weight: 800;
    color: var(--tech-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #ff5f56;
    border-radius: 50%;
    animation: pulse-red 1.5s infinite
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgb(255 95 86 / .7)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.scanner-bar-wrap {
    height: 4px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden
}

.scanner-bar-fill {
    height: 100%;
    background: var(--tech-accent);
    width: 85%;
    animation: barGrow 2s ease-out forwards
}

@keyframes barGrow {
    from {
        width: 0
    }

    to {
        width: 85%
    }
}

.coding-vibe-section {
    background: #f8fafc;
    position: relative;
    overflow: hidden
}

.coding-vibe-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(140 198 63 / .05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: .5
}

.tech-identifier {
    font-family: 'Courier New', Courier, monospace;
    color: #94a3b8;
    font-size: 14px;
    margin-bottom: 10px;
    display: block
}

.section-title-tech {
    font-weight: 900;
    color: #1e293b;
    font-size: 2.5rem
}

.service-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.tech-list-item-v2 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease
}

.tech-list-item-v2:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / .05);
    transform: translateX(10px)
}

.icon-wrap-tech {
    width: 50px;
    height: 50px;
    background: rgb(140 198 63 / .1);
    border: 1px solid rgb(140 198 63 / .2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-accent);
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.tech-list-item-v2:hover .icon-wrap-tech {
    background: var(--tech-accent);
    color: #fff;
    box-shadow: 0 0 15px rgb(140 198 63 / .4)
}

.item-content-tech h4 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #334155
}

.item-content-tech p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 14px
}

.btn-premium-tech {
    display: inline-block;
    padding: 12px 30px;
    background: #0f172a;
    color: white !important;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgb(140 198 63 / .3)
}

.btn-premium-tech:hover {
    background: #1e293b;
    box-shadow: 0 0 20px rgb(140 198 63 / .3);
    transform: translateY(-3px)
}

.btn-code-bracket {
    color: var(--tech-accent)
}

.tech-image-wrapper {
    position: relative;
    padding: 20px
}

.tech-img-main {
    border: 8px solid #fff;
    position: relative;
    z-index: 1
}

.code-overlay-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgb(15 23 42 / .9);
    color: var(--tech-accent);
    padding: 8px 15px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    border-radius: 4px;
    border-left: 3px solid var(--tech-accent);
    z-index: 2;
    backdrop-filter: blur(5px)
}

.tech-floating-stats {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 3
}

.stat-box {
    background: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgb(0 0 0 / .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f1f5f9
}

.stat-box .label {
    font-size: 10px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 800
}

.stat-box .value {
    font-size: 18px;
    font-weight: 900;
    font-family: 'Courier New', Courier, monospace
}

.text-accent {
    color: var(--tech-accent)
}

.design-services-detail {
    background: #0a0e14;
    color: #fff
}

.design-blur-glow {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgb(0 106 172 / .1) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
    pointer-events: none
}

.design-image-stack {
    padding: 40px
}

.main-design-img {
    border: 1px solid rgb(255 255 255 / .1);
    transition: all 0.5s ease
}

.figma-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1e1e1e;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    box-shadow: 0 10px 30px rgb(0 0 0 / .5)
}

.figma-badge i {
    color: #F24E1E;
    font-size: 1.4rem
}

.figma-badge span {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #eee
}

.floating-ux-card {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgb(255 255 255 / .05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .1);
    padding: 20px;
    border-radius: 15px;
    z-index: 10;
    box-shadow: 0 20px 50px rgb(0 0 0 / .3)
}

.pulse-green {
    width: 10px;
    height: 10px;
    background: #8cc63f;
    border-radius: 50%;
    box-shadow: 0 0 10px #8cc63f;
    animation: pulse-active 2s infinite
}

@keyframes pulse-active {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .5
    }

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

.ux-stats-mini {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    font-size: 1.2rem;
    color: #8cc63f
}

.tech-tag-line {
    font-family: 'Courier New', Courier, monospace;
    color: #8cc63f;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 700
}

.service-list-v3 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.design-item-v3 {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / .05);
    transition: all 0.3s ease
}

.design-item-v3:hover {
    padding-left: 15px;
    border-bottom-color: var(--tech-accent)
}

.item-number-tech {
    font-size: 2rem;
    font-weight: 900;
    color: rgb(255 255 255 / .1);
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease
}

.design-item-v3:hover .item-number-tech {
    color: var(--tech-accent);
    transform: scale(1.2)
}

.item-text-tech h4 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase
}

.item-text-tech p {
    margin-bottom: 0;
    font-size: 15px;
    color: #94a3b8
}

.btn-design-nav {
    display: inline-block;
    padding: 15px 40px;
    background: #fff0;
    color: white !important;
    border: 1px solid var(--tech-accent);
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.4s ease;
    text-transform: uppercase
}

.btn-design-nav:hover {
    background: var(--tech-accent);
    color: #0a0e14 !important;
    box-shadow: 0 0 30px rgb(140 198 63 / .5);
    transform: translateY(-5px)
}

.bg-tech-grid {
    background: #fff;
    background-image: linear-gradient(rgb(0 106 172 / .03) 1px, transparent 1px), linear-gradient(90deg, rgb(0 106 172 / .03) 1px, transparent 1px);
    background-size: 50px 50px
}

.tech-sub-label {
    font-family: 'Courier New', Courier, monospace;
    color: var(--tech-accent);
    font-weight: 800;
    letter-spacing: 2px
}

.section-title-premium {
    font-weight: 900;
    color: #0f172a;
    font-size: 2.5rem
}

.stack-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
    overflow: hidden;
    height: 100%
}

.stack-card:hover {
    border-color: var(--tech-accent);
    box-shadow: 0 20px 40px rgb(0 0 0 / .05);
    transform: translateY(-10px)
}

.stack-icon-bg {
    width: 60px;
    height: 60px;
    background: #f8fafc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #475569;
    margin-bottom: 25px;
    transition: all 0.3s ease
}

.stack-card:hover .stack-icon-bg {
    background: var(--tech-accent);
    color: #fff;
    transform: rotate(-5deg) scale(1.1)
}

.stack-type {
    font-size: 10px;
    font-weight: 900;
    color: #94a3b8;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block
}

.stack-info h4 {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 12px
}

.stack-info p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0
}

.stack-tag {
    position: absolute;
    top: 20px;
    right: -30px;
    background: #f1f5f9;
    padding: 5px 35px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 9px;
    font-weight: 700;
    transform: rotate(45deg);
    color: #64748b;
    transition: all 0.3s ease
}

.stack-card:hover .stack-tag {
    background: var(--tech-accent);
    color: #fff
}

.bg-premium-dark {
    background: #0f172a
}

.glow-orb-left {
    width: 600px;
    height: 600px;
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgb(140 198 63 / .08) 0%, transparent 70%);
    filter: blur(60px)
}

.glow-orb-right {
    width: 500px;
    height: 500px;
    bottom: -150px;
    right: -150px;
    background: radial-gradient(circle, rgb(140 198 63 / .05) 0%, transparent 70%);
    filter: blur(60px)
}

.stat-pill {
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .08);
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px
}

.stat-pill .val {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--tech-accent);
    line-height: 1;
    margin-bottom: 5px
}

.stat-pill .lab {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 700
}

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

@media (max-width:768px) {
    .choose-grid-v2 {
        grid-template-columns: 1fr
    }
}

.choose-box-v2 {
    background: rgb(255 255 255 / .02);
    border: 1px solid rgb(255 255 255 / .05);
    padding: 25px;
    border-radius: 18px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.choose-box-v2:hover {
    background: rgb(140 198 63 / .03);
    border-color: rgb(140 198 63 / .2);
    transform: translateY(-5px)
}

.box-icon-v2 {
    width: 45px;
    height: 45px;
    background: rgb(140 198 63 / .1);
    color: var(--tech-accent);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem
}

.box-content-v2 h5 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.box-content-v2 p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 0
}

.text-slate-400 {
    color: #94a3b8
}

.process-section {
    background: #fff;
    background-image: linear-gradient(rgb(0 106 172 / .02) 1px, transparent 1px), linear-gradient(90deg, rgb(0 106 172 / .02) 1px, transparent 1px);
    background-size: 40px 40px
}

.pipeline-wrapper {
    position: relative;
    padding: 20px 0
}

.pipeline-step-v2 {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1
}

.pipeline-step-v2:hover {
    border-color: var(--tech-accent);
    box-shadow: 0 15px 35px rgb(0 0 0 / .05);
    transform: translateY(-5px)
}

.step-id-tag {
    font-family: 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: 800;
    color: #94a3b8;
    background: #f8fafc;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: inline-block
}

.step-icon-v2 {
    font-size: 2rem;
    color: var(--tech-dark);
    margin-bottom: 20px;
    transition: all 0.3s ease
}

.pipeline-step-v2:hover .step-icon-v2 {
    color: var(--tech-accent);
    transform: scale(1.1)
}

.pipeline-step-v2 h4 {
    font-weight: 800;
    font-size: 1.1rem;
    color: #1e293b;
    margin-bottom: 15px
}

.pipeline-step-v2 p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0
}

@media (min-width:992px) {
    .pipeline-connector {
        position: absolute;
        top: 30%;
        right: -10%;
        width: 20%;
        height: 2px;
        background-image: linear-gradient(to right, var(--tech-accent) 50%, transparent 50%);
        background-size: 10px 2px;
        z-index: 0;
        opacity: .3
    }
}

.bg-feature-dark {
    background: #0a0e14
}

.feature-module-box {
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .05);
    border-left: 3px solid var(--tech-accent);
    padding: 25px;
    border-radius: 0 15px 15px 0;
    height: 100%;
    transition: all 0.3s ease
}

.feature-module-box:hover {
    background: rgb(255 255 255 / .06);
    border-color: rgb(140 198 63 / .3);
    transform: translateX(5px)
}

.module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.module-id {
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    color: var(--tech-accent);
    opacity: .6
}

.status-badge-v2 {
    font-size: 8px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 3px;
    background: rgb(140 198 63 / .1);
    color: var(--tech-accent);
    text-transform: uppercase
}

.feature-module-box h5 {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 10px
}

.feature-module-box p {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 0
}

.faq-section {
    background: #f8fafc
}

.faq-tech-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease
}

.faq-tech-item:hover {
    border-color: var(--tech-accent);
    box-shadow: 0 10px 25px rgb(0 0 0 / .05)
}

.faq-tech-btn {
    width: 100%;
    padding: 25px 30px;
    background: #fff0;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 800;
    color: #1e293b;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease
}

.faq-tech-btn:not(.collapsed) {
    color: var(--tech-accent);
    background: rgb(140 198 63 / .02)
}

.faq-tech-btn .icon-box {
    width: 35px;
    height: 35px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: #94a3b8;
    transition: all 0.3s ease
}

.faq-tech-btn:not(.collapsed) .icon-box {
    background: var(--tech-accent);
    color: #fff;
    transform: rotate(180deg)
}

.faq-tech-body {
    padding: 0 30px 25px 30px;
    color: #64748b;
    font-size: .95rem;
    line-height: 1.7
}

.quote-portal-card {
    background: #0f172a;
    border-radius: 30px;
    padding: 80px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(140 198 63 / .2)
}

.quote-portal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgb(140 198 63 / .15) 0%, transparent 50%)
}

.quote-portal-card h2 {
    font-size: 3rem;
    font-weight: 900
}

.portal-metrics {
    display: flex;
    gap: 30px;
    margin-top: 40px
}

.portal-metric-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    color: #94a3b8
}

.portal-metric-item i {
    color: var(--tech-accent)
}

.btn-portal-action {
    background: var(--tech-accent);
    color: #0c1117 !important;
    padding: 20px 50px;
    border-radius: 10px;
    font-weight: 900;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgb(140 198 63 / .4)
}

.btn-portal-action:hover {
    background: #7ab332;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgb(140 198 63 / .5)
}

section.hero-home-v2.py-100.position-relative.overflow-hidden .about-shape.about-shape-1 {
    left: 9%;
    width: 1400px;
    top: 5px;
    background: linear-gradient(45deg, #8cc63f52, #006aaca6)
}

.hero-home-v2 {
    background: #fff;
    min-height: 800px;
    display: flex;
    align-items: center
}

.growth-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(0 106 172 / .03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0
}

.growth-arrow-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    pointer-events: none
}

.path-growth {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawPath 4s ease-out forwards
}

.path-growth-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawPath 6s ease-out forwards
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0
    }
}

.hero-badge-v2 {
    font-family: 'Courier New', Courier, monospace;
    background: rgb(140 198 63 / .1);
    color: var(--tech-accent);
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 25px
}

.btn-premium-main {
    background: var(--tech-dark);
    color: white !important;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 950;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid rgb(140 198 63 / .3)
}

.btn-premium-main:hover {
    background: #1e293b;
    box-shadow: 0 0 25px rgb(140 198 63 / .3);
    transform: translateY(-3px)
}

.tech-dashboard-stack {
    position: relative;
    padding: 100px 50px
}

.dashboard-card {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgb(0 0 0 / .08);
    border: 1px solid #f1f5f9;
    padding: 15px;
    z-index: 10;
    transition: all 0.5s ease
}

.dashboard-card:hover {
    transform: translateY(-10px) scale(1.05);
    z-index: 20;
    box-shadow: 0 25px 50px rgb(0 0 0 / .15)
}

.gsc-card {
    top: 20px;
    right: 0;
    width: 220px;
    animation: float-slow 4s ease-in-out infinite
}

.ga-card {
    top: 200px;
    left: -40px;
    width: 180px;
    animation: float-slow 5s ease-in-out infinite alternate
}

.code-card {
    bottom: 20px;
    right: 40px;
    width: 280px;
    background: #0f172a;
    color: #fff;
    animation: float-slow 6s ease-in-out infinite reverse
}

@keyframes float-slow {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.card-header-mini {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px
}

.status-live {
    color: #ff5f56;
    margin-left: auto;
    font-size: 8px
}

.growth-val {
    font-size: 1.8rem;
    font-weight: 900;
    color: #8cc63f
}

.growth-label {
    font-size: 9px;
    color: #94a3b8;
    margin-bottom: 12px
}

.mini-graph {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 40px
}

.mini-graph .bar {
    flex: 1;
    background: #8cc63f;
    border-radius: 2px;
    transition: height 1s ease
}

.active-users {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.pulse-dot-green {
    width: 8px;
    height: 8px;
    background: #27c93f;
    border-radius: 50%;
    box-shadow: 0 0 10px #27c93f;
    animation: pulse-active 1.5s infinite
}

.user-count {
    font-weight: 900;
    font-size: 1.2rem
}

.user-label {
    font-size: 9px;
    color: #94a3b8
}

.conversion-mini {
    font-size: 11px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 5px
}

.terminal-dots {
    display: flex;
    gap: 5px;
    margin-bottom: 10px
}

.t-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.t-dot.red {
    background: #ff5f56
}

.t-dot.yellow {
    background: #ffbd2e
}

.t-dot.green {
    background: #27c93f
}

.code-lines {
    font-family: 'Courier New', monospace;
    font-size: 10px
}

.c-ln {
    margin-bottom: 4px
}

.c-key {
    color: #d2a8ff
}

.c-func {
    color: #79c0ff
}

.cursor-blinking {
    animation: blink 1s infinite
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.hero-center-img-wrap {
    padding: 20px;
    background: #f8fafc;
    border-radius: 30px;
    border: 8px solid #fff;
    box-shadow: 0 30px 60px rgb(0 0 0 / .05)
}

.hero-center-img-wrap {
    position: relative;
    overflow: hidden
}

.hero-center-img-wrap::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / .1), transparent);
    transform: rotate(45deg);
    animation: shine-hero 6s infinite
}

@keyframes shine-hero {
    0% {
        left: -100%;
        top: -100%
    }

    20% {
        left: 100%;
        top: 100%
    }

    100% {
        left: 100%;
        top: 100%
    }
}

.ga-card::after {
    content: 'TOP_PARTNER';
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #0f172a;
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid var(--tech-accent)
}

.hero-form-overlay {
    -webkit-backdrop-filter: blur(10px)
}

:root {
    --tech-dark: #0f172a;
    --tech-accent: #8cc63f;
    --tech-blue: #006aac
}

.hero-home-v2 {
    background: #fff;
    background-image: radial-gradient(circle at 10% 20%, rgb(140 198 63 / .03) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgb(0 106 172 / .03) 0%, transparent 40%)
}

.growth-grid-bg {
    opacity: .15;
    background-size: 50px 50px;
    background-image: linear-gradient(to right, #e2e8f0 1px, transparent 1px), linear-gradient(to bottom, #e2e8f0 1px, transparent 1px)
}

.hero-home-v2::after {
    content: '';
    position: absolute;
    bottom: -238px;
    left: -27%;
    width: 120%;
    height: 500px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%238cc63f' fill-opacity='0.05' d='M0,192L48,176C96,160,192,128,288,112C384,96,480,96,576,122.7C672,149,768,203,864,213.3C960,224,1056,192,1152,160C1248,128,1344,96,1392,80L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom/cover;
    z-index: 1;
    animation: wave-float 10s ease-in-out infinite alternate
}

@keyframes wave-float {
    from {
        transform: translateX(-20px) translateY(10px)
    }

    to {
        transform: translateX(20px) translateY(-10px)
    }
}

.bg-code-floating {
    position: absolute;
    font-family: 'Courier New', monospace;
    font-size: 10px;
    color: #cbd5e1;
    opacity: .4;
    pointer-events: none;
    z-index: 1;
    animation: code-float 15s linear infinite
}

@keyframes code-float {
    0% {
        transform: translateY(0);
        opacity: 0
    }

    20% {
        opacity: .4
    }

    80% {
        opacity: .4
    }

    100% {
        transform: translateY(-150px);
        opacity: 0
    }
}

.btn-premium-main {
    background: #0f172a !important;
    color: white !important;
    border: 1px solid rgb(140 198 63 / .4) !important;
    box-shadow: 0 10px 25px rgb(15 23 42 / .2) !important
}

.btn-premium-main:hover {
    background: #1e293b !important;
    color: #8cc63f !important;
    box-shadow: 0 15px 35px rgb(140 198 63 / .2) !important
}

.btn-outline-primary {
    border: 2px solid #006aac !important;
    color: #006aac !important;
    font-weight: 800 !important;
    font-family: 'Courier New', monospace !important
}

.btn-outline-primary:hover {
    background: #006aac !important;
    color: white !important
}

.btn-trigger-tech {
    background: #0f172a !important;
    border: 2px solid var(--tech-accent) !important
}

.btn-trigger-tech i {
    color: white !important
}

.path-growth {
    stroke: #8cc63f;
    stroke-opacity: .2;
    stroke-width: 6;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: dash-gsc 8s linear infinite
}

@keyframes dash-gsc {
    to {
        stroke-dashoffset: -1200
    }
}

.hero-global-graph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: .15;
    overflow: hidden
}

.graph-wave-svg {
    width: 200%;
    height: 100%;
    position: absolute;
    bottom: -50px;
    left: 0
}

.wave-moving {
    animation: move-graph 15s linear infinite
}

@keyframes move-graph {
    0% {
        transform: translateX(0)
    }

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

.graph-path {
    animation: path-pulse 3s ease-in-out infinite alternate
}

@keyframes path-pulse {
    0% {
        transform: scaleY(1);
        opacity: .4
    }

    100% {
        transform: scaleY(1.2);
        opacity: .8
    }
}

.graph-node {
    animation: node-pulse 2s ease-in-out infinite alternate
}

@keyframes node-pulse {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

.bg-tech-orb {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--tech-accent);
    box-shadow: 0 0 10px var(--tech-accent);
    border-radius: 50%;
    animation: orb-float 8s linear infinite
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: translate(100px, -200px);
        opacity: 0
    }
}

.typing-text::after {
    content: '|';
    animation: blink-caret 0.75s step-end infinite;
    margin-left: 5px;
    color: var(--tech-accent)
}

.trust-chip-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.trust-chip {
    background: #f1f5f9;
    padding: 6px 15px;
    border-radius: 6px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.trust-chip:hover {
    background: #0f172a;
    color: #8cc63f;
    border-color: #8cc63f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(140 198 63 / .2)
}

.label-trusted {
    font-weight: 900;
    font-size: 12px;
    color: #1e293b;
    letter-spacing: 1px;
    margin-right: 10px
}

.trust-chip i {
    font-size: 14px;
    color: var(--tech-blue)
}

.trust-chip:hover i {
    color: #8cc63f
}

.hero-smm-v1 {
    background: #fff;
    min-height: 700px;
    display: flex;
    align-items: center
}

.smm-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgb(140 198 63 / .05) 1px, transparent 1px), linear-gradient(rgb(0 0 0 / .02) 1px, transparent 1px);
    background-size: 40px 40px, 80px 80px;
    z-index: 0
}

.smm-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #475569
}

.social-card {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    border: 1px solid #f1f5f9;
    padding: 15px;
    width: 180px;
    z-index: 10;
    font-family: 'Space Grotesk', sans-serif
}

.ig-metrics {
    top: -20px;
    right: 20%;
    animation: float-slow 4s ease-in-out infinite
}

.fb-metrics {
    top: 150px;
    left: -30px;
    animation: float-slow 5s ease-in-out infinite reverse
}

.li-metrics {
    bottom: 50px;
    right: 10%;
    animation: float-slow 6s ease-in-out infinite
}

.social-card .card-head {
    font-weight: 800;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.social-card .metric-row {
    font-size: 10px;
    color: #94a3b8;
    display: flex;
    justify-content: space-between
}

.social-card .metric-row .val {
    font-weight: 900;
    font-size: 12px
}

.smm-module-card {
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .1);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden
}

.smm-module-card .module-id {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    color: var(--tech-accent);
    margin-bottom: 20px
}

.smm-module-card .module-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 25px;
    display: block
}

.smm-module-card h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px
}

.smm-module-card .module-list {
    color: rgb(255 255 255 / .6);
    font-size: 13px
}

.smm-module-card .m-item {
    margin-bottom: 10px;
    display: flex;
    gap: 8px
}

.smm-module-card:hover {
    background: rgb(255 255 255 / .07);
    transform: translateY(-10px);
    border-color: var(--tech-accent)
}

.active-border {
    border-color: var(--tech-accent) !important;
    background: rgb(140 198 63 / .05) !important
}

.platform-tech-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease
}

.platform-tech-card:hover {
    background: #fff;
    box-shadow: 0 20px 40px rgb(0 0 0 / .05);
    transform: scale(1.05)
}

.platform-tech-card i {
    font-size: 2.5rem;
    color: var(--tech-blue);
    margin-bottom: 20px;
    display: block
}

.platform-tech-card .status-chip {
    font-family: 'Courier New', monospace;
    font-size: 9px;
    background: #dcfce7;
    color: #166534;
    padding: 2px 8px;
    border-radius: 100px
}

.pipeline-step-v2.smm {
    background: #fff;
    padding: 30px;
    border-left: 4px solid #e2e8f0;
    transition: all 0.3s ease
}

.pipeline-step-v2.smm:hover {
    border-left-color: var(--tech-accent);
    background: #f8fafc
}

.industry-module-box {
    border: 1px solid #f1f5f9;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    transition: 0.3s
}

.industry-module-box:hover {
    background: #0f172a;
    color: white !important;
    border-color: var(--tech-accent)
}

.industry-module-box:hover p {}

.industry-module-box:hover .bi {
    color: var(--tech-accent)
}

.choose-item-v2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 700
}

.choose-item-v2 i {
    color: var(--tech-accent);
    font-size: 1.2rem
}

.res-body .res-stat {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / .05)
}

.results-window {
    background: #1e293b;
    border-radius: 15px;
    padding: 25px;
    color: #fff
}

.bg-tech-dark {
    background-color: #0f172a !important
}

.bg-tech-light {
    background-color: #f8fafc !important
}

.text-white-50 {
    color: rgb(255 255 255 / .5) !important
}

.btn-outline-light-tech {
    border: 1px solid rgb(255 255 255 / .2) !important;
    color: white !important;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 800;
    padding: 12px 25px;
    transition: 0.3s
}

.btn-outline-light-tech:hover {
    background: #fff;
    color: #0f172a !important
}

.smm-why-choose .choose-item-v2 {
    color: white !important
}

.industry-module-box p {
    color: #64748b !important
}

/* .industry-module-box:hover p {
    color: rgb(255 255 255 / .6) !important
} */

.pricing-tech-summary {
    color: #1e293b
}

.pricing-tech-summary ul li {
    margin-bottom: 12px;
    font-weight: 600
}

.smm-intro p.lead,
.smm-intro p.text-secondary {
    color: #475569 !important
}

.industry-module-box h5 {
    color: #1e293b !important;
    font-weight: 800
}

.industry-module-box p {
    color: #64748b !important
}

.industry-module-box:hover h5 {
    /* color: white !important */
}

/* .industry-module-box:hover p {
    color: rgb(255 255 255 / .7) !important
} */

.pricing-tech-summary h4 {
    color: #1e293b !important;
    font-weight: 950;
    margin-bottom: 30px
}

.pricing-tech-summary ul li {
    color: #334155 !important;
    font-size: 14px;
    font-weight: 700
}

.faq-tech-btn span {
    color: #1e293b !important;
    font-weight: 800
}

.faq-tech-body {
    color: #475569 !important;
    padding: 20px;
    line-height: 1.6
}

.pipeline-step-v2.smm h4 {
    color: #1e293b !important
}

.pipeline-step-v2.smm p {
    color: #64748b !important
}

.typing-text-smm::after {
    content: '|';
    animation: blink-caret 0.75s step-end infinite;
    margin-left: 5px;
    color: var(--tech-accent)
}

.smm-module-card {
    background: rgb(255 255 255 / .05) !important;
    backdrop-filter: blur(10px)
}

.smm-module-card:hover {
    background: rgb(255 255 255 / .1) !important
}

.smm-module-card .m-item {
    color: rgb(255 255 255 / .8) !important
}

.pipeline-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--tech-accent), transparent);
    top: 50%;
    left: 0;
    opacity: .2;
    z-index: 1
}

@media (max-width:991px) {
    .pipeline-wrapper::before {
        display: none
    }
}

.social-card {
    background: rgb(255 255 255 / .95) !important
}

.main-smm-img-wrap {
    position: relative;
    z-index: 5;
    border: 1px solid rgb(0 0 0 / .05);
    background: #fff;
    padding: 10px
}

.main-smm-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.smm-visual-stack {
    position: relative;
    padding: 40px
}

.growth-arrow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6
}

.path-growth {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: draw-path 3s ease-in-out forwards
}

.path-growth-2 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: draw-path 3s ease-in-out 0.5s forwards
}

@keyframes draw-path {
    to {
        stroke-dashoffset: 0
    }
}

.bg-code-floating {
    position: absolute;
    font-family: 'Courier New', monospace;
    font-size: 11px;
    color: rgb(0 106 172 / .15);
    font-weight: 700;
    z-index: 1;
    animation: float-code 8s ease-in-out infinite;
    pointer-events: none
}

@keyframes float-code {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.form-side-trigger {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999
}

.btn-trigger-tech {
    background: linear-gradient(135deg, #8cc63f 0%, #006aac 100%);
    border: none;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgb(140 198 63 / .3);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse-glow 2s ease-in-out infinite
}

.btn-trigger-tech:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgb(140 198 63 / .5)
}

.btn-trigger-tech i {
    font-size: 20px
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 10px 30px rgb(140 198 63 / .3)
    }

    50% {
        box-shadow: 0 15px 40px rgb(140 198 63 / .6)
    }
}

.trigger-label {
    display: inline-block
}

@media (max-width:768px) {
    .form-side-trigger {
        right: 15px;
        top: auto;
        bottom: 20px;
        transform: none
    }

    .trigger-label {
        display: none
    }

    .btn-trigger-tech {
        padding: 12px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        justify-content: center
    }
}

.smm-grid-bg {
    background-image: radial-gradient(circle at 20% 30%, rgb(140 198 63 / .08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgb(0 106 172 / .08) 0%, transparent 50%), radial-gradient(rgb(140 198 63 / .05) 1px, transparent 1px), linear-gradient(rgb(0 0 0 / .02) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 40px 40px, 80px 80px
}

.mini-graph {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 30px
}

.mini-graph .bar {
    flex: 1;
    background: linear-gradient(to top, #8cc63f, #a8d96e);
    border-radius: 2px;
    transition: all 0.3s ease
}

.social-card:hover .mini-graph .bar {
    background: linear-gradient(to top, #006aac, #0088cc)
}

.status-live {
    color: #22c55e;
    font-weight: 900;
    font-family: 'Courier New', monospace
}

/* ==========================================================================
   Blog & Insights Feed
   ========================================================================== */
.blog-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
}

.blog-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 106, 172, 0.12) !important;
}

.blog-card-img-link {
    height: 240px;
    background: #f1f5f9;
}

.blog-card-img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.1);
}

.blog-meta .badge {
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-card-title a {
    transition: color 0.3s ease;
}

/* ==========================================================================
   Blog Pagination
   ========================================================================== */
.page-numbers {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}

.page-numbers li a,
.page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-numbers li span.current {
    background: var(--primary-blue);
    color: #fff;
    border-color: var(--primary-blue);
    box-shadow: 0 4px 12px rgba(0, 106, 172, 0.2);
}

.page-numbers li a:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
    transform: translateY(-3px);
}

/* ==========================================================================
   Single Post Details
   ========================================================================== */
.single-post-hero {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.post-entry-content {
    line-height: 1.9;
    color: #475569;
}

.post-entry-content h2,
.post-entry-content h3,
.post-entry-content h4 {
    color: #0f172a;
    font-weight: 800;
    margin: 50px 0 25px;
    line-height: 1.3;
}

.post-entry-content blockquote {
    margin: 45px 0;
    padding: 30px 40px;
    background: #f8fafc;
    border-left: 5px solid var(--accent-green);
    border-radius: 0 20px 20px 0;
    font-style: italic;
    font-size: 1.25rem;
    color: #334155;
}

.tag-pill {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    font-weight: 600;
}

.tag-pill:hover {
    background: var(--primary-blue);
    color: #fff;
    border-color: var(--primary-blue);
}

.author-bio-card {
    border: 1px solid #f1f5f9;
}

.related-card {
    transition: all 0.4s ease;
}

.related-card:hover {
    border-color: var(--accent-green) !important;
    background: #fff !important;
}

.share-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.share-icon:hover {
    background: var(--primary-blue);
    color: #fff !important;
    border-color: var(--primary-blue);
}

/* Strategic Partners Section - Premium Refinement */
.strategic-partners-section {
    background: radial-gradient(circle at top right, rgba(0, 106, 172, 0.03), transparent),
        radial-gradient(circle at bottom left, rgba(140, 198, 63, 0.03), transparent),
        #fcfdfe;
}

.partner-card {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0, 0, 0, 0.035);
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.partner-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0, 48, 80, 0.12) !important;
    border-color: rgba(0, 106, 172, 0.1);
}

.partner-icon {
    /* width: 100px; */
    height: 100px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 15px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0, 106, 172, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;
}

.partner-card:hover .partner-icon {
    transform: translateY(-5px) scale(1.02);
    border-color: var(--primary-blue);
    box-shadow: 0 15px 35px rgba(0, 106, 172, 0.12);
    background: #ffffff;
}

.partner-card:hover .partner-icon img {
    transform: scale(1.08);
    filter: none;
}

.partner-card h3 {
    transition: color 0.3s ease;
}

.partner-card:hover h3 {
    color: var(--primary-blue);
}

.partner-card .text-muted {
    transition: color 0.3s ease;
    line-height: 1.8;
}

/* Interaction feedback link */
.partner-link-hint {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-link-hint {
    opacity: 1;
    gap: 12px;
}