@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";

:root {
    --inter: "Inter", sans-serif;
    --theme-font: var(--inter);
    --theme-bg: #000000;
    --theme-color: #ffffff;
    --white: #ffffff;
    --black: #000000;
    --primary-color: #ff7425;
    --secondary-color: #757575;
    --tertiary-color: #0e0e0e;
    --quaternary-color: #040404;
    --quinary-color: #c1c1c1;
    --senary-color: #191919;
    --septenary-color: #101010;
    --octonary-color: #1a1a1a;
    --nonary-color: #d9d9d9;
    --transition: all 0.3s ease-in-out;
    --shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    --shadow-secondary: 0 0 31px rgba(0, 0, 0, 0.1)
}

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

*::-moz-selection {
    color: #fff;
    background-color: #1770c8
}

*::selection {
    color: #fff;
    background-color: #1770c8
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 0px;
    font-weight: 400;
    color: var(--theme-color);
    background-color: var(--theme-bg);
    overflow-x: clip;
    max-width: 100vw
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background-color: #202020da;
    border-radius: 5px
}

body::-webkit-scrollbar-button,
body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 5px
}

.body-active {
    height: 100vh;
    overflow: clip
}

.my-app {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow-x: clip
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    outline: 0px
}

a,
button {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    outline: 0px;
    border: 0px;
    transition: var(--transition);
    cursor: pointer
}

a i,
button i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: none
}

a:hover,
button:hover {
    text-decoration: none;
    border: 0px;
    outline: 0px
}

a:focus,
button:focus {
    box-shadow: none;
    outline: 0px
}

ul,
ol {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px
}

hr,
blockquote,
textarea {
    margin: 0px
}

input,
textarea {
    border: 0px;
    outline: 0px
}

input:focus,
textarea:focus {
    box-shadow: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=checkbox] {
    width: initial;
    height: initial
}

textarea {
    min-height: 150px;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0px
}

iframe {
    border: 0px;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--inter);
    padding: 0px;
    margin: 0px;
    color: var(--theme-color)
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.row>* {
    padding-left: 15px !important;
    padding-right: 15px !important
}

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-color)
}

.primary-text {
    font-size: 20px;
    line-height: 30px
}

.secondary-text {
    font-size: 28px;
    line-height: 38px
}

.tertiary-text {
    font-size: 14px;
    line-height: 24px
}

a,
button {
    font-size: 16px;
    line-height: 18px;
    color: var(--theme-color);
    font-weight: 500;
    cursor: pointer
}

a:hover,
button:hover {
    color: var(--primary-color)
}

h1,
.h1 {
    font-size: 100px;
    line-height: 130px
}

.light-title {
    font-size: 75px;
    line-height: 85px
}

.light-title-lg {
    font-size: 30px;
    line-height: 40px
}

h2 {
    font-size: 55px;
    line-height: 70px
}

h3 {
    font-size: 40px;
    line-height: 50px
}

h4 {
    font-size: 24px;
    line-height: 34px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 24px
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: 0px;
    -o-object-fit: cover;
    object-fit: cover
}

i {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    transition: all .14s ease-out;
    mix-blend-mode: difference
}

.cursor-outer.cursor-hover {
    opacity: 0;
    transition: none
}

.cursor-outer.cursor-big {
    opacity: 0
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    margin-left: -12px;
    margin-top: -12px
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--primary-color);
    opacity: .8;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    mix-blend-mode: difference
}

.cursor-inner span {
    color: var(--theme-color);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.cursor-inner.cursor-big span {
    opacity: 1
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #686363;
    opacity: 0
}

.unset {
    max-width: unset
}

.dir-rtl {
    direction: rtl
}

.bg-img {
    background-color: var(--theme-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.slick-slide {
    margin: 0px 15px
}

.slick-slide img {
    display: inline-block
}

.slick-list {
    margin: 0px -15px
}

.fw-9 {
    font-weight: 900 !important
}

.fw-7 {
    font-weight: 700
}

.fw-6 {
    font-weight: 600
}

.fw-5 {
    font-weight: 500
}

.fw-4 {
    font-weight: 400
}

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

.text-secondary {
    color: var(--secondary-color)
}

.text-tertiary {
    color: var(--tertiary-color)
}

.text-quaternary {
    color: var(--quaternary-color)
}

.text-quinary {
    color: var(--quinary-color)
}

.bg-primary {
    background-color: var(--primary-color)
}

.bg-secondary {
    background-color: var(--secondary-color)
}

.bg-tertiary {
    background-color: var(--tertiary-color)
}

.bg-quaternary {
    background-color: var(--quaternary-color)
}

.bg-quinary {
    background-color: var(--quinary-color)
}

.text-stroke {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2.5px var(--primary-color);
    font-family: sans-serif
}

.gaper {
    row-gap: 30px
}

.section {
    padding: 130px 0px
}

.section__cta {
    margin-top: 65px;
    text-align: center
}

.section__content-cta {
    margin-top: 40px
}

.banner__content {
    margin-top: -8px;
    text-align: center
}

.banner__content h6 {
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--theme-color);
    margin-bottom: 22px
}

.banner__content h1 {
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 16px;
    text-transform: capitalize
}

.cta-group {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.section__header {
    margin-bottom: 60px
}

.section__header .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--primary-color);
    border-radius: 30px;
    margin-bottom: 32px;
    text-transform: uppercase
}

.section__header .sub-title i {
    transform: rotate(-45deg);
}

.section__header .title {
    text-transform: capitalize;
    font-weight: 700
}

.section__header--secondary {
    margin-bottom: 60px
}

.section__content .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--primary-color);
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.section__content .sub-title i {
    transform: rotate(-45deg)
}

.section__content .title {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1;
}


.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap
}

.social li {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.social a {
    color: var(--tertiary-color);
    background-color: #f0efff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.social a:hover {
    color: var(--black);
    background-color: var(--primary-color)
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

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

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

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.slide-group {
    display: flex;
    align-items: center;
    gap: 24px
}

.slide-btn {
    width: 74px;
    min-width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #414141;
    transition: var(--transition);
    background-color: rgba(0, 0, 0, 0);
    color: #414141;
    font-size: 40px;
    z-index: 2
}

.slide-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.lines {
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0px;
    z-index: -3
}

.lines .line {
    width: 1px;
    height: 100%;
    min-height: 100vh;
    top: 0;
    background-color: #343434;
    z-index: -1
}

.vid-m {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 99;
    width: 160px;
    height: 285px;
    max-height: 285px
}

.vid-m .vid-c {
    text-align: end
}

.vid-m video {
    width: 100%;
    height: 100%;
    max-height: 285px;
    border-radius: 20px
}

.vid-m button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #000;
    font-size: 14px;
    margin-left: auto;
    transform: translateY(50%);
    position: relative;
    z-index: 9
}

.vid-m h5 {
    position: absolute;
    top: 30%;
    right: 100%;
    padding: 20px;
    background-color: var(--primary-color);
    color: #000;
    border-radius: 20px 20px 0px 20px;
    line-height: 0px;
    transform: translateX(30%)
}

.btn {
    padding: 16px 32px;
    font-weight: 700;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    overflow: hidden
}

.btn:hover {
    border: 1px solid var(--primary-color);
    color: var(--white)
}

.btn:focus {
    box-shadow: none;
    outline: 0px
}

.btn--primary {
    z-index: 1
}

.btn--primary::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    background-color: var(--primary-color);
    transition: all .6s ease;
    z-index: -1
}

.btn--primary:hover {
    color: var(--black)
}

.btn--primary:hover::before {
    width: 100%;
    left: 0px
}

.btn--secondary {
    z-index: 1;
    color: var(--white);
    border: 1px solid #414141
}

.btn--secondary::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    background-color: var(--primary-color);
    transition: all .6s ease;
    z-index: -1
}

.btn--secondary:hover {
    color: var(--black)
}

.btn--secondary:hover::before {
    width: 100%;
    left: 0px
}

.btn--tertiary {
    z-index: 1;
    color: var(--primary-color);
    border: 1px solid #000 !important;
    background-color: #181818;
    gap: 20px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize
}

.btn--tertiary::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    background-color: var(--primary-color);
    transition: all .6s ease;
    z-index: -1
}

.btn--tertiary:hover {
    border: 1px solid var(--primary-color);
    color: var(--black)
}

.btn--tertiary:hover::before {
    width: 100%;
    left: 0px
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #1f1f1f;
    box-shadow: inset 0 0 0 8px #1f1f1f;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    z-index: 999;
    overflow: hidden
}

.progress-wrap span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background-color: var(--white);
    border-radius: 50%;
    overflow: hidden
}

.progress-wrap span::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    border-radius: 50%;
    color: var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear
}

.progress-wrap span::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    border-radius: 50%;
    color: var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear
}

.progress-wrap:hover span::before {
    transform: translate(-50%, -200%)
}

.progress-wrap:hover span::after {
    transform: translate(-50%, -50%)
}

.progress-wrap path {
    fill: none
}

.progress-wrap .progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: content-box;
    transition: all 200ms linear
}

.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.video-modal-btn a {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    font-size: 20px;
    color: var(--white)
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0.6)
    }

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

    100% {
        transform: translate(-50%, -50%) scale(1.7);
        opacity: 0
    }
}

.input-email {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #c1c1c1
}

.input-email input {
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0);
    padding: 16px 30px;
    width: calc(100% - 80px)
}

.input-email button {
    width: 60px;
    min-width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: var(--theme-bg)
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #c24700;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #ff7425;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #ee8f57;
    animation: spin 1.5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.primary-navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999
}

.primary-navbar .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap
}

.primary-navbar .navbar__menu {
    flex-grow: 1
}

.primary-navbar .navbar__menu>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.primary-navbar .navbar__item button,
.primary-navbar .navbar__item a {
    padding: 41px 20px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%
}

.primary-navbar .navbar__item--has-children {
    position: relative
}

.primary-navbar .navbar__item--has-children:hover>.navbar__dropdown-label {
    color: var(--primary-color)
}

.primary-navbar .navbar__item--has-children:hover>.navbar__dropdown-label::after {
    transform: rotate(180deg)
}

.primary-navbar .navbar__item--has-children:hover>.navbar__dropdown-label-sub::after {
    transform: rotate(180deg)
}

.primary-navbar .navbar__item--has-children:hover>.navbar__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: all
}

.primary-navbar .navbar__dropdown-label {
    position: relative;
    justify-content: space-between
}

.primary-navbar .navbar__dropdown-label::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "";
    border: none;
    transition: transform .3s ease-in-out;
    font-size: inherit;
    transform: rotate(0deg)
}

.primary-navbar .navbar__sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    max-width: 260px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    pointer-events: none;
    transition: var(--transition);
    box-shadow: var(--shadow);
    padding: 20px 0px;
    border-radius: 5px;
    z-index: 9
}

.primary-navbar .navbar__sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: inherit;
    transition: var(--transition);
    z-index: -1
}

.primary-navbar .navbar__sub-menu li:nth-last-of-type(1) a {
    border-bottom: 0px
}

.primary-navbar .navbar__sub-menu a,
.primary-navbar .navbar__sub-menu button {
    width: 100%;
    display: flex;
    padding: 16px 40px;
    color: var(--black);
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid rgba(206, 206, 206, .4784313725)
}

.primary-navbar .navbar__sub-menu a::before,
.primary-navbar .navbar__sub-menu button::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    height: 1px;
    width: 0px;
    transition: var(--transition);
    background-color: var(--primary-color)
}

.primary-navbar .navbar__sub-menu a:hover,
.primary-navbar .navbar__sub-menu button:hover {
    color: var(--primary-color)
}

.primary-navbar .navbar__sub-menu a:hover::before,
.primary-navbar .navbar__sub-menu button:hover::before {
    width: 10px
}

.primary-navbar .navbar__sub-menu .navbar__dropdown-label-sub::before {
    display: none
}

.primary-navbar .navbar__sub-menu--lg {
    min-width: 300px;
    max-width: 300px
}

.primary-navbar .navbar__sub-menu__nested {
    top: 0%;
    left: 100%;
    min-width: 200px
}

.primary-navbar .navbar__sub-menu__nested::before {
    left: -5px;
    top: 17px;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, .1)
}

.primary-navbar .navbar__sub-menu-n {
    display: none
}

.primary-navbar .navbar__options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.primary-navbar .navbar__options span {
    font-size: 14px;
}

.primary-navbar .open-mobile-menu {
    font-size: 30px;
    color: var(--white)
}

@keyframes stickyNavbar {
    0% {
        transform: translateY(-100%)
    }

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

.navbar-active {
    background-color: var(--black);
    animation: stickyNavbar .9s ease-in-out;
    box-shadow: var(--shadow);
    border-bottom: 1px solid #414141
}

.secondary--navbar {
    padding: 30px 0px
}

.secondary--navbar .open-offcanvas-nav {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    position: relative
}

.secondary--navbar .open-offcanvas-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: var(--white);
    border-radius: 50%;
    transition: var(--transition)
}

.secondary--navbar .open-offcanvas-nav:hover {
    border: 1px solid var(--primary-color)
}

.secondary--navbar .open-offcanvas-nav:hover::before {
    background-color: var(--primary-color)
}

.offcanvas-nav .offcanvas-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: var(--transition);
    z-index: 9999;
    transition-delay: .6s;
    transition: all .9s ease-in-out;
    background-color: var(--black)
}

.offcanvas-nav .offcanvas-menu::before {
    content: "Explore Pages";
    position: absolute;
    top: 30%;
    right: 10%;
    font-size: 6vw;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 30vw;
    z-index: -1;
    color: #fff;
    opacity: .1;
    text-align: end
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0px 20px 0px 20px;
    justify-content: space-between
}

.offcanvas-nav .offcanvas-menu .close-offcanvas-menu {
    font-size: 36px
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
    padding: 60px 100px 60px 60px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out;
    transition-delay: .3s;
    gap: 60px;
    transform: translateY(100%);
    opacity: 1;
    visibility: visible
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper::-webkit-scrollbar {
    width: 0px
}

.offcanvas-nav .offcanvas-menu .navbar__menu>ul {
    flex-direction: column
}

.offcanvas-nav .offcanvas-menu .navbar__item {
    width: 100%;
    transition: var(--transition)
}

.offcanvas-nav .offcanvas-menu .navbar__item a,
.offcanvas-nav .offcanvas-menu .navbar__item button {
    color: var(--white);
    padding: 20px 80px 20px 20px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px
}

.offcanvas-nav .offcanvas-menu .navbar__item a:hover,
.offcanvas-nav .offcanvas-menu .navbar__item button:hover {
    color: var(--primary-color)
}

.offcanvas-nav .offcanvas-menu .navbar__item a::after,
.offcanvas-nav .offcanvas-menu .navbar__item button::after {
    transition: none
}

.offcanvas-nav .offcanvas-menu .nav-fade {
    transform: translateY(30px);
    opacity: 0;
    transition: all .7s ease-in-out !important
}

.offcanvas-nav .offcanvas-menu .navbar__item--has-children .navbar__dropdown-label {
    position: relative
}

.offcanvas-nav .offcanvas-menu .navbar__item--has-children .navbar__dropdown-label::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg)
}

.offcanvas-nav .offcanvas-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
    transform: rotate(0deg)
}

.offcanvas-nav .offcanvas-menu .navbar__item-active {
    color: var(--primary-color) !important
}

.offcanvas-nav .offcanvas-menu .navbar__item-active::after {
    content: "" !important;
    font-family: "Font Awesome 6 Pro" !important
}

.offcanvas-nav .offcanvas-menu .navbar__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: none;
    transition: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    padding-left: 30px
}

.offcanvas-nav .offcanvas-menu .navbar__sub-menu::before {
    content: none
}

.offcanvas-nav .offcanvas-menu .navbar__sub-menu a,
.offcanvas-nav .offcanvas-menu .navbar__sub-menu button {
    color: var(--white);
    padding: 16px 20px;
    font-size: 16px
}

.offcanvas-nav .offcanvas-menu .navbar__sub-menu a::before,
.offcanvas-nav .offcanvas-menu .navbar__sub-menu button::before {
    content: none
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__options {
    padding: 0px 20px
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__options a,
.offcanvas-nav .offcanvas-menu .offcanvas-menu__options button {
    width: 100%
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
    transition: var(--transition);
    padding: 0px 20px
}

.offcanvas-nav .offcanvas-menu .offcanvas-menu__social a {
    font-size: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.offcanvas-nav .offcanvas-menu__list,
.offcanvas-nav .offcanvas-menu__options,
.offcanvas-nav .offcanvas-menu__social {
    max-width: 500px
}

.offcanvas-nav .show-offcanvas-menu {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible
}

.offcanvas-nav .show-offcanvas-menu .offcanvas-menu__wrapper {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

.offcanvas-nav .show-offcanvas-menu .nav-fade {
    animation: navLinkFade .5s ease forwards;
    transition: all .7s ease-in-out !important
}

.offcanvas-nav .nav-fade-active {
    animation: navLinkFade 1s ease reverse !important
}

.tertiary--navbar {
    background-color: #1f1f1f;
    overflow-x: clip
}

.tertiary--navbar .navbar__item a {
    text-transform: lowercase !important
}

.tertiary--navbar .navbar__options {
    gap: 0px
}

.tertiary--navbar .open-offcanvas-nav {
    padding: 25px 40px;
    flex-direction: column;
    background-color: #2c2c2c;
    text-transform: uppercase;
    font-size: 14px
}

.tertiary--navbar .open-offcanvas-nav i {
    font-size: 24px
}

.tertiary--navbar .open-offcanvas-nav:hover {
    background-color: var(--primary-color);
    color: var(--black)
}

.tertiary--navbar .tertiary-cta {
    padding: 21px 0px 21px 120px;
    background-color: var(--primary-color);
    position: relative
}

.tertiary--navbar .tertiary-cta::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 90%;
    min-width: 50vw;
    background-color: var(--primary-color)
}

.tertiary--navbar .tertiary-cta .btn {
    border: 1px solid var(--white)
}

.tertiary--navbar .tertiary-cta .btn::before {
    background-color: var(--white)
}

.tertiary--navbar .tertiary-cta .btn:hover {
    border: 1px solid var(--white)
}

.quaternary--navbar {
    padding: 30px 0px
}

.quaternary--navbar .open-offcanvas-nav {
    font-size: 30px;
    color: #d9d9d9
}

.quaternary--navbar .open-offcanvas-nav:hover {
    color: var(--primary-color)
}

.quaternary--navbar .btn {
    border: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px
}

.quaternary--navbar .btn i {
    color: var(--primary-color)
}

.quaternary--navbar .btn::before {
    content: none
}

.quaternary--navbar .btn:hover {
    border: 0px;
    color: var(--primary-color)
}

.quinary--navbar .navbar__logo {
    display: flex;
    align-items: center;
    gap: 120px
}

.quinary--navbar .open-offcanvas-nav {
    font-size: 30px
}

.quinary--navbar .open-offcanvas-nav:hover {
    color: var(--primary-color)
}

.banner {
    padding: 200px 0px 130px;
    background-color: var(--black);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.banner .banner__content {
    margin-top: -20px
}

.banner .interval {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-left: 60px
}

.banner .interval i {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--primary-color)
}

.banner .banner__content-inner {
    max-width: 800px;
    margin-top: 70px;
    text-align: start
}

.banner .banner__content-inner .cta {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap
}

.banner .banner__content-inner h5 {
    color: var(--primary-color)
}

.banner .banner__content-inner .single p {
    color: var(--secondary-color);
    margin-top: 6px;
    text-transform: capitalize
}

.banner .banner-one-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.4;
}

.banner .star {
    position: absolute;
    top: 220px;
    left: 100px;
    z-index: -1
}

.banner .banner-social-text {
    display: flex;
    align-items: center;
    gap: 24px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg)
}

.banner .banner-social-text a {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 14px
}

.banner .banner-social-text a:hover {
    color: var(--primary-color)
}

.banner .banner-left-text {
    position: absolute;
    bottom: 200px;
    left: 90px
}

.banner .banner-right-text {
    position: absolute;
    bottom: 200px;
    right: 90px
}

.banner .video-frame {
    position: absolute;
    bottom: 120px;
    right: 10%;
    width: 190px;
    min-width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px
}

.banner .video-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.banner .video-frame:hover img {
    animation-play-state: paused
}

.banner-two {
    padding: 260px 0px 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-two::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1
}

.banner-two .banner-two__meta {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap
}

.banner-two .banner-two__meta .cta {
    display: flex;
    align-items: center;
    gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap
}

.banner-two .banner-two__meta h5 {
    color: var(--white)
}

.banner-two .banner-two__meta .single p {
    color: var(--secondary-color);
    margin-top: 6px;
    text-transform: capitalize
}

.banner-two .thumb video {
    max-width: 32vw;
    max-height: 200px;
    height: 100%;
    border-radius: 100px
}

.banner-two .banner-two__content h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px
}

.banner-two .banner-two__content h1 span {
    color: var(--primary-color)
}

.banner-two .banner-two__content .banner-two__content-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px
}

.banner-two .banner-two__content .arrow-wrapper {
    flex-grow: 1
}

.banner-two .banner-two__content .arrow {
    position: relative;
    display: block
}

.banner-two .banner-two__content .arrow::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    width: calc(100% - 6px);
    background-color: var(--white)
}

.banner-two .banner-two__content .arrow::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-48%);
    font-size: 24px
}

.banner-two .banner-two__content .paragraph {
    max-width: 500px
}

.banner-two .dawn {
    position: absolute;
    top: 25%;
    right: 12%;
    z-index: -1;
    max-width: 10vw
}

.banner-three {
    background-color: var(--black);
    position: relative;
    overflow-x: clip
}

.banner-three .banner-three__slider-single {
    padding: 290px 0px 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-three .banner-three__slider-single::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: -1
}

.banner-three .banner-three__content h1 {
    font-weight: 900
}

.banner-three .banner-three__content .cta {
    display: flex;
    align-items: center;
    gap: 40px
}

.banner-three .banner-three__content .arrow {
    position: relative;
    display: block;
    width: 220px
}

.banner-three .banner-three__content .arrow::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    width: calc(100% - 6px);
    background-color: var(--white)
}

.banner-three .banner-three__content .arrow::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-48%);
    font-size: 24px
}

.banner-three .banner-three__content .btn--secondary {
    display: inline-flex;
    gap: 12px;
    text-transform: capitalize;
    border: 1px solid var(--white)
}

.banner-three .banner-three__content .btn--secondary i {
    color: var(--primary-color)
}

.banner-three .banner-three__content .btn--secondary:hover {
    border: 1px solid var(--primary-color)
}

.banner-three .banner-three__content .btn--secondary:hover i {
    color: inherit
}

.banner-three .social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    flex-direction: column;
    z-index: 1
}

.banner-three .social a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #888;
    color: #888
}

.banner-three .social a:hover {
    border: 1px solid var(--primary-color);
    color: var(--white);
    background-color: var(--primary-color)
}

.banner-three .arrow-img {
    position: absolute;
    z-index: 1;
    left: 10%;
    bottom: 15%;
    max-width: 20vw
}

.banner-three .dot-img {
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: 30%;
    max-width: 10vw
}

.banner-three .banner-three__slider-progress-wrapper {
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    z-index: 1
}

.banner-three .banner-three__slider-progress {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 870px
}

.banner-three .banner-three__slider-progress .single-item {
    min-width: 260px;
    opacity: .5;
    cursor: pointer
}

.banner-three .banner-three__slider-progress .single-item p {
    margin: 12px 0px
}

.banner-three .banner-three__slider-progress .single-item .slider-progress {
    width: 100%;
    height: 4px;
    background: #a5a5a5;
    position: relative
}

.banner-three .banner-three__slider-progress .single-item .inProgress {
    position: absolute;
    inset: 0px;
    background-color: var(--primary-color);
    height: 100%;
    z-index: 2
}

.banner-three .single-item-active {
    opacity: 1 !important
}

.banner-three .single-item-active span {
    color: var(--primary-color)
}

.banner-three .banner-three__meta {
    display: inline-flex;
    align-items: center;
    background-color: #1f1f1f;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2
}

.banner-three .banner-three__meta::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: 50px;
    width: 80px;
    border-top: 10px solid var(--primary-color);
    border-left: 10px solid var(--primary-color)
}

.banner-three .banner-three__meta .cta {
    display: flex;
    align-items: center;
    gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap;
    padding: 24px
}

.banner-three .banner-three__meta h5 {
    color: var(--white)
}

.banner-three .banner-three__meta .single p {
    color: var(--secondary-color);
    margin-top: 6px;
    text-transform: capitalize
}

.banner-three .banner-three__video {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.banner-three .banner-three__video::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: .69;
    background: #000
}

.banner-three .banner-three__video .video-frame {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--primary-color)
}

.banner-three .banner-three__video .video-frame::before {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px dashed var(--primary-color);
    border-radius: 50%;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.banner-three .banner-three__video .video-frame:hover {
    color: var(--white)
}

.banner-three .banner-three__video .video-frame:hover::before {
    animation-play-state: paused
}

.banner-four {
    background-color: var(--black);
    padding: 260px 0px 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #414141
}

.banner-four::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left top 100px;
    background-image: url("../images/banner/line.png")
}

.banner-four .intro {
    padding-left: 180px
}

.banner-four .intro p {
    max-width: 400px;
    margin-bottom: 30px
}

.banner-four .arrow {
    position: relative;
    display: block;
    width: 100%;
    max-width: 740px
}

.banner-four .arrow::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    width: calc(100% - 6px);
    background-color: var(--white)
}

.banner-four .arrow::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-48%);
    font-size: 24px
}

.banner-four .banner-four__content {
    position: relative;
    z-index: 9
}

.banner-four .banner-four__title {
    max-width: 1100px;
    margin-top: 70px
}

.banner-four .banner-four__title h1 {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center
}

.banner-four .banner-four__title .frame {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 46px;
    position: relative;
    color: #fff
}

.banner-four .banner-four__title .frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.banner-four .banner-four__title .frame i {
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color)
}

.banner-four .banner-four__title .frame:hover img {
    animation-play-state: paused
}

.banner-four .small {
    position: absolute;
    top: 260px;
    left: 9%;
    z-index: 2;
    max-width: 15vw
}

.banner-four .large {
    position: absolute;
    top: 100px;
    right: 6%;
    z-index: -1;
    max-width: 30vw
}

.banner-five .banner-five__wrapper {
    gap: 30px;
    padding: 220px 0px 130px;
    display: flex;
    align-items: center;
    gap: 60px
}

.banner-five .banner-five__wrapper .slick-track {
    padding: 20px 0px !important
}

.banner-five .banner-five__single {
    min-width: 450px;
    width: 450px
}

.banner-five .projects-s__single {
    padding: 30px;
    border: 1px solid #414141
}

.banner-five .projects-s__single .thumb a {
    width: 100%
}

.banner-five .projects-s__single .thumb a img {
    width: 100%
}

.banner-five .projects-s__single .content {
    margin-top: 30px
}

.banner-five .projects-s__single .content h4 {
    text-transform: capitalize
}

.banner-five .projects-s__single .content p {
    margin-top: 20px;
    color: #d9d9d9
}

.cmn-banner {
    padding: 210px 0px 130px;
    background-color: var(--black)
}

.cmn-banner .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -12px
}

.breadcrumb {
    margin: 0px;
    padding: 0px;
    border: 1px dashed #414141;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 100px;
    margin-top: 20px
}

.breadcrumb .breadcrumb-item {
    margin-top: 0px;
    color: var(--white);
    padding: 0px 0px 0px 24px;
    position: relative;
    padding-right: 16px;
    text-transform: uppercase;
    font-size: 14px
}

.breadcrumb .breadcrumb-item a {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 14px
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-color)
}

.breadcrumb .breadcrumb-item::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "";
    position: absolute;
    left: 0px;
    font-size: 14px;
    color: var(--theme-color);
    padding: 0px
}

.breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0px
}

.breadcrumb .breadcrumb-item:first-of-type a:hover {
    color: var(--primary-color)
}

.breadcrumb .breadcrumb-item:first-of-type::before {
    content: none
}

.breadcrumb .active {
    color: var(--primary-color);
    padding-right: 0px;
    font-weight: 600
}

.footer {
    background-color: var(--tertiary-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top
}

.footer .gaper {
    row-gap: 60px
}

.footer .footer__single-meta {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin: 30px 0px 40px
}

.footer .footer__single-meta a {
    max-width: 220px;
    color: var(--white);
    line-height: 28px;
    font-weight: 500;
    align-items: flex-start
}

.footer__single .logo img {
    transform: scale(1.4);
    transform-origin: left center;
}

.footer__single .description {
    padding-top: 30px;
}

.footer .footer__single-meta a i {
    line-height: inherit
}

.footer .footer__single-meta a:hover {
    color: var(--primary-color)
}

.footer .footer__single-intro {
    margin-bottom: 30px
}

.footer .footer__single-intro h5 {
    text-transform: capitalize;
    font-weight: 600
}

.footer ul li {
    margin-bottom: 12px
}

.footer ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.footer ul li a {
    text-transform: capitalize
}

.footer ul li a:hover {
    padding-left: 6px
}

.footer .footer__single-form {
    margin-top: 30px
}

.footer .footer__copyright {
    padding: 65px 0px
}

.footer .footer__copyright .gaper {
    row-gap: 30px
}

.footer .footer__copyright-text p {
    color: var(--secondary-color)
}

.footer .footer__copyright-text p a {
    font-weight: 600
}

.footer .footer__copyright-text p a:hover {
    color: var(--primary-color)
}

.footer .social {
    gap: 8px
}

.footer .social a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #888;
    color: #888;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.footer .social a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background-image: linear-gradient(180deg, #f90 0%, #ee332b 100%);
    transition: var(--transition);
    z-index: -1
}

.footer .social a:hover {
    color: var(--white);
    border: 1px solid var(--primary-color)
}

.footer .social a:hover::before {
    width: 100%;
    height: 100%
}

.footer-two {
    background-color: var(--black)
}

.footer-two .logo {
    margin-bottom: 30px
}

.footer-two .footer__single-meta {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap
}

.footer-two .footer__single-meta a {
    max-width: 220px;
    color: var(--white);
    line-height: 28px;
    font-weight: 500;
    align-items: flex-start
}

.footer-two .footer__single-meta a i {
    line-height: inherit
}

.footer-two .footer__single-meta a:hover {
    color: var(--primary-color)
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0px)
    }
}

.footer-two .social a {
    width: 160px;
    min-width: 160px;
    height: 70px;
    border: 1px solid #454545;
    border-radius: 100px;
    gap: 12px;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden
}

.footer-two .social a span {
    transition: all .3s ease-in-out;
    transform: translateX(-25px)
}

.footer-two .social a i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-image: linear-gradient(180deg, #f90 0%, #ee332b 100%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all .3s ease-in-out
}

.footer-two .social a:hover span {
    transform: translateX(0px)
}

.footer-two .social a:hover i {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    display: flex;
    animation: fadeIn .3s
}

.footer-two .footer__copyright {
    padding: 40px 0px;
    border-top: 1px solid #454545;
    margin-top: 65px
}

.footer-two .footer__copyright ul {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.footer-two .footer__copyright ul a {
    text-transform: capitalize;
    color: var(--white)
}

.footer-two .footer__copyright ul a:hover {
    color: var(--primary-color)
}

.footer-three {
    background-color: var(--tertiary-color);
    position: relative;
    z-index: 1
}

.footer-three .gaper {
    row-gap: 60px
}

.footer-three .footer-thumb {
    position: relative;
    margin-bottom: 30px
}

.footer-three .footer-thumb img {
    width: 100%;
    min-height: 200px
}

.footer-three .footer-thumb .footer-thumb__content {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 10px 20px 10px 40px;
    background-color: #414141;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.footer-three .footer-thumb .footer-thumb__content h5 {
    text-transform: capitalize
}

.footer-three .footer-three__group {
    padding-left: 30px
}

.footer-three .footer-three__group .intro {
    margin-bottom: 24px
}

.footer-three .footer-three__group h5 {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -8px
}

.footer-three .footer-three__group ul {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 24px;
    flex-wrap: wrap
}

.footer-three .footer-three__group a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-weight: 400;
    line-height: 1.4
}

.footer-three .footer-three__group a i {
    color: var(--secondary-color);
    transition: var(--transition)
}

.footer-three .footer-three__group a:hover {
    color: var(--primary-color)
}

.footer-three .footer-three__group a:hover i {
    color: var(--primary-color)
}

.footer-three .footer-three__group .cta {
    margin-top: 30px
}

.footer-three .footer-three__group .cta a {
    color: var(--primary-color)
}

.footer-three .footer-three__group .cta a i {
    color: var(--primary-color)
}

.footer-three .footer-three__copyright {
    padding: 40px 0px;
    border-top: 1px solid #454545;
    margin-top: 65px
}

.footer-three .footer-three__copyright .gaper {
    row-gap: 30px !important
}

.footer-three .footer-three__copyright .footer__copyright-text p {
    color: var(--secondary-color)
}

.footer-three .footer-three__copyright .footer__copyright-text p a {
    font-weight: 600
}

.footer-three .footer-three__copyright .footer__copyright-text p a:hover {
    color: var(--primary-color)
}

.footer-four {
    position: relative
}

.footer-four::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1410px;
    height: 1px;
    background-color: #414141;
    margin-left: auto;
    margin-right: auto
}

.footer-four .cta-t a {
    width: 100%;
    padding: 80px 20px;
    justify-content: center;
    display: flex;
    gap: 40px;
    text-transform: uppercase;
    background-color: var(--white);
    color: var(--black);
    border-radius: 200px
}

.footer-four .cta-t a:hover {
    color: var(--black);
    background-color: var(--primary-color)
}

.footer-four .cta-t p {
    color: var(--secondary-color);
    margin-top: 30px;
    text-align: center
}

.footer-four .copy-t {
    padding-bottom: 30px
}

.footer-four .copy-t ul {
    display: flex;
    align-items: center;
    gap: 24px
}

.footer-four .copy-t a {
    color: var(--white)
}

.footer-four .copy-t a:hover {
    color: var(--primary-color)
}

.footer-four .footer-three__copyright {
    padding: 40px 0px;
    border-top: 1px solid #454545
}

.footer-four .footer-three__copyright .gaper {
    row-gap: 30px !important
}

.footer-four .footer-three__copyright .footer__copyright-text p {
    color: var(--secondary-color)
}

.footer-four .footer-three__copyright .footer__copyright-text p a {
    font-weight: 600
}

.footer-four .footer-three__copyright .footer__copyright-text p a:hover {
    color: var(--primary-color)
}

.footer-cmn {
    background-color: #101010
}

.agency {
    background-color: var(--tertiary-color);
    z-index: 1;
    position: relative
}

.agency .agency__thumb {
    position: relative;
    overflow: hidden;
    text-align: end;
    z-index: 1
}

.agency .agency__thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 10%;
    width: 40px;
    height: 40px;
    background-image: url("../images/agency/dot.png");
    background-size: cover;
    z-index: -1
}

.agency .agency__thumb::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url("../images/agency/dot.png");
    background-size: cover;
    z-index: -1
}

.agency .agency__thumb img {
    max-width: 100%;
    height: auto
}

.agency .agency__thumb .thumb-one {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 80%
}

.agency .agency__thumb .thumb-two {
    margin-top: 200px;
    z-index: 2;
    position: relative;
    max-width: 80%
}

.agency .agency__content {
    padding-left: 70px
}

.agency .star {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: -1
}

.agency .skill-wrap {
    margin-top: 20px
}

.agency .skill-bar-single {
    margin-bottom: 30px
}

.agency .skill-bar-single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.agency .skill-bar-wrapper {
    margin-top: 15px
}

.agency .skill-bar {
    height: 8px;
    border-radius: 100px;
    background-color: #363636;
    position: relative
}

.agency .skill-bar-percent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #cecece;
    border-radius: inherit
}

.agency .percent-value {
    position: absolute;
    bottom: calc(100% + 15px);
    right: 0px
}

.agency .dot-large {
    position: absolute;
    bottom: 40px;
    right: 4%;
    max-width: 25vw;
    z-index: -1
}

.agency-two .agency__thumb::before,
.agency-two .agency__thumb::after {
    content: none
}

.agency-two .clutch {
    width: 220px;
    border-radius: 100px
}

.agency-two .clutch img {
    border-radius: 100px
}

.agency-two .cta {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap
}

.agency-two h5 {
    color: var(--white)
}

.agency-two .single p {
    color: var(--secondary-color);
    margin-top: 6px;
    text-transform: capitalize
}

.portfolio {
    overflow-x: clip
}

.portfolio .portfolio__text-slider {
    margin-bottom: 80px
}

.portfolio .portfolio__text-slider-single h2 {
    margin-top: -20px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px
}

.portfolio .portfolio__text-slider-single h2 i {
    color: var(--primary-color)
}

.portfolio .portfolio__text-slider-single:nth-of-type(even) h2 {
    font-family: sans-serif;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--white)
}

.portfolio .portfolio__text-slider-single:nth-of-type(even) h2 i {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--primary-color)
}

.portfolio .portfolio__text-slider-single:nth-of-type(even) h2 a:hover {
    -webkit-text-stroke-color: var(--primary-color)
}

.portfolio .portfolio__single {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.portfolio .portfolio__single::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 0px;
    height: 0px;
    transition: var(--transition);
    background-color: var(--primary-color)
}

.portfolio .portfolio__single::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 0px;
    width: 0px;
    transition: var(--transition);
    background-color: var(--primary-color)
}

.portfolio .portfolio__single a {
    width: 100%
}

.portfolio .portfolio__single img {
    width: 100%;
    min-height: 300px
}

.portfolio .portfolio__single .portfolio__single-content {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 40px;
    background-color: var(--white);
    text-align: end;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(-160%) scale(1.4);
    transition: var(--transition);
    max-width: 90%
}

.portfolio .portfolio__single .portfolio__single-content a {
    width: auto
}

.portfolio .portfolio__single .portfolio__single-content a i {
    font-size: 56px;
    color: var(--primary-color)
}

.portfolio .portfolio__single .portfolio__single-content h4 a {
    color: var(--black);
    font-weight: 600
}

.portfolio .portfolio__single .portfolio__single-content h4 a:hover {
    color: var(--primary-color)
}

.portfolio .portfolio__single:hover::before {
    width: 1px;
    height: calc(100% - 40px)
}

.portfolio .portfolio__single:hover::after {
    height: 1px;
    width: calc(100% - 40px)
}

.portfolio .portfolio__single:hover .portfolio__single-content {
    transform: translateY(0px) scale(1)
}

.portfolio .portfolio__single-active::before {
    width: 1px;
    height: calc(100% - 40px)
}

.portfolio .portfolio__single-active::after {
    height: 1px;
    width: calc(100% - 40px)
}

.portfolio .portfolio__single-active .portfolio__single-content {
    transform: translateY(0px) scale(1)
}

.portfolio .portfolio__single-alt-wrapper {
    background-color: #000;
    padding: 20px;
    border: 1px solid var(--primary-color);
    height: 100%
}

.portfolio .portfolio__single-alt {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 1;
    min-height: 300px
}

.portfolio .portfolio__single-alt h4 {
    text-transform: uppercase
}

.portfolio .portfolio__single-alt .arr {
    position: absolute;
    bottom: 60px;
    left: 60px;
    font-size: 120px;
    font-weight: 900;
    color: var(--primary-color)
}

.portfolio .portfolio__single-alt img {
    max-width: 25%
}

.portfolio .portfolio__single-alt .dot-one {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: -1
}

.portfolio .portfolio__single-alt .dot-two {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: -1
}

.portfolio-two .portfolio__text-slider {
    margin-bottom: 80px
}

.portfolio-two .portfolio__text-slider-single h2 {
    margin-top: -20px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px
}

.portfolio-two .portfolio__text-slider-single h2 i {
    color: var(--primary-color)
}

.portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 {
    font-family: sans-serif;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--white)
}

.portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 i {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--primary-color)
}

.portfolio-two .portfolio-two__filter-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 24px;
    justify-content: space-between
}

.portfolio-two .portfolio-two__filter-btn button {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-transform: uppercase
}

.portfolio-two .portfolio-two__filter-btn button span {
    color: #474747;
    transition: var(--transition)
}

.portfolio-two .portfolio-two__filter-btn button:hover {
    color: var(--primary-color)
}

.portfolio-two .portfolio-two__filter-btn button:hover span {
    color: var(--white)
}

.portfolio-two .portfolio-two__filter-btn .active {
    color: var(--primary-color)
}

.portfolio-two .portfolio-two__filter-btn .active span {
    color: var(--white)
}

.filter-item-space {
    margin-bottom: 30px
}

.masonry-grid {
    margin-bottom: -30px
}

.portfolio-three {
    position: relative;
    z-index: 1
}

.portfolio-three .slick-track {
    display: flex
}

.portfolio-three .portfolio__single {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    flex: 1
}

.portfolio-three .portfolio__single::before,
.portfolio-three .portfolio__single::after {
    content: none
}

.portfolio-three .portfolio__single a {
    width: 100%;
    height: 100%
}

.portfolio-three .portfolio__single img {
    width: 100%;
    height: 100%;
    min-height: 360px
}

.portfolio-three .portfolio__single .portfolio__single-content {
    position: absolute;
    bottom: 0px;
    top: unset;
    right: unset;
    left: 0px;
    padding: 40px;
    background-color: var(--white);
    text-align: end;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateY(160%) scale(1.4);
    transition: var(--transition);
    max-width: 90%
}

.portfolio-three .portfolio__single .portfolio__single-content a {
    width: auto
}

.portfolio-three .portfolio__single .portfolio__single-content a i {
    font-size: 56px;
    color: var(--primary-color)
}

.portfolio-three .portfolio__single .portfolio__single-content h4 a {
    color: var(--black);
    font-weight: 600
}

.portfolio-three .portfolio__single .portfolio__single-content h4 a:hover {
    color: var(--primary-color)
}

.portfolio-three .portfolio__single:hover .portfolio__single-content {
    transform: translateY(160%) scale(1.4)
}

.portfolio-three .slick-center .portfolio__single-content {
    transform: translateY(0px) scale(1)
}

.portfolio-three .slick-center:hover .portfolio__single-content {
    transform: translateY(0px) scale(1)
}

.portfolio-three .slide-group {
    position: absolute;
    padding: 0px 20px;
    top: 70%;
    left: 0%;
    right: 0%;
    transform: translateY(-70%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    z-index: 2;
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto
}

.offer {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.offer .star {
    position: absolute;
    bottom: 20%;
    z-index: -1;
    left: 40%;
    transform: translate(-40%, -20%)
}

.offer .offer__cta {
    margin-left: 20px;
}

.offer .offer__cta .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: #404040;
    border-radius: 30px;
    text-transform: uppercase;
    transition: var(--transition)
}

.offer .offer__cta .sub-title i {
    transform: rotate(-45deg);
    color: var(--primary-color);
    opacity: .5;
    transition: var(--transition)
}

.offer .offer__cta h2 a {
    justify-content: space-between;
    text-transform: capitalize;
    width: 100%;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    gap: 16px;
    font-size: 40px;
    line-height: 50px;
}

.offer .offer__cta h2 a i {
    font-weight: 900;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #404040;
    transition: var(--transition)
}

.offer .offer__cta .offer__cta-single {
    position: relative;
    margin-bottom: 30px
}

.offer .offer__cta .offer__cta-single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.offer__cta-single {
    position: relative;
}

.offer-subtext-hover {
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
}

.offer__cta-single:hover .offer-subtext-hover {
    max-height: 200px;
    transform: translateY(0);
}

.offer .offer__cta .offer__cta-single:hover .sub-title {
    color: var(--primary-color)
}

.offer .offer__cta .offer__cta-single:hover .sub-title i {
    opacity: 1
}

.offer .offer__cta .offer__cta-single:hover h2 a {
    color: var(--primary-color)
}

.offer .offer__cta .offer__cta-single:hover h2 a i {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: 0px;
    color: var(--primary-color)
}

.offer-two .offer-two__slider,
.offer-two .offer-two__slider-rtl {
    margin: -60px 0px
}

.offer-two .offer-two__slider .offer__cta,
.offer-two .offer-two__slider-rtl .offer__cta {
    direction: ltr
}

.offer-two .offer__cta {
    padding: 60px 0px
}

.offer-two .offer__cta .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: #404040;
    border-radius: 30px;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: var(--transition)
}

.offer-two .offer__cta .sub-title i {
    transform: rotate(-45deg);
    color: var(--primary-color);
    opacity: .5;
    transition: var(--transition)
}

.offer-two .offer__cta h2 a {
    justify-content: space-between;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500;
    color: #404040;
    gap: 16px
}

.offer-two .offer__cta h2 a i {
    font-weight: 900;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #404040;
    transition: var(--transition)
}

.offer-two .offer__cta .offer__cta-single {
    position: relative
}

.offer-two .offer__cta .offer-thumb-hover {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    inset-inline-start: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity .3s, transform .7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: -120px 0 0 -120px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1
}

.offer-two .offer__cta .offer__cta-single:hover .sub-title {
    color: var(--primary-color)
}

.offer-two .offer__cta .offer__cta-single:hover .sub-title i {
    opacity: 1
}

.offer-two .offer__cta .offer__cta-single:hover h2 a {
    color: var(--primary-color)
}

.offer-two .offer__cta .offer__cta-single:hover h2 a i {
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: 0px;
    color: var(--primary-color)
}

.offer-two .offer__cta .offer__cta-single:hover .offer-thumb-hover {
    opacity: 1
}



.process {
    background: #0f0f0f;
    padding: 100px 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}


.section-desc {
    max-width: 500px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.step {
    padding: 48px 36px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.step:last-child {
    border-right: none;
}

.step-num {
    font-size: 80px;
    color: rgba(255, 91, 26, 0.438);
    display: block;
    margin-bottom: 50px;
}

.step-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.step-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}



.testimonial .testimonial__text-slider {
    margin-bottom: 80px
}

.testimonial .testimonial__text-slider-single h2 {
    margin-top: -20px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
    font-family: sans-serif;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--white)
}

.testimonial .testimonial__text-slider-single h2 i {
    -webkit-text-fill-color: var(--primary-color);
    -webkit-text-stroke: 0px var(--primary-color);
    color: var(--primary-color)
}

.testimonial .testimonial__text-slider-single h2 a:hover {
    -webkit-text-stroke-color: var(--primary-color)
}

.testimonial .testimonial-s__slider .thumb {
    position: relative
}

.testimonial .testimonial-s__slider .thumb svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -80px
}

.testimonial .testimonial-s__slider .testimonial-s__content .quote i {
    font-size: 56px;
    color: var(--primary-color)
}

.testimonial .testimonial-s__slider .testimonial-s__content .content {
    margin: 30px 0px
}

.testimonial .testimonial-s__slider .testimonial-s__content h4 {
    font-weight: 400;
    text-transform: capitalize
}

.testimonial .testimonial-s__slider .testimonial-s__content .content-cta p {
    color: var(--primary-color);
    margin-top: 6px
}

.testimonial .slide-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    flex-direction: column
}

.testimonial .slide-group button {
    position: relative;
    z-index: 9
}

.testimonial .slide-group button:nth-of-type(1) {
    transform: rotate(90deg)
}

.testimonial .slide-group button:nth-of-type(2) {
    transform: rotate(90deg)
}

.testimonial .other-section {
    position: absolute;
    left: 0px;
    bottom: 130px;
    width: 330px;
    opacity: .25;
    transform: translateX(-40%)
}

.testimonial-two {
    background: url("../images/testimonial/line.png"), var(--tertiary-color);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonial-two .testimonial-two__thumb img {
    border-radius: 500px
}

.testimonial-two .quote {
    margin: 30px 0px
}

.testimonial-two .quote i {
    font-size: 60px;
    color: var(--primary-color)
}

.testimonial-two blockquote {
    color: #c1c1c1
}

.testimonial-two .author-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 30px
}

.testimonial-two .author-meta img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonial-two .author-meta h5 {
    margin-bottom: 6px
}

.testimonial-two .star {
    position: absolute;
    top: 80px;
    right: 120px;
    z-index: -1
}

.testimonial-three {
    background-color: var(--tertiary-color)
}

.blog {
    background-color: var(--tertiary-color)
}

.blog .blog__single-thumb a {
    width: 100%
}

.blog .blog__single-thumb a img {
    width: 100%;
    min-height: 360px
}

.blog .blog__single-content {
    margin-top: 40px
}

.blog .blog__single-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog .blog__single-meta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--primary-color);
    border-radius: 30px;
    text-transform: uppercase
}

.blog .blog__single-meta a i {
    transform: rotate(-45deg)
}

.blog .blog__single-meta p {
    color: var(--secondary-color)
}

.blog-two {
    background-color: var(--black)
}

.blog-two .blog-two__slider-single {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog-two .blog-two__slider-single::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    transform: translateY(100%);
    transition: var(--transition)
}

.blog-two .blog-two__slider-single .blog__single-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 40px;
    width: 100%;
    transform: translateY(200%);
    transition: var(--transition);
    margin: 0px
}

.blog-two .blog-two__slider-single:hover::before {
    transform: translateY(0px)
}

.blog-two .blog-two__slider-single:hover .blog__single-content {
    transform: translateY(0px)
}

.blog-two .slick-center::before {
    transform: translateY(0px)
}

.blog-two .slick-center .blog__single-content {
    transform: translateY(0px)
}

.blog-three .blog-three__wrapper {
    padding-top: 65px;
    border-top: 1px solid #414141
}

.blog-three .blog-three__single {
    padding: 30px 0px;
    border-bottom: 1px solid #414141
}

.blog-three .blog-three__single:nth-of-type(1) {
    padding-top: 0px
}

.blog-three .blog-three__single:nth-last-of-type(1) {
    padding-bottom: 0px;
    border-bottom: 0px
}

.blog-three .blog-three__single:hover h4 a {
    color: var(--primary-color);
    text-decoration: underline
}

.blog-three .blog__single-content h4 {
    max-width: 650px
}

.blog-three .blog__single-content h4 a {
    text-transform: capitalize
}

.blog-three .blog__single-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-three .blog__single-meta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--primary-color);
    border-radius: 30px;
    text-transform: uppercase
}

.blog-three .blog__single-meta a i {
    transform: rotate(-45deg)
}

.blog-three .blog__single-meta p {
    color: var(--secondary-color)
}

.blog-three .blog-single-img a {
    width: 100%
}

.blog-three .blog-single-img img {
    width: 100%
}

.sponsor .sponsor__slider-item {
    text-align: center
}

.sponsor .sponsor__slider-item img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    opacity: .25;
    transition: var(--transition)
}

.sponsor .slick-center img {
    opacity: 1
}

.sponsor-three {
    background-color: var(--tertiary-color)
}

.next-page .next__text-slider-single h2 {
    margin-top: -14px;
    margin-bottom: -14px
}

.next-page .next__text-slider-single h2 a {
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px
}

.next-page .next__text-slider-single h2 a i {
    color: var(--primary-color)
}

.next-page .next__text-slider-single:nth-of-type(even) h2 a {
    font-family: sans-serif;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--white);
    color: rgba(0, 0, 0, 0)
}

.next-page .next__text-slider-single:nth-of-type(even) h2 a i {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--primary-color)
}

.next-page .next__text-slider-single:nth-of-type(even) h2 a:hover {
    -webkit-text-stroke-color: var(--primary-color)
}

.liner {
    position: relative
}

.liner::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    border-top: 1px solid #414141
}

.award {
    background-color: var(--tertiary-color);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.award .award-thumb img {
    border-radius: 0px 1000px 1000px 0px
}

.award .award__content .title span {
    color: var(--primary-color)
}

.award .award__content-meta {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 40px;
    position: relative
}

.award .award__content-meta::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    height: 1px;
    width: 100%;
    background-color: var(--primary-color)
}

.award .single {
    position: relative
}

.award .single::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0px;
    border: 15px solid rgba(0, 0, 0, 0);
    border-top-color: var(--primary-color)
}

.award .single h4 {
    color: #fff;
    font-weight: 700
}

.award .single h4:nth-of-type(1) {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 50px
}

.award .single p {
    margin-top: 10px;
    color: var(--secondary-color)
}

.award .star,
.award .star-two,
.award .dot,
.award .dot-two {
    position: absolute;
    z-index: -1
}

.award .star {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 10vw
}

.award .star-two {
    bottom: 60px;
    left: 20%;
    max-width: 2vw
}

.award .dot {
    top: 40%;
    left: 6%;
    max-width: 10vw
}

.award .dot-two {
    bottom: 60px;
    left: 50%;
    transform: translateX(-45%);
    max-width: 10vw
}

.video-modal {
    position: relative
}

.video-modal .modal-bg {
    width: 100%;
    min-height: 360px
}

.video-modal .video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    min-width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px
}

.video-modal .video-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.video-modal .video-frame i {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--white)
}

.video-modal .video-frame:hover img {
    animation-play-state: paused
}

.cta-s .cta__wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 20px;
    background-color: #101010;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.cta-s .footer__single-form {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.cta-s .footer__single-form .input-email {
    border-radius: 100px;
    border: 1px solid #c1c1c1
}

.cta-s .footer__single-form .input-email input {
    padding: 24px 30px;
    width: calc(100% - 100px)
}

.cta-s .footer__single-form .input-email button {
    width: 100px;
    min-width: 100px
}

.cta-s .star,
.cta-s .star-two {
    position: absolute;
    z-index: -1;
    opacity: .25
}

.cta-s .star {
    left: 40px;
    top: 20%;
    max-width: 10vw
}

.cta-s .star-two {
    right: 60px;
    bottom: 10%;
    max-width: 10vw
}

.cta-two .cta-two-wrapper {
    max-width: 1350px;
    padding: 80px 65px;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px
}

.cta-two span {
    padding: 10px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 20px;
    border-top-left-radius: 0px;
    display: inline-block
}

.cta-two h2,
.cta-two h5 {
    text-transform: capitalize
}

.cta-two h2 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px
}

.cta-two .btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--primary-color) !important
}

.service-f {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.service-f .service-f-single {
    padding: 40px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    border-top: 1px solid #414141;
    padding-right: 90px;
    position: relative
}

.service-f .service-f-single:nth-last-of-type(1) {
    border-bottom: 1px solid #414141
}

.service-f .service-f-single .toggle-service-f {
    position: relative
}

.service-f .service-f-single .toggle-service-f::before {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 18px
}

.service-f .service-f-single-active .toggle-service-f::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color);
    font-size: 18px
}

.service-f .service-f-single-active .single-item .sub-title {
    opacity: 1
}

.service-f .single-item .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--white);
    border-radius: 30px;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: var(--transition);
    opacity: .5
}

.service-f .single-item .sub-title i {
    transform: rotate(-45deg);
    color: var(--primary-color);
    transition: var(--transition)
}

.service-f .single-item h4 {
    margin-bottom: 24px
}

.service-f .single-item p {
    max-width: 450px
}

.service-f .single-item ul {
    min-width: 220px
}

.service-f .single-item li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.service-f .single-item li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.service-f .single-item li i {
    font-size: 14px;
    color: var(--primary-color)
}

.service-f button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d1d1d;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0px
}

.service-f .p-single {
    display: none
}

.service-f .dot-img {
    position: absolute;
    top: 50%;
    left: 6%;
    max-width: 15vw;
    z-index: -1
}

.work-steps {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.work-steps .work-steps__single {
    padding-top: 230px;
    position: relative
}

.work-steps .work-steps__single h5 {
    position: relative;
    z-index: 2;
    padding: 16px 30px;
    border: 1px dashed #414141;
    background-color: var(--black);
    border-radius: 100px;
    overflow: hidden;
    text-transform: capitalize;
    transition: var(--transition)
}

.work-steps .work-steps__single h5::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 0%;
    border-radius: 100px;
    background: linear-gradient(90deg, #ff7425 0%, rgba(255, 116, 37, 0) 60.08%);
    z-index: -1;
    transition: var(--transition)
}

.work-steps .work-steps__single span {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f;
    text-align: center;
    color: #8d8d8d;
    line-height: 1.4;
    transition: var(--transition)
}

.work-steps .work-steps__single span::after {
    content: "";
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    width: 1px;
    background-color: #414141;
    transition: var(--transition)
}

.work-steps .work-steps__single .work-thumb-hover {
    width: 600px;
    height: 220px;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity .3s, transform .7s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 60px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.work-steps .work-steps__single:hover span {
    background-color: var(--primary-color);
    color: var(--white)
}

.work-steps .work-steps__single:hover span::after {
    height: 108px
}

.work-steps .work-steps__single:hover h5 {
    border: 1px solid rgba(0, 0, 0, 0)
}

.work-steps .work-steps__single:hover h5::before {
    width: 100%
}

.work-steps .work-steps__single:hover .work-thumb-hover {
    opacity: 1
}

.work-steps .work-steps__single-active span {
    background-color: var(--primary-color);
    color: var(--white)
}

.work-steps .work-steps__single-active span::after {
    height: 108px
}

.work-steps .work-steps__single-active h5 {
    border: 1px solid rgba(0, 0, 0, 0)
}

.work-steps .work-steps__single-active h5::before {
    width: 100%
}

.work-steps .work-steps__single-active .work-thumb-hover {
    opacity: 1
}

.work-steps .work-two {
    margin-top: 100px
}

.work-steps .work-three {
    margin-top: 200px
}

.work-steps .work-four {
    margin-top: 300px
}

.work-steps .video-frame {
    position: absolute;
    top: 33%;
    right: 12%;
    width: 190px;
    min-width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--primary-color)
}

.work-steps .video-frame img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    animation: rotateInfinite 24s linear infinite;
    animation-play-state: running
}

.work-steps .video-frame:hover img {
    animation-play-state: paused
}

.work-alt {
    background-color: var(--tertiary-color)
}

.four-info .primary-text {
    margin-bottom: 24px;
    font-weight: 600
}

.projects-s .projects-s__single {
    padding: 30px;
    border: 1px solid #414141
}

.projects-s .projects-s__single .thumb a {
    width: 100%
}

.projects-s .projects-s__single .thumb a img {
    width: 100%
}

.projects-s .projects-s__single .content {
    margin-top: 30px
}

.projects-s .projects-s__single .content h4 {
    text-transform: capitalize
}

.projects-s .projects-s__single .content p {
    margin-top: 20px;
    color: #d9d9d9
}

.projects-s .gaper {
    margin-bottom: 65px
}

.projects-s .gaper:nth-last-of-type(1) {
    margin-bottom: 0px
}

.project__text-slider {
    margin-bottom: 80px;
    padding: 40px 0px;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141
}

.project__text-slider-single h2 {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px
}

.project__text-slider-single h2 i {
    color: var(--primary-color);
    font-size: 30px
}

@keyframes fde {
    0% {
        transform: translateY(40px);
        display: none;
        opacity: 0;
        visibility: hidden
    }

    100% {
        transform: translateY(0px);
        display: block;
        opacity: 1;
        visibility: visible
    }
}

@keyframes fdee {
    0% {
        transform: translateX(-100px)
    }

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

.team-slider-s {
    overflow-x: clip
}

.team-slider-s .team-s__slider-single {
    overflow: hidden
}

.team-slider-s .team-s__slider-single .content {
    transform: translateY(100%);
    transition: var(--transition);
    display: none;
    opacity: 0;
    visibility: hidden
}

.team-slider-s .team-s__slider-single .thumb {
    position: relative;
    overflow: hidden
}

.team-slider-s .team-s__slider-single .thumb a {
    width: 100%
}

@keyframes rer {
    0% {
        transform: translateY(-200%);
        display: none;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px)
    }
}

.team-slider-s .team-s__slider-single .thumb .thumb__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: left bottom;
    height: 130px;
    width: 240px;
    overflow-y: clip;
    transition: all .4s ease-in-out;
    display: none
}

.team-slider-s .team-s__slider-single .thumb .thumb__content p {
    color: var(--primary-color);
    margin-top: 8px
}

.team-slider-s .team-s__slider-single .thumb .thumb__content .info {
    transform: translateY(-200%);
    display: none;
    transition: var(--transition);
    margin-bottom: 20px
}

.team-slider-s .team-s__slider-single .thumb .thumb__content .info p {
    color: var(--white)
}

.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 100%;
    bottom: 0px;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #f90 0%, #cc2500 100%);
    transition: all .4s ease-in-out;
    transition-delay: 0s;
    transform: translateY(100%)
}

.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt a {
    width: auto
}

.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt a:hover {
    color: var(--white)
}

.team-slider-s .team-s__slider-single .thumb:hover .thumb__content {
    height: 220px
}

.team-slider-s .team-s__slider-single .thumb:hover .thumb__content .info {
    transform: translateY(0px);
    display: block;
    animation: rer .4s ease-in-out
}

.team-slider-s .team-s__slider-single .thumb:hover .thumb__content .social-alt {
    transform: translateY(0px)
}

.team-slider-s .slick-track {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important
}

.team-slider-s .slick-center-active .content {
    transform: translateY(0px);
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fde .6s ease-in-out;
    max-width: 340px
}

.team-slider-s .slick-center-active .team-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 24px;
    padding: 25px 20px;
    background-color: #131313
}

.team-slider-s .slick-center-active .team-wrap .thumb {
    max-width: 290px;
    min-width: 290px
}

.team-slider-s .slick-center-active .team-wrap .thumb img {
    width: 100%;
    min-height: 500px
}

.team-slider-s .slick-center-active .team-wrap .intro p {
    color: var(--primary-color);
    margin-top: 6px
}

.team-slider-s .slick-center-active .team-wrap hr {
    background-color: #414141;
    height: 1px;
    margin: 24px 0px;
    opacity: 1
}

.team-slider-s .slick-center-active .team-wrap .inner p,
.team-slider-s .slick-center-active .team-wrap .inner span {
    font-size: 14px
}

.team-slider-s .slick-center-active .team-wrap .skill-wrap {
    margin: 24px 0px
}

.team-slider-s .slick-center-active .team-wrap .skill-bar-single {
    margin-bottom: 10px
}

.team-slider-s .slick-center-active .team-wrap .skill-bar-single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.team-slider-s .slick-center-active .team-wrap .skill-bar-wrapper {
    margin-top: 10px
}

.team-slider-s .slick-center-active .team-wrap .skill-bar-wrapper span {
    color: #757575
}

.team-slider-s .slick-center-active .team-wrap .skill-bar {
    height: 5px;
    border-radius: 100px;
    background-color: #fff;
    position: relative
}

.team-slider-s .slick-center-active .team-wrap .skill-bar-percent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: var(--primary-color);
    border-radius: inherit
}

.team-slider-s .slick-center-active .team-wrap .percent-value {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0px
}

.team-slider-s .slick-center-active .team-wrap .social {
    margin-top: 30px;
    justify-content: flex-start;
    gap: 14px
}

.team-slider-s .slick-center-active .team-wrap .social a {
    border: 1px solid #888;
    color: #888;
    background-color: rgba(0, 0, 0, 0)
}

.team-slider-s .slick-center-active .team-wrap .social a:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.team-slider-s .team-r .slide-group {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    max-width: 86%;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

.team-slider-s .team-r .slide-group button {
    background-color: var(--white);
    color: var(--primary-color)
}

.team-slider-s .team-r .slide-group button:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.team-slider-s .team-r:hover .slide-group {
    display: flex
}

.mission-s .mission-s__single {
    height: 100%;
    background-color: #131313
}

.mission-s .mission-s__single--alt {
    padding: 80px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: var(--transition);
    border: 10px solid rgba(0, 0, 0, 0)
}

.mission-s .mission-s__single--alt:hover {
    border: 10px solid var(--primary-color)
}

.mission-s .mission-s__single--alt h3 {
    text-transform: capitalize
}

.mission-s .mission-s__single--alt p {
    text-transform: capitalize
}

.achievements .achievements__slider-single {
    text-align: center
}

.service-t {
    position: relative;
    overflow-x: clip;
    z-index: 1
}

.service-t .service-t-single-wrapper {
    position: relative;
    z-index: 1;
    padding: 3px 3px 0px 3px
}

.service-t .service-t-single-wrapper::before {
    content: "";
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 0%;
    background-image: linear-gradient(to bottom, #ff7425, transparent);
    z-index: -1;
    transition: var(--transition)
}

.service-t .service-t-single-wrapper:hover::before {
    height: 100%
}

.service-t .service-t-single-wrapper:hover .cta a i {
    -webkit-text-stroke: 1px var(--primary-color)
}

.service-t .service-t-single-wrapper:hover .cta a span {
    transform: translateY(0px);
    color: var(--primary-color)
}

.service-t .service-t__slider-single {
    padding: 40px;
    background-color: var(--tertiary-color);
    position: relative
}

.service-t .service-t__slider-single .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    border-radius: 30px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: var(--white)
}

.service-t .service-t__slider-single .sub-title i {
    transform: rotate(-45deg);
    color: var(--primary-color)
}

.service-t .service-t__slider-single h4 a {
    font-size: 30px;
    font-weight: 700
}

.service-t .service-t__slider-single ul {
    margin: 30px 0px 40px
}

.service-t .service-t__slider-single ul li {
    list-style-type: disc;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.service-t .service-t__slider-single ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.service-t .service-t__slider-single .cta a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-transform: uppercase;
    overflow: hidden
}

.service-t .service-t__slider-single .cta a i {
    font-size: 36px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--white);
    transition: var(--transition)
}

.service-t .service-t__slider-single .cta a span {
    color: var(--white);
    font-size: inherit;
    line-height: inherit;
    transition: inherit;
    transform: translateY(200%)
}

.service-t .slide-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1
}

.service-t .slide-group button {
    z-index: 2
}

.ux-process {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.ux-process .intro-btn h4 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px
}

.ux-process .intro-btn h4::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 15px;
    height: 15px;
    background-color: #ff8e5e
}

.ux-process .service-f-single {
    padding: 24px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    border-top: 1px solid #414141;
    padding-right: 160px;
    position: relative
}

.ux-process .service-f-single:nth-last-of-type(1) {
    border-bottom: 1px solid #414141
}

.ux-process .service-f-single:nth-of-type(2) .intro-btn h4::before {
    background-color: #d7f890
}

.ux-process .service-f-single:nth-of-type(3) .intro-btn h4::before {
    background-color: #757575
}

.ux-process .service-f-single:nth-of-type(4) .intro-btn h4::before {
    background-color: #84d6d7
}

.ux-process .service-f-single:nth-of-type(5) .intro-btn h4::before {
    background-color: #348cff
}

.ux-process .service-f-single:nth-of-type(6) .intro-btn h4::before {
    background-color: #fed56a
}

.ux-process .service-f-single .toggle-service-f {
    position: relative
}

.ux-process .service-f-single .toggle-service-f::before {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 18px
}

.ux-process .service-f-single-active .toggle-service-f::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color);
    font-size: 18px
}

.ux-process .body-cn {
    max-width: 640px
}

.ux-process .body-cn p {
    max-width: 100% !important
}

.ux-process button {
    background-color: rgba(0, 0, 0, 0);
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 0px
}

.ux-process .p-single {
    display: none
}

.poster img,
.poster-small img {
    width: 100%;
    min-height: 260px
}

.details-group h3 {
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize
}

.details-group p {
    margin-bottom: 24px
}

.details-group p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.project-sl {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: clip;
    margin: 0px -15px
}

.project-sl .project-sl__single {
    padding: 0px 15px;
    max-width: 360px;
    min-width: 360px;
    width: 100%;
    border-right: 1px solid #414141
}

.project-sl .project-sl__single:hover a {
    color: var(--primary-color)
}

.project-sl .thumb {
    margin-bottom: 100px
}

.project-sl .thumb a {
    width: 100%;
    height: 430px;
    display: block
}

.project-sl .thumb a img {
    width: 100%;
    height: 100%
}

.project-sl .content {
    display: flex;
    align-items: center;
    justify-content: center
}

.project-sl .content h2 {
    height: 400px
}

.project-sl .content h2 a {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    text-transform: capitalize
}

.project-d .project-d-group h3 {
    margin-bottom: 40px
}

.project-d .project-d-group p {
    margin-bottom: 30px
}

.project-d .project-d-group p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.project-d .project-d-group ul {
    margin-top: 20px
}

.project-d .project-d-group ul li {
    margin-bottom: 12px;
    list-style-type: disc
}

.project-d .project-d-group ul li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.project-d .poster__slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 60px 0px
}

.project-d .poster__slider-wrapper img {
    width: 100%;
    min-height: 300px
}

.project-d .poster__slider-wrapper .slide-group {
    padding: 0px 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between
}

.project-d .poster__slider-wrapper .slide-group button {
    z-index: 2
}

.project-d .project-d-o__single {
    padding: 30px;
    border: 1px solid #414141;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

.project-d .project-d-o__single h5 {
    position: relative;
    padding-left: 20px
}

.project-d .project-d-o__single h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color)
}

.project-d .project-d-o__single p {
    color: #757575;
    margin-top: 12px
}

.project-d .project-d-o__single .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 5px
}

.project-d .quote-pj {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 160px 40px 0px;
    border: 1px solid #414141;
    border-left: 0px;
    border-right: 0px;
    margin-top: 40px
}

.project-d .quote-pj .quote {
    margin-bottom: 30px
}

.project-d .quote-pj .quote i {
    color: var(--primary-color);
    font-size: 56px
}

.project-d .quote-pj .cont {
    max-width: 800px
}

.project-d .quote-pj h4 {
    color: var(--secondary-color)
}

.project-d .project-d__slider img {
    width: 100%;
    min-height: 280px
}

.blog-main {
    position: relative
}

.blog-main .blog-main__sidebar,
.blog-main .blog-main__content {
    position: sticky;
    top: 140px
}

.blog-main .blog-main__single {
    margin-bottom: 65px
}

.blog-main .blog-main__single:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .blog-main__single .thumb {
    padding: 30px;
    border: 1px solid #414141;
    border-radius: 10px
}

.blog-main .blog-main__single .thumb .thumb-link {
    position: relative
}

.blog-main .blog-main__single .thumb .thumb-link a {
    width: 100%
}

.blog-main .blog-main__single .thumb .thumb-link a img {
    width: 100%;
    min-height: 240px
}

.blog-main .blog-main__single .thumb .thumb-link .video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blog-main .blog-main__single .thumb .thumb-link .video-wrap a {
    width: 104px;
    min-width: 104px;
    height: 104px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    color: #000;
    font-size: 30px
}

.blog-main .blog-main__single .video-wrap a {
    position: relative;
    z-index: 1
}

.blog-main .blog-main__single .video-wrap a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    background-color: inherit;
    opacity: .8;
    z-index: -1;
    animation: wave 3s linear infinite
}

.blog-main .blog-main__single .video-wrap a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    background-color: inherit;
    opacity: .4;
    z-index: -2;
    animation: wave 6s linear infinite;
    animation-delay: 1s
}

.blog-main .blog-main__single .meta {
    display: flex;
    align-items: center;
    gap: 24px;
    row-gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-main .blog-main__single .meta__left {
    display: flex;
    align-items: center;
    gap: 24px
}

.blog-main .blog-main__single .meta__left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.blog-main .blog-main__single .meta__left strong {
    color: var(--theme-color)
}

.blog-main .blog-main__single .meta__left p {
    font-size: 14px;
    color: #646464
}

.blog-main .blog-main__single .meta__right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end
}

.blog-main .blog-main__single .meta__right a {
    width: auto;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 30px;
    font-weight: 400;
    color: #646464;
    background-color: #eee
}

.blog-main .blog-main__single .meta__right a:hover {
    background-color: #dff0fa
}

.blog-main .blog-main__single .content {
    padding: 30px 30px 0px
}

.blog-main .blog-main__single .content .h4 {
    margin-bottom: 20px
}

.blog-main .blog-main__single .content a {
    letter-spacing: 0px
}

.blog-main .blog-main__single .content a:hover {
    color: var(--primary-color)
}

.blog-main .blog-main__single .content .cta {
    margin-top: 30px
}

.blog-main .blog-main__single .content .cta a {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #f5f5f5;
    font-size: 18px;
    color: var(--black)
}

.blog-main .blog-main__single .content .cta a:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.blog-main .blog-main__sidebar {
    background-color: #101010;
    padding: 30px
}

.blog-main .widget {
    margin-bottom: 40px
}

.blog-main .widget:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .widget .widget__head {
    margin-bottom: 30px
}

.blog-main .widget .widget__head .h5 {
    font-weight: 500
}

.blog-main .widget .form-group-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #414141;
    background-color: var(--black);
    padding-right: 20px
}

.blog-main .widget .form-group-input input {
    width: 100%;
    padding: 12px 20px 12px 20px;
    background-color: var(--black);
    color: #fff
}

.blog-main .widget .form-group-input button {
    font-size: 20px;
    color: #646464
}

.blog-main .widget .form-group-input button:hover {
    color: var(--primary-color)
}

.blog-main .widget__list li {
    list-style-type: disc;
    margin-bottom: 14px
}

.blog-main .widget__list li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-main .widget__list a {
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.blog-main .widget__list a:hover {
    color: var(--primary-color)
}

.blog-main .widget__latest .latest-single {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #414141;
    margin-bottom: 30px
}

.blog-main .widget__latest .latest-single:nth-last-of-type(1) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px solid rgba(0, 0, 0, 0)
}

.blog-main .widget__latest .latest-thumb {
    width: 80px;
    height: 80px;
    min-width: 80px
}

.blog-main .widget__latest .latest-thumb a {
    width: 100%
}

.blog-main .widget__latest .latest-thumb img {
    width: 100%
}

.blog-main .widget__latest .latest-content p {
    color: #646464;
    line-height: 26px !important;
    margin-bottom: 6px
}

.blog-main .widget__latest .latest-content a {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px
}

.blog-main .widget__latest .latest-content a:hover {
    color: var(--primary-color)
}

.blog-main .widget__tags ul {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap
}

.blog-main .widget__tags ul a {
    font-size: 14px;
    color: #646464;
    text-transform: capitalize
}

.blog-main .widget__tags ul a:hover {
    color: var(--primary-color)
}

.blog-main .widget-big a {
    width: 100%
}

.blog-main .widget-big a img {
    width: 100%;
    min-height: 200px
}

.blog-main .pagination-wrapper {
    padding-top: 50px;
    margin-top: 65px;
    border-top: 1px solid #414141
}

.blog-main .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.blog-main .pagination a {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d9d9;
    background-color: #000;
    color: #fff;
    transition: var(--transition)
}

.blog-main .pagination a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color)
}

.blog-main .pagination .active {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color)
}

.blog-main .pagination button {
    font-size: 20px;
    color: var(--theme-color)
}

.blog-main .pagination button:hover {
    color: var(--primary-color)
}

.blog-details .bd-thumb img {
    width: 100%;
    min-height: 240px
}

.blog-details .bd-content {
    padding: 30px
}

.blog-details .bd-meta {
    margin-bottom: 30px
}

.blog-details .bd-meta .meta__left {
    display: flex;
    align-items: center;
    gap: 24px
}

.blog-details .bd-meta .meta__left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.blog-details .bd-meta .meta__left strong {
    color: var(--theme-color)
}

.blog-details .bd-meta .meta__left p {
    font-size: 14px;
    color: #646464
}

.blog-details .bd-content-info .paragraph {
    margin-top: 20px;
    margin-bottom: 50px
}

.blog-details .bd-group {
    display: flex;
    gap: 16px
}

.blog-details .bd-group img {
    width: calc(50% - 8px);
    height: 100%
}

.blog-details .bd-content__alt {
    margin-top: 30px
}

.blog-details .bd-content__alt ul {
    margin-top: 30px
}

.blog-details .bd-content__alt li {
    list-style-type: disc;
    margin-bottom: 10px
}

.blog-details .bd-content__alt li:nth-last-of-type(1) {
    margin-bottom: 0px
}

.blog-details .bd-quote {
    padding: 48px 80px;
    background-color: #1e1e1e
}

.blog-details .bd-tags {
    padding: 30px 0px;
    border: 1px solid #414141;
    border-left: 0px;
    border-right: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px
}

.blog-details .bd-tags .tags-left,
.blog-details .bd-tags .tags-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.blog-details .bd-tags .tags-left .tags-content {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-details .bd-tags .tags-left .tags-content a {
    font-size: 14px;
    color: #646464;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #1b1b1b
}

.blog-details .bd-tags .tags-left .tags-content a:hover {
    background-color: var(--primary-color);
    color: var(--white)
}

.blog-details .bd-tags .tags-right {
    justify-content: flex-end
}

.blog-details .bd-tags .tags-right .social {
    gap: 12px
}

.blog-details .bd-tags .tags-right a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #414141;
    color: #d9d9d9;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0)
}

.blog-details .bd-tags .tags-right a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--white)
}

.blog-details .blog-details__pagination a {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color);
    transition: var(--transition)
}

.blog-details .blog-details__pagination a i {
    font-size: 24px;
    transition: none
}

.blog-details .blog-details__pagination a:hover {
    color: var(--primary-color)
}

.blog-details .blog-details__pagination .single--alt {
    text-align: end
}

.blog-details .blog-details__pagination .latest-single {
    padding: 25px 30px;
    background-color: #1e1e1e;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px
}

.blog-details .blog-details__pagination .latest-single .latest-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px
}

.blog-details .blog-details__pagination .latest-single .latest-thumb img {
    width: 100%
}

.blog-details .blog-details__pagination .latest-single .latest-content {
    text-align: start
}

.blog-details .blog-details__pagination .latest-single .latest-content p {
    color: #646464;
    font-size: 14px;
    line-height: 26px !important;
    margin-bottom: 6px
}

.blog-details .blog-details__pagination .latest-single .latest-content a {
    color: var(--theme-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px
}

.blog-details .blog-details__pagination .latest-single .latest-content a:hover {
    color: var(--primary-color)
}

.paragraph p {
    margin-bottom: 30px
}

.paragraph p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.comment-form input,
.comment-form textarea {
    background-color: var(--white);
    border-radius: 0px
}

.comment-form textarea {
    min-height: 200px
}

.comment-form .cta__group {
    justify-content: flex-start;
    margin-top: 40px
}

.comment-form .cta__group i {
    transform: rotate(-45deg)
}

.comment-form .cta__group .btn {
    background-color: var(--primary-color);
    color: var(--white);
    text-transform: capitalize;
    border: 1px solid #414141 !important;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 12px
}

.comment-form .cta__group .btn::before {
    content: none
}

.comment-form .cta__group .btn:hover {
    color: var(--white);
    border: 1px solid var(--tertiary-color) !important
}

.comment-form .cta__group .btn i {
    transition: none
}

.comment-form .form-group-wrapper {
    margin-bottom: 30px
}

.form-group-single {
    margin-bottom: 20px
}

.form-group-single label,
.form-group-single p {
    margin-bottom: 10px;
    text-transform: capitalize
}

.form-group-single input,
.form-group-single textarea {
    padding: 12px 20px;
    background-color: #101010;
    border: 1px solid #414141;
    border-radius: 5px;
    width: 100%;
    text-transform: capitalize
}

.form-group-single input::-moz-placeholder,
.form-group-single textarea::-moz-placeholder {
    color: #969696
}

.form-group-single input::placeholder,
.form-group-single textarea::placeholder {
    color: #969696
}

.form-group-single textarea {
    min-height: 200px;
    max-height: 200px
}

.form-group-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px
}

.form-group-wrapper .form-group-single {
    width: calc(50% - 15px);
    margin-bottom: 0px
}

.audio-player {
    margin-top: 30px
}

.audio-player audio {
    width: 100%
}

.thumb-radio {
    padding: 75px 40px;
    background: #131313
}

.team-m .team-m__single .thumb {
    position: relative;
    overflow: hidden
}

.team-m .team-m__single .thumb a {
    width: 100%
}

@keyframes rer {
    0% {
        transform: translateY(-200%);
        display: none;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateY(0px)
    }
}

.team-m .team-m__single .thumb .thumb__content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: left bottom;
    height: 130px;
    width: 280px;
    overflow-y: clip;
    transition: all .4s ease-in-out
}

.team-m .team-m__single .thumb .thumb__content p {
    color: var(--primary-color);
    margin-top: 8px
}

.team-m .team-m__single .thumb .thumb__content .info {
    transform: translateY(-200%);
    display: none;
    transition: var(--transition);
    margin-bottom: 20px
}

.team-m .team-m__single .thumb .thumb__content .info p {
    color: var(--white)
}

.team-m .team-m__single .thumb .thumb__content .social-alt {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 100%;
    bottom: 0px;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #f90 0%, #cc2500 100%);
    transition: all .4s ease-in-out;
    transition-delay: 0s;
    transform: translateY(100%)
}

.team-m .team-m__single .thumb .thumb__content .social-alt a {
    width: auto
}

.team-m .team-m__single .thumb .thumb__content .social-alt a:hover {
    color: var(--white)
}

.team-m .team-m__single .thumb:hover .thumb__content {
    height: 220px
}

.team-m .team-m__single .thumb:hover .thumb__content .info {
    transform: translateY(0px);
    display: block;
    animation: rer .4s ease-in-out
}

.team-m .team-m__single .thumb:hover .thumb__content .social-alt {
    transform: translateY(0px)
}

.team-det .team-det__thumb {
    height: 100%;
    position: relative;
    overflow: hidden
}

.team-det .team-det__thumb img {
    width: 100%;
    height: 100%
}

.team-det .team-det__thumb .social-alt {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    right: 70px;
    bottom: 0px;
    width: 60px;
    height: 180px;
    background: linear-gradient(90deg, #f90 0%, #cc2500 100%)
}

.team-det .team-det__thumb .social-alt a {
    width: auto
}

.team-det .team-det__thumb .social-alt a:hover {
    color: var(--white)
}

.team-det .team-det__content {
    background-color: #1a1a1a;
    padding: 30px;
    height: 100%
}

.team-det .intro {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #414141;
    padding-bottom: 40px
}

.team-det .intro-left h4 {
    text-transform: capitalize;
    font-weight: 600
}

.team-det .intro-left p {
    color: var(--primary-color);
    margin-top: 8px
}

.team-det .intro-right a {
    display: flex;
    gap: 12px
}

.team-det .content {
    margin: 40px 0px
}

.team-det .content h5 {
    margin-bottom: 30px
}

.team-det .skill-wrap {
    margin: 24px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px
}

.team-det .skill-bar-single {
    margin-bottom: 10px;
    width: 100%;
    max-width: 340px
}

.team-det .skill-bar-wrapper {
    margin-top: 10px
}

.team-det .skill-bar-wrapper span {
    color: #757575
}

.team-det .skill-bar {
    height: 5px;
    border-radius: 100px;
    background-color: #fff;
    position: relative
}

.team-det .skill-bar-percent {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: var(--primary-color);
    border-radius: inherit
}

.team-det .percent-value {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0px
}

.team-det .team-det__info {
    margin-top: 30px;
    padding: 30px;
    background-color: #1a1a1a
}

.team-det .team-det__info h4 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #414141
}

.team-det .team-det__info .group {
    margin-bottom: 30px
}

.team-det .team-det__info .group h5 {
    margin-bottom: 20px
}

.team-det .team-det__info .group h5 span {
    color: var(--primary-color)
}

.team-det .team-det__info .group:nth-last-of-type(1) {
    margin-bottom: 0px
}

.portfolio-m .portfolio-m__single {
    height: 100%;
    position: relative;
    overflow: hidden
}

.portfolio-m .portfolio-m__single .thumb a {
    width: 100%;
    height: 100%
}

.portfolio-m .portfolio-m__single .thumb a img {
    width: 100%;
    height: 100%;
    min-height: 360px
}

.portfolio-m .portfolio-m__single .content {
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    transform: translateY(100%);
    transition: all .4s ease-in-out
}

.portfolio-m .portfolio-m__single .content i {
    font-size: 120px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px var(--primary-color)
}

.portfolio-m .portfolio-m__single .content a {
    text-transform: capitalize
}

.portfolio-m .portfolio-m__single .tr {
    text-align: end
}

.portfolio-m .portfolio-m__single:hover .content {
    transform: translateY(0px)
}

.feedback-s .feedback-s__single {
    padding: 40px;
    background-color: #191919;
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0)
}

.feedback-s .feedback-s__single:hover {
    border: 1px solid var(--primary-color)
}

.feedback-s .feedback-s__single:hover .quote i {
    color: var(--primary-color) !important
}

.feedback-s .content .quote {
    margin-bottom: 20px
}

.feedback-s .content .quote i {
    font-size: 56px;
    color: var(--secondary-color);
    transition: var(--transition)
}

.feedback-s .content p {
    color: #888;
    text-transform: capitalize
}

.feedback-s hr {
    margin: 40px 0px;
    background-color: #414141;
    height: 1px
}

.feedback-s .author {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.feedback-s .author .thumb {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%
}

.feedback-s .author p {
    color: var(--primary-color);
    margin-top: 4px;
    text-transform: capitalize
}

.feedback-s .btn--secondary {
    border: 0px solid rgba(0, 0, 0, 0) !important;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: underline;
    text-transform: capitalize;
    padding: 0px
}

.feedback-s .btn--secondary::before {
    content: none
}

.faq .faq__thumb {
    padding-right: 30px
}

.faq .faq__thumb img {
    width: 100%;
    min-height: 260px
}

.faq .accordion .accordion-item {
    margin-bottom: 30px;
    background-color: #1a1a1a;
    border-radius: 0px;
    border: 0px
}

.faq .accordion .accordion-item:last-of-type {
    margin-bottom: 0px
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: var(--primary-color);
    content: "";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0deg)
}

.faq .accordion .accordion-item .accordion-button {
    border-radius: 0px;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 0px;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0)
}

.faq .accordion .accordion-item .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-image: none;
    font-size: 16px;
    color: var(--primary-color);
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg)
}

.faq .accordion .faq-one-active {
    border-top: 3px solid var(--primary-color)
}

.faq .accordion h5 {
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase
}

.faq .accordion h5 button {
    padding: 0px;
    font-size: inherit;
    line-height: 26px;
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px;
    padding: 30px 30px;
    text-transform: uppercase
}

.faq .accordion .accordion-body {
    padding: 0px 30px 30px;
    border-top: 0px solid rgba(0, 0, 0, 0)
}

.faq .accordion .accordion-body p {
    color: #fff;
    text-transform: capitalize;
    max-width: 1200px
}

.contact-m .contact-m__single {
    padding: 40px 65px;
    background-color: #1a1a1a;
    text-align: center;
    height: 100%
}

.contact-m .thumb {
    margin-bottom: 30px
}

.contact-m h4 {
    margin-bottom: 30px;
    text-transform: capitalize
}

.contact-m p {
    margin-bottom: 6px
}

.contact-m p:nth-last-of-type(1) {
    margin-bottom: 0px
}

.contact-m p a {
    color: #dadada
}

.contact-m p a:hover {
    color: var(--primary-color)
}

.contact-m .map-wrapper {
    margin-top: 30px
}

.contact-m .map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 300px
}

.contact-m .contact__map {
    height: 100%
}

.contact-m .contact-main__form {
    padding: 60px 40px;
    background-color: #1a1a1a
}

.contact-m .contact-main__form h3 {
    font-weight: 900
}

.contact-m .contact-main__form .group-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px
}

.contact-m .contact-main__form .group-wrapper .group-input {
    width: calc(50% - 15px);
    margin-bottom: 0px
}

.contact-m .contact-main__form .group-input {
    width: 100%;
    margin-bottom: 40px
}

.contact-m .contact-main__form input,
.contact-m .contact-main__form textarea {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 16px 16px 0px;
    border-bottom: 2px solid #414141;
    width: 100%
}

.contact-m .contact-main__form input:focus,
.contact-m .contact-main__form textarea:focus {
    border-bottom: 2px solid var(--primary-color)
}

.contact-m .contact-main__form .form-cta {
    margin-top: 40px
}

.contact-m .contact-main__form .form-cta .btn {
    border: 1px solid #414141;
    color: var(--white)
}

.contact-m .contact-main__form .form-cta .btn:hover {
    border: 1px solid var(--primary-color);
    color: var(--black)
}

.contact-m .contact-main__form .subject {
    width: 100%;
    float: unset;
    border: 0px;
    height: auto;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 20px 20px 0px;
    border-bottom: 2px solid #414141
}

.contact-m .contact-main__form .subject::after {
    position: absolute;
    top: 30%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-color: #fff
}

.contact-m .contact-main__form .subject .list {
    width: 100%
}

.contact-m .contact-main__form .subject .list .option {
    color: var(--black) !important;
    padding: 10px 30px
}

.error span {
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase
}

.error .thumb {
    margin: 60px 0px
}

.error h2 {
    letter-spacing: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.6
}

.section__header .title div,
.section__content .title div {
    text-transform: lowercase !important;
    font-weight: 600
}

.section__header .title div:nth-child(1),
.section__content .title div:nth-child(1) {
    text-transform: capitalize !important
}

.g-ind {
    position: relative;
    z-index: 99
}

.home-light {
    background-color: #fff
}

.home-light .light .sub-title {
    border-color: #d9d9d9;
    color: var(--primary-color)
}

.home-light .slide-group .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9
}

.home-light .slide-group .slide-btn:hover {
    color: #000
}

.home-light .banner {
    --theme-color: black;
    background-color: #fff
}

.home-light .banner .video-frame i {
    width: 60%;
    min-width: 60%;
    height: 60%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff
}

.home-light .banner__content h1 {
    color: #000
}

.home-light .portfolio {
    --theme-color: black
}

.home-light .portfolio .portfolio__single-alt-wrapper {
    background-color: #fff
}

.home-light .portfolio .portfolio__single-alt-wrapper h4 a {
    color: var(--white)
}

.home-light .portfolio .portfolio__single-alt-wrapper h4 a:hover {
    color: var(--primary-color)
}

.home-light .portfolio .portfolio__text-slider-single {
    --white: black
}

.home-light .offer h2,
.home-light .offer p {
    color: #000 !important
}

.home-light .offer h2 a,
.home-light .offer p a {
    color: #000 !important
}

.home-light .offer h2 a:hover,
.home-light .offer p a:hover {
    color: var(--primary-color) !important
}

.home-light .offer .offer__cta .sub-title {
    background-color: #000;
    color: var(--primary-color)
}

.home-light .offer .btn--secondary {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.home-light .offer .btn--secondary:hover {
    color: #000
}

.home-light .testimonial {
    --theme-color: black;
    --white: black
}

.home-light .next-page {
    --theme-color: black;
    --white: black
}

.home-light .lines .line {
    background-color: #d9d9d9
}

.home-light .navbar-active {
    background-color: #fff;
    border-color: #d9d9d9
}

.home-two-light {
    background-color: #fff
}

.home-two-light .light .sub-title {
    border-color: #d9d9d9;
    color: var(--primary-color)
}

.home-two-light .slide-group .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9
}

.home-two-light .slide-group .slide-btn:hover {
    color: #000
}

.home-two-light .primary-navbar .open-mobile-menu {
    color: #000
}

.home-two-light .primary-navbar .btn--secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.home-two-light .primary-navbar .btn--secondary:hover {
    color: #000
}

@media only screen and (min-width: 1200px) {

    .home-two-light .primary-navbar .navbar__item a,
    .home-two-light .primary-navbar .navbar__item button {
        color: #000
    }

    .home-two-light .primary-navbar .navbar__item a:hover,
    .home-two-light .primary-navbar .navbar__item button:hover {
        color: var(--primary-color)
    }
}

.home-two-light .banner-two {
    background-color: #fff;
    --white: black;
    --theme-color: black
}

.home-two-light .banner-two::before {
    content: none
}

.home-two-light .banner-two .btn--secondary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px
}

.home-two-light .banner-two .btn--secondary:hover {
    color: #000
}

.home-two-light .spo-light .sub-title {
    background-color: #000;
    color: var(--primary-color)
}

.home-two-light .portfolio {
    --theme-color: black
}

.home-two-light .portfolio .portfolio__single-alt-wrapper {
    background-color: #fff
}

.home-two-light .portfolio-two .portfolio-two__filter-btn button {
    color: #888
}

.home-two-light .portfolio-two .portfolio-two__filter-btn button span {
    color: #888;
    transition: var(--transition)
}

.home-two-light .portfolio-two .portfolio-two__filter-btn button:hover {
    color: var(--primary-color)
}

.home-two-light .portfolio-two .portfolio-two__filter-btn button:hover span {
    color: var(--primary-color)
}

.home-two-light .portfolio-two .portfolio-two__filter-btn .active {
    color: var(--primary-color)
}

.home-two-light .portfolio-two .portfolio-two__filter-btn .active span {
    color: var(--primary-color)
}

.home-two-light .offer-two-light {
    --theme-color: black
}

.home-two-light .offer-two-light .offer__cta h2 a {
    color: #888
}

.home-two-light .offer-two-light .offer__cta h2 a:hover {
    color: var(--primary-color)
}

.home-two-light .blog-two-light {
    background-color: #fff
}

.home-two-light .blog-two-light .section__header--secondary {
    --theme-color: black
}

.home-two-light .next-page {
    --theme-color: black;
    --white: black
}

.home-two-light .next-p-two-light .sub-title {
    background-color: #000;
    color: var(--primary-color)
}

.home-two-light .lines .line {
    background-color: #d9d9d9
}

.home-two-light .navbar-active {
    background-color: #fff;
    border-color: #d9d9d9
}

.home-two-light .liner::before {
    background-color: #d9d9d9
}

.home-three-light {
    background-color: #fff
}

.home-three-light .light .sub-title {
    border-color: #d9d9d9;
    color: var(--primary-color)
}

.home-three-light .slide-group .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9
}

.home-three-light .slide-group .slide-btn:hover {
    color: #000
}

.home-three-light .service-f-light {
    background-color: #fff;
    --theme-color: black;
    --white: black
}

.home-three-light .service-f-light button {
    background-color: #e4e4e4;
    color: #757575
}

.home-three-light .service-f-light .service-f-single {
    border-color: #d9d9d9
}

.home-three-light .service-f-light .service-f-single .sub-title {
    background-color: #000;
    color: var(--primary-color)
}

.home-three-light .service-f-light .service-f-single-active button {
    color: var(--primary-color)
}

.home-three-light .service-f-light .service-f-single-active h4 {
    color: var(--primary-color)
}

.home-three-light .portfolio-three {
    --theme-color: black
}

.home-three-light .portfolio-three .portfolio__text-slider {
    --white: black
}

.home-three-light .work-steps-light {
    --theme-color: black
}

.home-three-light .work-steps-light .video-frame i {
    width: 60%;
    min-width: 60%;
    height: 60%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff
}

.home-three-light .work-steps-light .work-steps__single h5 {
    background-color: #fff
}

.home-three-light .blog-three-light {
    --theme-color: black
}

.home-three-light .blog-three-light .blog-three__wrapper {
    border-color: #d9d9d9
}

.home-three-light .blog-three-light .blog-three__single {
    border-color: #d9d9d9
}

.home-three-light .blog-three-light .blog-three__single .sub-title {
    background-color: #000;
    color: var(--primary-color)
}

.home-three-light .next-page {
    --theme-color: black;
    --white: black
}

.home-four-light {
    background-color: #fff
}

.home-four-light .quaternary--navbar .open-offcanvas-nav {
    color: #757575
}

.home-four-light .quaternary--navbar .btn {
    color: #000
}

.home-four-light .quaternary--navbar .btn i {
    color: var(--primary-color)
}

.home-four-light .quaternary--navbar .btn:hover {
    color: var(--primary-color)
}

.home-four-light .light .sub-title {
    border-color: #d9d9d9;
    color: var(--primary-color)
}

.home-four-light .slide-group .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9
}

.home-four-light .slide-group .slide-btn:hover {
    color: #000
}

.home-four-light .banner-four {
    background-color: #fff;
    --theme-color: black;
    border-color: #d9d9d9
}

.home-four-light .banner-four::before {
    background-image: url("../images/banner/line-l.png")
}

.home-four-light .banner-four .intro p {
    color: #474747
}

.home-four-light .four-info {
    --theme-color: black
}

.home-four-light .project__text-slider {
    border-color: #d9d9d9;
    --theme-color: black
}

.home-four-light .projects-s {
    --theme-color: black
}

.home-four-light .projects-s .projects-s__single {
    border-color: #d9d9d9
}

.home-four-light .projects-s .projects-s__single p {
    color: #000
}

.home-four-light .projects-s a:hover {
    color: var(--primary-color)
}

.home-four-light .projects-s .btn {
    color: #757575
}

.home-four-light .projects-s .btn:hover {
    color: var(--black)
}

.home-four-light .footer-four {
    --theme-color: black
}

.home-four-light .footer-four::before {
    background-color: #d9d9d9
}

.home-four-light .footer-four .cta-t a {
    background-color: var(--primary-color);
    color: #fff
}

.home-four-light .footer-four .cta-t a:hover {
    background-color: var(--black);
    color: var(--primary-color)
}

.home-four-light .footer-four .copy-t a {
    color: var(--black)
}

.home-four-light .footer-four .copy-t a:hover {
    color: var(--primary-color)
}

.home-four-light .footer-four .footer-three__copyright {
    border-color: #d9d9d9
}

.home-four-light .navbar-active {
    background-color: #fff;
    border-color: #d9d9d9
}

.home-five-light {
    background-color: #fff
}

.home-five-light .quinary--navbar .open-offcanvas-nav {
    color: #757575
}

.home-five-light .quinary--navbar .navbar__item a,
.home-five-light .quinary--navbar .navbar__item button {
    color: #000
}

.home-five-light .quinary--navbar .navbar__item a:hover,
.home-five-light .quinary--navbar .navbar__item button:hover {
    color: var(--primary-color)
}

.home-five-light .quinary--navbar .btn {
    color: #000
}

.home-five-light .quinary--navbar .btn i {
    color: var(--primary-color)
}

.home-five-light .quinary--navbar .btn:hover {
    color: var(--black)
}

.home-five-light .light .sub-title {
    border-color: #d9d9d9;
    color: var(--primary-color)
}

.home-five-light .slide-group .slide-btn {
    border-color: #d9d9d9;
    color: #d9d9d9
}

.home-five-light .slide-group .slide-btn:hover {
    color: #000
}

.home-five-light .banner-five .projects-s__single {
    border-color: #d9d9d9
}

.home-five-light .banner-five .projects-s__single a {
    color: #000
}

.home-five-light .banner-five .projects-s__single a:hover {
    color: var(--primary-color)
}

.home-five-light .testimonial {
    --theme-color: black
}

.home-five-light .testimonial .testimonial__text-slider {
    --white: black
}

.home-five-light .footer-four {
    --theme-color: black
}

.home-five-light .footer-four::before {
    background-color: #d9d9d9
}

.home-five-light .footer-four .cta-t a {
    background-color: var(--primary-color);
    color: #fff
}

.home-five-light .footer-four .cta-t a:hover {
    background-color: #000;
    color: var(--primary-color)
}

.home-five-light .footer-four .copy-t a {
    color: var(--black)
}

.home-five-light .footer-four .copy-t a:hover {
    color: var(--primary-color)
}

.home-five-light .footer-four .footer-three__copyright {
    border-color: #d9d9d9
}

.home-five-light .navbar-active {
    background-color: #fff;
    border-color: #d9d9d9
}

@media only screen and (max-width: 1699.98px) {
    .primary-navbar .navbar__sub-menu__nested {
        left: calc(100% - 24px)
    }

    .banner .banner-left-text {
        left: 20px
    }

    .banner .banner-right-text {
        right: 20px
    }

    .banner .banner__content {
        padding-left: 24px
    }

    .banner-three .banner-three__slider-single {
        padding: 290px 0px 460px
    }

    .banner-three .banner-three__slider-progress-wrapper {
        bottom: 260px
    }

    .portfolio .portfolio__single-alt .arr {
        font-size: 56px;
        left: 40px;
        bottom: 40px
    }

    .portfolio-three .slide-group {
        position: static;
        margin-top: 60px;
        justify-content: center;
        transform: translate(0px)
    }

    .testimonial .slide-group {
        right: 40px
    }

    .service-t .slide-group {
        position: static;
        justify-content: center;
        transform: translate(0px);
        margin-top: 40px
    }
}

@media only screen and (max-width: 1439.98px) {
    .contact-m .contact-m__single {
        padding: 40px 20px
    }
}

@media only screen and (max-width: 1399.98px) {

    h1,
    .h1,
    .light-title {
        font-size: 55px;
        line-height: 80px
    }

    h2 {
        font-size: 40px;
        line-height: 50px
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    .light-title-lg {
        font-size: 24px;
        line-height: 34px
    }

    .primary-navbar .navbar__item a,
    .primary-navbar .navbar__item button {
        font-size: 14px
    }

    .banner .banner-one-thumb {
        /* max-width: 100vw */
    }

    .banner-four .banner-four__title {
        max-width: 700px;
        padding-left: 180px
    }

    .banner-four .banner-four__title h1 {
        text-align: start
    }

    .banner-four .banner-four__title .frame {
        margin: 0px 20px;
        width: 100px;
        min-width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        display: inline-flex
    }

    .banner-four .banner-four__title .frame i {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .portfolio .portfolio__single .portfolio__single-content h4 {
        font-size: 18px
    }

    .blog-two .blog-two__slider-single .blog__single-content {
        padding: 40px 20px
    }

    .work-steps .work-steps__single h5 {
        padding: 16px 20px;
        font-size: 16px
    }

    .work-steps .work-steps__single .work-thumb-hover {
        width: 300px;
        height: 120px
    }

    .work-steps .video-frame {
        width: 120px;
        min-width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .testimonial .slide-group {
        position: relative;
        inset: 0px;
        z-index: 9;
        flex-direction: row;
        margin-top: 40px;
        transform: translate(0px)
    }

    .testimonial .slide-group button {
        transform: rotate(0deg) !important
    }

    .ux-process .service-f-single {
        padding-right: 100px
    }
}

@media only screen and (max-width: 1199.98px) {
    .primary-navbar {
        padding: 21px 0px
    }

    .primary-navbar .navbar__menu {
        display: none
    }

    .tertiary--navbar {
        padding: 0px
    }

    .mobile-menu {
        position: fixed;
        inset: 0px;
        overflow: hidden;
        transition: var(--transition);
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: var(--transition);
        z-index: 9999;
        transition: all .6s ease-in-out;
        max-width: 400px;
        background-color: var(--black)
    }

    .mobile-menu .mobile-menu__header {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        padding: 0px 40px;
        justify-content: space-between
    }

    .mobile-menu .close-mobile-menu {
        font-size: 36px
    }

    .mobile-menu .mobile-menu__wrapper {
        position: fixed;
        inset: 0px;
        max-width: 400px;
        background-color: var(--black);
        z-index: 9999;
        padding: 60px 0px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: clip;
        display: flex;
        flex-direction: column;
        transition: .6s ease-in-out;
        transition-delay: .6s;
        gap: 60px;
        transform: translateY(100%);
        opacity: 1;
        visibility: visible
    }

    .mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
        width: 0px
    }

    .mobile-menu .mobile-menu__list>ul {
        flex-direction: column
    }

    .mobile-menu .mobile-menu__list>ul>li>a,
    .mobile-menu .mobile-menu__list>ul>li button {
        border-bottom: 1px solid #414141
    }

    .mobile-menu .mobile-menu__list>ul>li:nth-of-type(1) {
        border-top: 1px solid #414141
    }

    .mobile-menu .navbar__item {
        width: 100%;
        transition: var(--transition)
    }

    .mobile-menu .navbar__item a,
    .mobile-menu .navbar__item button {
        color: var(--white);
        padding: 20px 80px 20px 40px;
        line-height: 1;
        font-size: 16px
    }

    .mobile-menu .navbar__item a:hover,
    .mobile-menu .navbar__item button:hover {
        color: var(--primary-color)
    }

    .mobile-menu .navbar__item a::after,
    .mobile-menu .navbar__item button::after {
        transition: none
    }

    .mobile-menu .nav-fade {
        transform: translateY(30px);
        opacity: 0;
        transition: all .7s ease-in-out !important
    }

    .mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
        content: "+";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;
        width: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0deg);
        border-left: 1px solid #414141
    }

    .mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
        transform: rotate(0deg)
    }

    .mobile-menu .navbar__item-active {
        color: var(--primary-color) !important
    }

    .mobile-menu .navbar__item-active::after {
        content: "" !important;
        font-family: "Font Awesome 6 Pro" !important
    }

    .mobile-menu .navbar__sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        width: 100%;
        max-width: 100%;
        padding: 0px;
        display: none;
        transition: none;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0px
    }

    .mobile-menu .navbar__sub-menu::before {
        content: none
    }

    .mobile-menu .navbar__sub-menu a,
    .mobile-menu .navbar__sub-menu button {
        color: var(--white);
        padding: 20px 40px;
        font-size: 14px;
        border-bottom: 1px solid #414141
    }

    .mobile-menu .navbar__sub-menu a::before,
    .mobile-menu .navbar__sub-menu button::before {
        content: none
    }

    .mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
    .mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
        border-bottom: 1px solid #414141
    }

    .mobile-menu .mobile-menu__options {
        padding: 0px 40px
    }

    .mobile-menu .mobile-menu__options a,
    .mobile-menu .mobile-menu__options button {
        width: 100%
    }

    .mobile-menu .mobile-menu__social {
        transition: var(--transition);
        padding: 0px 40px
    }

    .mobile-menu .mobile-menu__social a {
        font-size: 20px;
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .mobile-menu__backdrop {
        background-color: #302d2b;
        position: fixed;
        inset: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all .6s ease-in-out;
        cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
    }

    .mobile-menu__backdrop-active {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu .mobile-menu__wrapper {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible
    }

    .show-menu .nav-fade {
        animation: navLinkFade .5s ease forwards;
        transition: all .7s ease-in-out !important
    }

    .nav-fade-active {
        animation: navLinkFade 1s ease reverse !important
    }

    .agency .agency__content {
        padding-left: 0px
    }


    .process {
        padding: 70px 24px;
    }

    .process-steps {
        grid-template-columns: 1fr 1fr;
    }

    .section-header {
        flex-direction: column;
    }



    .banner-two .banner-two__content .banner-two__content-cta {
        gap: 30px
    }

    .cta-s .footer__single-form .input-email {
        gap: 0px
    }

    .cta-s .footer__single-form .input-email input {
        padding: 16px 30px
    }

    .cta-s .footer__single-form .input-email button {
        width: 60px;
        min-width: 60px;
        font-size: 16px
    }

    .footer-two .footer__copyright ul {
        gap: 16px;
        row-gap: 10px
    }

    .footer-three .footer-three__group {
        padding-left: 0px
    }

    .work-steps .work-three {
        margin-top: 60px
    }

    .work-steps .work-four {
        margin-top: 120px
    }

    .work-steps .video-frame {
        top: 28%;
        right: 20%
    }

    .ux-process .body-cn {
        max-width: 480px
    }

    .project-sl .thumb {
        margin-bottom: 60px
    }

    .project-sl .content h2 {
        height: 260px
    }

    .project-d .quote-pj {
        padding-right: 0px
    }

    .project-d .quote-pj .secondary-text {
        font-size: 20px
    }

    .project-d .quote-pj .cont {
        max-width: 600px
    }

    .faq .accordion .accordion-body {
        padding: 0px 20px 30px
    }

    .faq .accordion h5 button {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 991.98px) {
    .primary-text {
        font-size: 16px
    }

    h1,
    .h1,
    .light-title {
        font-size: 40px;
        line-height: 60px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    h3,
    .light-title-lg {
        font-size: 24px;
        line-height: 34px
    }

    .cursor-inner,
    .cursor-outer {
        display: none
    }

    .section {
        padding: 100px 0px
    }

    .section__cta {
        margin-top: 40px
    }

    .section__content-cta {
        margin-top: 40px
    }

    .banner .banner-one-thumb {
        /* top: 160px;
        left: 70% */
    }

    .banner-three .banner-three__slider-single {
        padding: 180px 0px 560px
    }

    .banner-three .banner-three__slider-progress,
    .banner-three .banner-three__content {
        padding-left: 80px
    }

    .banner-four {
        padding: 200px 0px 100px
    }

    .banner-five .banner-five__wrapper {
        padding: 160px 0px 100px;
        gap: 30px
    }

    .banner-five .banner-five__single {
        min-width: 280px;
        width: 280px
    }

    .banner-five .projects-s__single h4 {
        font-size: 20px
    }

    .cmn-banner {
        padding: 160px 0px 100px
    }

    .cmn-banner .title {
        margin-top: -8px
    }

    .agency .agency__content {
        padding-left: 0px
    }

    .portfolio .portfolio__text-slider,
    .portfolio-two .portfolio__text-slider {
        margin-bottom: 40px
    }

    .portfolio .portfolio__text-slider-single h2,
    .portfolio-two .portfolio__text-slider-single h2 {
        margin-top: -14px
    }

    .testimonial .testimonial__text-slider {
        margin-bottom: 40px
    }

    .testimonial .testimonial__text-slider-single h2 {
        margin-top: -14px
    }

    .next-page .next__text-slider-single h2 {
        margin-top: -10px;
        margin-bottom: -10px
    }

    .banner-two {
        padding: 180px 0px 100px
    }

    .banner-two .banner-two__meta {
        gap: 30px;
        row-gap: 40px
    }

    .banner-two .banner-two__meta .cta {
        gap: 30px;
        row-gap: 30px
    }

    .banner-two .thumb img {
        max-width: calc(100vw - 30px)
    }

    .banner-two .banner-two__content .banner-two__content-cta {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .award .award__thumb img {
        max-width: 100%
    }

    .service-f .service-f-single {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 60px
    }

    .service-f .service-f-single .p-sm {
        display: none !important
    }

    .team-slider-s .team-r .slide-group {
        position: static;
        transform: translate(0px);
        margin-top: 40px;
        justify-content: center;
        display: flex
    }

    .ux-process .service-f-single {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 60px
    }

    .ux-process .body-cn {
        max-width: 100%
    }

    .project-sl .project-sl__single {
        padding: 0px 15px;
        max-width: 280px;
        min-width: 280px;
        width: 100%
    }

    .team-m .team-m__single .thumb img {
        width: 100%
    }

    .team-m .team-m__single .thumb .thumb__content {
        display: block;
        height: 110px;
        padding: 20px;
        width: calc(100% - 60px)
    }

    .team-m .team-m__single .thumb .thumb__content .info p {
        font-size: 14px
    }

    .team-m .team-m__single .thumb:hover .thumb__content {
        height: 200px
    }

    .faq .faq__thumb {
        padding-right: 0px
    }
}

@media only screen and (max-width: 767.98px) {
    .tertiary--navbar .navbar {
        gap: 24px
    }

    .tertiary--navbar .tertiary-cta {
        padding-left: 24px
    }

    .offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper {
        padding: 60px 0px
    }

    .offcanvas-nav .offcanvas-menu .navbar__item a,
    .offcanvas-nav .offcanvas-menu .navbar__item button {
        font-size: 16px
    }

    .offcanvas-nav .offcanvas-menu .navbar__sub-menu a,
    .offcanvas-nav .offcanvas-menu .navbar__sub-menu button {
        font-size: 14px
    }

    .offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
        gap: 16px
    }

    .offcanvas-nav .offcanvas-menu .offcanvas-menu__social a {
        width: 46px;
        min-width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .offcanvas-nav .offcanvas-menu .offcanvas-menu__list,
    .offcanvas-nav .offcanvas-menu .offcanvas-menu__options,
    .offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
        max-width: 320px
    }

    .primary-navbar .navbar {
        gap: 0;
    }

    .primary-navbar .navbar__options span {
        display: none;
    }

    .process {
    padding: 60px 16px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

    .progress-wrap {
        bottom: 10px;
        right: 15px;
        width: 40px;
        height: 40px
    }

    .progress-wrap span {
        width: 30px;
        height: 30px
    }

    .banner .video-frame {
        width: 140px;
        min-width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .banner .banner__content {
        margin-top: -16px;
        padding-left: 0px
    }

    .banner .banner-one-thumb {
        /* top: 240px;
        left: 60%;
        max-width: 200px */
    }

    .banner .banner__content-inner .cta {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .banner-three .banner-three__slider-single {
        padding: 180px 0px 660px
    }

    .banner-four .intro {
        padding-left: 0px
    }

    .banner-four .banner-four__title {
        max-width: 700px;
        padding-left: 0px
    }

    .video-modal .video-frame {
        width: 140px;
        min-width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    .video-modal .video-frame i {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .work-steps .work-steps__single {
        padding-top: 140px
    }

    .work-steps .work-steps__single:hover span::after {
        height: 40px
    }

    .work-steps .work-two {
        margin-top: 0px
    }

    .work-steps .work-three {
        margin-top: 40px
    }

    .work-steps .work-four {
        margin-top: 40px
    }

    .team-slider-s .team-s__slider-single {
        width: auto;
        max-width: 100%
    }

    .team-slider-s .team-s__slider-single .thumb img {
        width: 100%
    }

    .team-slider-s .team-s__slider-single .thumb .thumb__content {
        display: block;
        height: 110px;
        padding: 20px;
        width: calc(100% - 60px)
    }

    .team-slider-s .team-s__slider-single .thumb .thumb__content .info p {
        font-size: 14px
    }

    .team-slider-s .team-s__slider-single .thumb:hover .thumb__content {
        height: 200px
    }

    .team-slider-s .slick-center-active {
        width: auto
    }

    .team-slider-s .slick-center-active .team-wrap {
        padding: 0px
    }

    .team-slider-s .slick-center-active .content {
        display: none !important
    }

    .team-slider-s .slick-center-active .thumb {
        min-width: 100% !important;
        max-width: 100% !important
    }

    .team-slider-s .slick-center-active .thumb img {
        height: auto !important;
        min-height: auto !important
    }

    .mission-s .mission-s__single--alt {
        padding: 60px 20px
    }

    .project-d .poster__slider-wrapper .slide-group {
        justify-content: center;
        transform: translate(0px);
        position: static;
        margin-top: 40px
    }

    .portfolio-m .portfolio-m__single .content {
        padding: 40px 30px
    }

    .footer-two .social a {
        width: 70px;
        min-width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .footer-two .social a i {
        display: flex;
        transform: translateX(0px) !important;
        opacity: 1;
        visibility: visible
    }

    .footer-two .social a span {
        display: none
    }

    .footer-two .social a:hover i {
        animation: none
    }
}

@media only screen and (max-width: 575.98px) {

    h1,
    .h1,
    .light-title {
        font-size: 24px;
        line-height: 40px
    }

    h2 {
        font-size: 24px;
        line-height: 34px
    }

    h3,
    .light-title-lg {
        font-size: 20px;
        line-height: 30px
    }

    h4 {
        font-size: 18px;
        line-height: 28px
    }

    h5 {
        font-size: 18px;
        line-height: 28px
    }

    .mobile-menu {
        max-width: 320px
    }

    .mobile-menu .mobile-menu__wrapper {
        max-width: 320px
    }

    .mobile-menu .mobile-menu__header,
    .mobile-menu .mobile-menu__options,
    .mobile-menu .mobile-menu__social {
        padding: 0px 24px
    }

    .mobile-menu .mobile-menu__social {
        gap: 16px
    }

    .mobile-menu .mobile-menu__social a {
        width: 46px;
        min-width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .mobile-menu .navbar__item a,
    .mobile-menu .navbar__item button {
        font-size: 14px;
        padding: 20px 70px 20px 24px
    }

    .secondary--navbar .open-offcanvas-nav {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .tertiary--navbar .open-offcanvas-nav {
        padding: 25px
    }

    .offcanvas-nav .offcanvas-menu::before {
        content: none
    }

    .banner {
        padding: 180px 0px 100px
    }

    .banner h1 {
        letter-spacing: 1px
    }

    .banner h1 .text-stroke {
        -webkit-text-stroke: .5px var(--primary-color)
    }

    .banner .interval {
        gap: 20px;
        margin-left: 10px
    }

    .banner .banner__content {
        margin-top: -10px
    }

    .banner .banner__content-inner {
        margin-top: 24px
    }

    .banner .banner__content-inner .cta {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px
    }

    .banner .video-frame {
        position: relative;
        inset: unset;
        left: 15px;
        margin-top: 40px;
        width: 140px;
        min-width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .banner .star {
        left: 40px;
        top: 120px
    }

    .banner-three .social {
        display: none
    }

    .banner-three .banner-three__slider-progress,
    .banner-three .banner-three__content {
        padding-left: 0px
    }

    .banner-three .banner-three__video img {
        min-height: 140px
    }

    .banner-three .banner-three__video .video-frame {
        width: 60px;
        min-width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .banner-four .banner-four__title {
        max-width: 300px
    }

    .banner-four .banner-four__title .frame {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        font-size: 20px
    }

    .banner-four .banner-four__title .frame i {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .banner-five .projects-s__single {
        padding: 20px
    }

    .portfolio .portfolio__text-slider-single h2,
    .portfolio-two .portfolio__text-slider-single h2 {
        margin-top: -8px
    }

    .portfolio .portfolio__text-slider-single:nth-of-type(even) h2,
    .portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 {
        -webkit-text-stroke: .5px var(--white)
    }

    .testimonial .testimonial__text-slider-single h2 {
        margin-top: -8px;
        -webkit-text-stroke: .5px var(--white)
    }

    .testimonial-two blockquote {
        font-size: 20px
    }

    .next-page .next__text-slider-single h2 {
        margin-top: -6px;
        margin-bottom: -6px
    }

    .next-page .next__text-slider-single:nth-of-type(even) h2 a {
        -webkit-text-stroke: .5px var(--white)
    }

    .award .award__content-meta {
        flex-wrap: wrap;
        row-gap: 40px
    }

    .award .award__content-meta::before {
        content: none
    }

    .award .award__content-meta .single::before {
        content: none
    }

    .award .award__content-meta .single h4:nth-of-type(1) {
        margin-bottom: 16px
    }

    .blog-two .blog__single-meta {
        gap: 16px
    }

    .blog-two .blog__single-meta a,
    .blog-two .blog__single-meta p {
        font-size: 14px
    }

    .work-steps .work-two {
        margin-top: 40px
    }

    .cta-two .cta-two-wrapper {
        padding: 80px 20px
    }

    .projects-s .projects-s__single {
        padding: 20px
    }

    .service-t .service-t__slider-single {
        padding: 40px 24px
    }

    .blog-main .blog-main__sidebar {
        padding: 30px 20px
    }

    .blog-main .blog-main__sidebar .widget__list a,
    .blog-main .blog-main__sidebar .widget__tag a,
    .blog-main .blog-main__sidebar .widget__latest a {
        font-size: 14px !important
    }

    .blog-main .blog-main__single {
        margin-bottom: 40px
    }

    .blog-main .blog-main__single .thumb,
    .blog-main .blog-main__single .content {
        padding: 30px 20px
    }

    .blog-details .bd-content {
        padding: 30px 20px
    }

    .blog-details .bd-quote {
        padding: 40px 20px
    }

    .custom-quote .custom-quote__right {
        animation-direction: normal
    }

    .custom-quote .quote-wrapper {
        height: 1200px
    }

    .form-group-wrapper {
        flex-direction: column;
        row-gap: 30px
    }

    .form-group-wrapper .form-group-single {
        width: 100%
    }

    .feedback-s .feedback-s__single {
        padding: 40px 30px
    }

    .contact-m .contact-main__form {
        padding: 60px 30px
    }

    .contact-m .contact-main__form .group-wrapper {
        flex-direction: column
    }

    .contact-m .contact-main__form .group-wrapper .group-input {
        width: 100%
    }

    .footer-four .cta-t a {
        padding: 30px 20px;
        gap: 20px
    }
}

@media only screen and (max-width: 424.98px) {
    .banner-five .banner-five__single {
        padding: 0px 15px
    }

    .blog-details .blog-details__pagination .latest-single {
        flex-direction: column;
        align-items: flex-start
    }

    .thumb-radio {
        padding: 80px 20px
    }

    .thumb-radio .radio {
        margin: 0px 0px
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1440px
    }

    .banner-four .banner-four__title h1 {
        font-size: 150px;
        font-weight: 700;
        line-height: 170px
    }

    .projects-s .row>* {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .projects-s .row {
        margin-left: -30px !important;
        margin-right: -30px !important
    }
}

@media only screen and (min-width: 1200px) {
    .mobile-menu {
        display: none
    }
}



/* ========================================================
   web-development.css
   ======================================================== */

:root {
   --wd-accent:       #ff6b00;
   --wd-accent-light: #ff8c3a;
   --wd-bg:           #000;
   --wd-bg-card:      #151515;
   --wd-bg-card-hover:#1c1c1c;
   --wd-border:       rgba(255, 255, 255, 0.07);
   --wd-text:         #c8c8c8;
   --wd-text-muted:   #666;
   --wd-white:        #ffffff;
   --wd-radius:       4px;
   --wd-transition:   0.35s ease;
}

/* ── Shared Utilities ──────────────────────────────────── */
.mt-60 { margin-top: 60px; }

.wd-accent { color: var(--wd-accent); }

.wd-tag-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid #414141;
    color: var(--primary-color);
    border-radius: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.wd-tag-label i { font-size: 10px; 
                  transform: rotate(-45deg)
                }
.wd-tag-label--center { display: flex; justify-content: center; }

.wd-section-title {
   font-size: clamp(42px, 4.6vw, 66px);
   font-weight: 800;
   color: var(--wd-white);
   line-height: 1.15;
   margin-bottom: 0;
   letter-spacing: -0.01em;
}

.wd-section-title--center {    
    max-width: 1000px;
    margin: 0 auto; }

/* ── HERO SECTION ──────────────────────────────────────── */
/* ============================================================
   WEB DEVELOPMENT — HERO SECTION
   Drop this into your main.min.css (or a dedicated file)
   and remove / comment-out the old .wd-hero block.
   ============================================================ */

/* ── BASE SECTION ──────────────────────────────────────────── */
.wd-hero {
   position: relative;
   min-height: 600px;
   display: flex;
   align-items: center;
   background-color: #0a0a0a;
   overflow: hidden;
   padding: 120px 0 80px;   /* top clears fixed header */
}

/* ── GRID BACKGROUND ──────────────────────────────────────── */
.wd-hero__grid-bg {
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(255, 107, 0, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 107, 0, 0.07) 1px, transparent 1px);
   background-size: 120px 120px;
   pointer-events: none;
   z-index: 0;
}

/* ── VERTICAL SIDE LABEL ──────────────────────────────────── */
/*
   Anchored to the left edge of the section.
   We rotate around the left-center point so the text
   runs upward along the left border without overlapping content.
*/
.wd-hero__side-label {
   position: absolute;
   left: 0;
   top: 50%;
   /* move it to the left edge first, then rotate around that anchor */
   transform-origin: left center;
   transform: rotate(-90deg) translateX(-50%);
   font-size: 9px;
   letter-spacing: 0.28em;
   font-weight: 600;
   color: rgba(255, 255, 255, 0.18);
   text-transform: uppercase;
   white-space: nowrap;
   pointer-events: none;
   z-index: 2;
}

/* ── PLUS / CROSSHAIR MARKERS ─────────────────────────────── */
.wd-hero__plus {
   position: absolute;
   font-size: 16px;
   color: rgba(255, 255, 255, 0.2);
   font-weight: 300;
   line-height: 1;
   pointer-events: none;
   z-index: 2;
   font-family: sans-serif;
}
.wd-hero__plus--1 { top: 40%;  left: 50%; }
.wd-hero__plus--2 { bottom: 60px; left: calc(50% + 80px); }
.wd-hero__plus--3 { top: 70px; right: 220px; }
.wd-hero__plus--4 { bottom: 50px; right: 280px; }

/* ── INNER LAYOUT ─────────────────────────────────────────── */
/*
   Uses Bootstrap .container for alignment.
   Row = flex so left/right sit side-by-side.
*/
.wd-hero .container {
   position: relative;
   z-index: 2;
}

.wd-hero__inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 60px;
}

/* ── LEFT COLUMN ──────────────────────────────────────────── */
.wd-hero__left {
   flex: 0 0 auto;
   width: 50%;
   max-width: 580px;
}

/* Breadcrumb */
.wd-hero__breadcrumb {
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 8px;
   font-family: inter;
   letter-spacing: 0.14em;
   font-weight: 400;
   color: rgba(255, 255, 255, 0.4);
   text-transform: uppercase;
   margin-bottom: 32px;
}
.wd-hero__breadcrumb a {
   color: rgba(255, 255, 255, 0.4);
   text-decoration: none;
   transition: color 0.3s;
   font-size: 11px;
}
.wd-hero__breadcrumb a:hover { color: #ff6b00; }
.wd-hero__breadcrumb--active { color: #ff6b00; font-weight: 600;
font-size: 11px; }

/* Title block */
.wd-hero__title {
   margin: 0 0 32px;
   line-height: 0.92;
   letter-spacing: -0.02em;
   text-transform: uppercase;
}

.wd-hero__title-line1 {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 6px;
   flex-wrap: nowrap;
}

/* "WEBSITE" — outlined/stroke text */
.wd-hero__title-website {
   font-size: clamp(52px, 5.5vw, 80px);
   font-weight: 900;
   color: transparent;
   -webkit-text-stroke: 2px #ffffff;
   text-stroke: 2px #ffffff;
   letter-spacing: -0.02em;
   white-space: nowrap;
}

/* </> image holder — replaces the old text span */
.wd-hero__title-code-img {
   display: inline-flex;
   align-items: center;
   flex-shrink: 0;
}
.wd-hero__title-code-img img {
   height: clamp(44px, 4.8vw, 68px);   /* scales with WEBSITE font */
   width: auto;
   display: block;
   object-fit: contain;
}

/* "DEVELOPMENT" — solid orange */
.wd-hero__title--accent {
   display: block;
   font-size: clamp(52px, 5.5vw, 80px);
   font-weight: 900;
   color: #ff6b00;
   letter-spacing: -0.02em;
   white-space: nowrap;
}

/* Description row */
.wd-hero__divider-wrap {
   display: flex;
   align-items: flex-start;
   gap: 20px;
}

.wd-hero__divider-icon {
    display: flex;
    align-items: center;
    gap: 60px;
}
.wd-hero__divider-icon i {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--primary-color);
    font-size: 60px;
}

.wd-hero__desc {
   font-size: 15px;
   line-height: 1.8;
   color: rgba(255, 255, 255, 0.55);
   margin: 0;
   max-width: 380px;
   text-align: justify;
}

/* ── RIGHT COLUMN ─────────────────────────────────────────── */
.wd-hero__right {
   flex: 1;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   min-height: 380px;
}

/* Image holder — fixed aspect-ratio so ALL hero pages have identical dimensions */
.wd-hero__img-holder {
   position: relative;
   width: 100%;
   max-width: 560px;
   /* 16:10 ratio — matches the design mockup proportions */
   aspect-ratio: 16 / 10;
   animation: wdFloat 4s ease-in-out infinite;
}

@keyframes wdFloat {
   0%, 100% { transform: translateY(0px); }
   50%       { transform: translateY(-12px); }
}

/* Dashed orange accent border: left + bottom edges */
.wd-hero__img-border {
   position: absolute;
   top: 0;
   left: -14px;
   bottom: -14px;
   right: 0;
   border-left: 1.5px dashed #ff6b00;
   border-bottom: 1.5px dashed #ff6b00;
   pointer-events: none;
   z-index: 0;
}

/* img fills the fixed-size holder exactly */
.wd-hero__img {
   position: absolute;
   inset: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
   border: 1px solid rgba(255, 107, 0, 0.25);
   border-radius: 6px;
}

/* Ghost number — anchored to the SECTION bottom-right,
   not the right column (which has overflow:hidden issues) */
.wd-hero__number {
   position: absolute;
   right: 20px;
   bottom: 0;
   font-size: clamp(100px, 12vw, 180px);
   font-weight: 900;
   color: rgba(255, 255, 255, 0.05);
   line-height: 1;
   letter-spacing: -8px;
   pointer-events: none;
   user-select: none;
   z-index: 1;
}


/* ── RESPONSIVE ───────────────────────────────────────────── */

/* ≤ 1399px  (XL breakpoint) */
@media (max-width: 1399px) {
   .wd-hero__title-website  { font-size: 68px; }
   .wd-hero__title--accent  { font-size: 68px; }
   .wd-hero__title-code-img img { height: 56px; }
}

/* ≤ 1199px  (LG breakpoint) */
@media (max-width: 1199px) {
   .wd-hero__left  { width: 52%; }
   .wd-hero__title-website  { font-size: 56px; }
   .wd-hero__title--accent  { font-size: 56px; }
   .wd-hero__title-code-img img { height: 46px; }
   .wd-hero__img-holder     { max-width: 440px; }
}

/* ≤ 991px  (MD breakpoint — stack columns) */
@media (max-width: 991px) {
   .wd-hero {
      padding: 120px 0 60px;
      min-height: auto;
   }
   .wd-hero__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 48px;
   }
   .wd-hero__left  { width: 100%; max-width: 100%; }
   .wd-hero__right { width: 100%; justify-content: center; min-height: auto; }
   .wd-hero__img-holder { max-width: 480px; margin: 0 auto; }
   .wd-hero__side-label { display: none; }
   .wd-hero__number { display: none; }
}

/* ≤ 767px  (SM breakpoint) */
@media (max-width: 767px) {
   .wd-hero { padding: 110px 0 50px; }
   .wd-hero__title-website  { font-size: 42px; }
   .wd-hero__title--accent  { font-size: 42px; }
   .wd-hero__title-code-img img { height: 34px; }
   .wd-hero__title-line1    { gap: 12px; }
   .wd-hero__divider-icon   { width: 40px; height: 40px; }
   .wd-hero__divider-icon i { font-size: 18px; }
   .wd-hero__desc           { font-size: 14px; max-width: 100%; }
   .wd-hero__img-holder     { max-width: 100%; }
}

/* ≤ 480px */
@media (max-width: 480px) {
   .wd-hero__title-website  { font-size: 34px; }
   .wd-hero__title--accent  { font-size: 34px; }
   .wd-hero__title-code-img img { height: 28px; }
   .wd-hero__breadcrumb     { font-size: 8px; }
}
/* ── CORE INCLUSIONS ────────────────────────────────────── */
/* ── CORE INCLUSIONS ────────────────────────────────────── */
.wd-core {
   background-color: #0E0E0E;
   position: relative;
   overflow: hidden;
}

.wd-core::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 1px;
   background: linear-gradient(90deg, transparent, #FF7425, transparent);
   opacity: 0.18;
}

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

.wd-core__header {
   margin-bottom: 56px;
}

.wd-core .wd-tag-label {
   color: #FF7425;
   border-color: rgba(255, 116, 37, 0.22);
   background: transparent;
   padding: 10px 16px;
   font-size: 12px;
   letter-spacing: 0.14em;
   font-weight: 500;
   margin-bottom: 26px;
}

.wd-core .wd-tag-label i {
   font-size: 12px;
   transform: rotate(-45deg);
}

.wd-core__title {
   display: flex;
   align-items: center;
   gap: 18px;
   flex-wrap: wrap;
   font-size: clamp(44px, 5.2vw, 82px);
   line-height: 0.95;
   font-weight: 800;
   letter-spacing: -0.04em;
   color: #F5F5F5;
   text-transform: none;
}

.wd-core__desc {
   max-width: 560px;
   margin-left: auto;
   padding-top: 24px;
   color: rgba(255,255,255,0.58);
   font-size: 15px;
   line-height: 1.8;
   text-align: right;
   position: relative;
   padding-right: 18px;
}

.wd-core__desc::after {
   content: "";
   position: absolute;
   top: 10px;
   right: 0;
   width: 1px;
   height: 100%;
   background: rgba(255,116,37,0.7);
}

.wd-core__grid {
   row-gap: 0 !important;
   margin-top: 12px;
   margin: -7.5px;
}

.wd-core__grid > div {
   padding: 7.5px;
}

.wd-core .row > * {
   padding-left: 7.5px !important;
   padding-right: 7.5px !important;
}

.wd-card {
   background: #000000;
   border: 1px solid rgba(255,255,255,0.10);
   padding: 28px 30px 26px;
   min-height: 386px;
   height: 100%;
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   transition: border-color 0.3s ease, transform 0.3s ease;
}

.wd-card:hover {
   border-color: rgba(255,116,37,0.24);
   transform: translateY(-2px);
   background: #000000;
}

.wd-card::before {
   display: none;
}

.wd-card__meta {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 20px;
   margin-bottom: 34px;
}

.wd-card__num {
   font-size: 10px;
   line-height: 1.4;
   font-weight: 700;
   letter-spacing: 0.28em;
   color: #FF7425;
   text-transform: uppercase;
   display: inline-block;
   padding-top: 4px;
}

.wd-card__icon-holder {
   width: 84px;
   min-width: 84px;
   height: 84px;
   display: flex;
   align-items: flex-start;
   justify-content: flex-end;
}

.wd-card__icon {
   width: 72px;
   height: 72px;
   border: none;
   border-radius: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   color: rgba(255, 116, 37, 0.13);
   font-size: 62px;
   background: transparent;
   transition: none;
}

.wd-card:hover .wd-card__icon {
   background: transparent;
   color: rgba(255, 116, 37, 0.13);
}

.wd-card__icon i {
   line-height: 1;
}

.wd-card__icon--large {
   width: 110px;
   height: 110px;
   font-size: 92px;
}

.wd-card__title {
   font-size: clamp(28px, 2vw, 36px);
   line-height: 0.95;
   font-weight: 800;
   color: #EDEDED;
   text-transform: uppercase;
   letter-spacing: -0.04em;
   margin-bottom: 22px;
   max-width: 320px;
}

.wd-card__desc {
   font-size: 15px;
   line-height: 1.75;
   color: rgba(255,255,255,0.52);
   margin-bottom: auto;
   max-width: 360px;
}

.wd-card__link {
   display: inline-flex;
   align-items: center;
   gap: 16px;
   margin-top: 42px;
   font-size: 10px;
   line-height: 1.2;
   font-weight: 700;
   letter-spacing: 0.18em;
   color: rgba(255,255,255,0.58);
   text-decoration: none;
   text-transform: uppercase;
}

.wd-card__link:hover {
   color: #FF7425;
}

.wd-card__link-line {
   display: inline-block;
   width: 34px;
   height: 2px;
   background: #FF7425;
   transition: width 0.3s ease;
}

.wd-card__link:hover .wd-card__link-line {
   width: 44px;
   background: #FF7425;
}

.wd-card--wide {
   min-height: 220px;
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 40px;
   padding: 28px 30px;
}

.wd-card--wide .wd-card__meta {
   margin-bottom: 0;
   min-width: 170px;
   align-self: flex-start;
}

.wd-card--wide__inner {
   flex: 1;
   max-width: 760px;
}

.wd-card--wide .wd-card__title {
   max-width: none;
   margin-bottom: 18px;
}

.wd-card--wide .wd-card__desc {
   max-width: none;
   margin-bottom: 0;
}

.wd-card--wide .wd-card__link {
   margin-top: 24px;
}

.wd-card__icon-holder--wide {
   width: 150px;
   min-width: 150px;
   height: 150px;
   align-items: center;
   justify-content: center;
}

.wd-dots-grid {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: rgba(255,255,255,0.9);
   vertical-align: middle;
   transform: translateY(4px);
}

.wd-dots-grid svg {
   display: block;
}

@media (max-width: 1199.98px) {
   .wd-card {
      min-height: 350px;
   }

   .wd-card__title {
      font-size: 30px;
   }
}

@media (max-width: 991.98px) {
   .wd-core__desc {
      text-align: left;
      margin-left: 0;
      padding-top: 0;
      padding-right: 0;
      margin-bottom: 40px;
   }

   .wd-core__desc::after {
      display: none;
   }

   .wd-core__header {
      margin-bottom: 24px;
   }

   .wd-card--wide {
      flex-direction: column;
      align-items: flex-start;
   }

   .wd-card__icon-holder--wide {
      width: 100px;
      min-width: 100px;
      height: 100px;
      justify-content: flex-start;
   }

   .wd-card__icon--large {
      font-size: 72px;
   }
}

@media (max-width: 767.98px) {
   .wd-core {
      padding-top: 100px;
      padding-bottom: 100px;
   }

   .wd-core__title {
      font-size: 42px;
      gap: 12px;
   }

   .wd-card {
      min-height: auto;
      padding: 24px 22px;
   }

   .wd-card__meta {
      margin-bottom: 24px;
   }

   .wd-card__icon-holder {
      width: 62px;
      min-width: 62px;
      height: 62px;
   }

   .wd-card__icon {
      width: 56px;
      height: 56px;
      font-size: 46px;
   }

   .wd-card__title {
      font-size: 24px;
   }

   .wd-card__desc {
      font-size: 14px;
   }
}
/* ── ADVANCED FEATURES ─────────────────────────────────── */
/* ── ADVANCED FEATURES ─────────────────────────────────── */
.wd-features {
   position: relative;
   background: #000;
   overflow: hidden;
}

.wd-features::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(to right, rgba(255,255,255,0.12) 1px, transparent 1px);
   background-size: 320px 100%;
   pointer-events: none;
   opacity: 0.5;
}

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

.wd-features__sub {
   color: #d7d7d7;
   font-size: 15px;
   line-height: 1.6;
   margin-top: 18px;
   margin-bottom: 0;
   text-align: center;
}

.wd-tag-label {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   color: #FF7425;
   border-color: rgba(255, 116, 37, 0.22);
   background: transparent;
   padding: 10px 16px;
   font-size: 12px;
   letter-spacing: 0.14em;
   font-weight: 500;
   margin-bottom: 26px;
}

.wd-tag-label i {
      font-size: 12px;
   transform: rotate(-45deg);
}

.wd-section-title {
   font-size: clamp(50px, 5vw, 74px);
   line-height: 1.04;
   font-weight: 900;
   letter-spacing: -0.03em;
   margin-bottom: 0;
   color: #fff;
}

.wd-section-title--center {
   text-align: center;
}

.wd-accent {
   color: var(--wd-accent);
}

/* star icons near title */
.wd-star-icon {
   position: absolute;
   right: -38px;
   top: 50%;
   transform: translateY(-10%);
   display: inline-flex;
   animation: none;
}

.wd-section-title {
   position: relative;
   display: inline-block;
}

.wd-section-title::after {
   content: "";
   position: absolute;
   right: -86px;
   top: 36px;
   width: 22px;
   height: 22px;
   background: #2b2b2b;
   clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}

.wd-features__grid {
   margin-top: 72px;
   row-gap: 24px !important;
}

.wd-feature-card {
   background: linear-gradient(90deg, rgba(20,20,24,0.98) 0%, rgba(8,8,10,0.98) 100%);
   border: 1px solid rgba(255,107,0,0.95);
   border-radius: 16px;
   padding: 30px 24px 28px;
   min-height: 286px;
   height: 100%;
   transition: 0.3s ease;
   box-shadow: none;
}

.wd-feature-card:hover {
   background: linear-gradient(90deg, rgba(24,24,28,1) 0%, rgba(10,10,12,1) 100%);
   border-color: rgba(255,107,0,1);
   transform: translateY(-2px);
}

.wd-feature-card__title {
   font-size: 26px;
   line-height: 1.2;
   font-weight: 800;
   color: #f3f3f3;
   margin-bottom: 18px;
   letter-spacing: -0.02em;
}

.wd-feature-card__desc {
   font-size: 15px;
   line-height: 1.65;
   color: #9c9c9c;
   margin-bottom: 18px;
   max-width: 92%;
}

.wd-feature-card__list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.wd-feature-card__list li {
   display: flex;
   align-items: center;
   gap: 12px;
   padding: 7px 0;
   border-top: 0;
   font-size: 15px;
   line-height: 1.5;
   color: #dddddd;
}

.wd-feature-card__list li i {
   color: var(--wd-accent);
   font-size: 13px;
   flex-shrink: 0;
}

/* spacing */
@media (min-width: 768px) {
   .wd-features {
      padding-top: 120px;
      padding-bottom: 120px;
   }

   .wd-feature-card {
      padding: 34px 26px 30px;
   }
}

@media (max-width: 767px) {
   .wd-section-title {
      font-size: 40px;
   }

   .wd-feature-card__title {
      font-size: 22px;
   }

   .wd-feature-card {
      min-height: auto;
   }

   .wd-star-icon,
   .wd-section-title::after {
      display: none;
   }

   .wd-features::before {
      background-size: 160px 100%;
   }
}

/* ── IDEAL FOR ─────────────────────────────────────────── */
/* ── IDEAL FOR ─────────────────────────────────────────── */
.wd-ideal {
   background: var(--wd-bg);
   position: relative;
}

.wd-ideal::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 1px;
   background: linear-gradient(90deg, transparent, rgba(255,107,0,0.3), transparent);
}

.wd-ideal__row {
   align-items: center;
}

.wd-ideal__label-wrap {
   position: relative;
   padding-right: 90px;
}

.wd-ideal__heading {
   font-size: clamp(44px, 5vw, 66px);
   font-weight: 900;
   color: var(--wd-white);
   text-transform: uppercase;
   line-height: 0.95;
   margin-bottom: 22px;
   letter-spacing: -0.03em;
}

.wd-ideal__sub {
   font-size: 12px;
   letter-spacing: 0.14em;
   color: #cfcfcf;
   font-weight: 500;
   text-transform: uppercase;
   margin-bottom: 0;
}

.wd-ideal__cards-wrap {
   position: relative;
   padding-left: 18px;
   padding-right: 72px;
}

.wd-ideal__brace {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   font-weight: 400;
   line-height: 1;
   pointer-events: none;
   user-select: none;
   color: rgba(255,107,0,0.22);
   font-family: serif;
}

.wd-ideal__brace--left {
   right: 8px;
   font-size: 230px;
}

.wd-ideal__brace--right {
   right: 0;
   font-size: 230px;
}

.wd-ideal__cards {
   row-gap: 0 !important;
}

.wd-ideal__cards > div {
   position: relative;
}

.wd-ideal__cards > div::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 15px;
   width: 1px;
   background: rgba(255,255,255,0.75);
}

.wd-ideal__card {
   padding: 32px 28px 28px 32px;
   min-height: 200px;
   height: 100%;
   position: relative;
   background: transparent;
   border: 0;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}

.wd-ideal__card:hover {
   background: transparent;
}

.wd-ideal__card-num {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: 48px;
   height: 32px;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 0;
   color: var(--wd-accent);
   margin-bottom: 28px;
   background: transparent;
   border: 1px solid rgba(255,255,255,0.85);
   padding: 0 12px;
   border-radius: 0;
   width: fit-content;
   line-height: 1;
}

.wd-ideal__card-icon {
   font-size: 30px;
   color: var(--wd-accent);
   margin-bottom: 24px;
   opacity: 1;
   line-height: 1;
}

.wd-ideal__card p {
   font-size: 15px;
   font-weight: 500;
   letter-spacing: 0;
   color: var(--wd-white);
   text-transform: uppercase;
   line-height: 2.1;
   margin: 0;
   max-width: 220px;
}

/* responsive */
@media (max-width: 1199px) {
   .wd-ideal__brace--left,
   .wd-ideal__brace--right {
      display: none;
   }
}

@media (max-width: 991px) {
   .wd-ideal__label-wrap {
      padding-right: 0;
      margin-bottom: 36px;
   }

   .wd-ideal__cards-wrap {
      padding-left: 0;
      padding-right: 0;
   }
}

@media (max-width: 767px) {
   .wd-ideal__cards > div::before {
      left: 15px;
   }

   .wd-ideal__card {
      min-height: auto;
      padding: 28px 20px 24px 30px;
   }

   .wd-ideal__card p {
      max-width: 100%;
      line-height: 1.8;
   }
}

/* ── ANIMATIONS ON SCROLL ──────────────────────────────── */
.wd-fade-up {
   opacity: 0;
   transform: translateY(30px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

.wd-fade-up.wd-visible {
   opacity: 1;
   transform: translateY(0);
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1199px) {
   .wd-hero__side-label { display: none; }
   .wd-ideal__brace { display: none; }
}

@media (max-width: 991px) {
   .wd-hero { padding: 130px 0 60px; min-height: auto; }
   .wd-hero__visual { padding-left: 0; margin-top: 48px; }
   .wd-hero__number { display: none; }
   .wd-core__desc { padding-top: 0; }
   .wd-card--wide { flex-direction: column; gap: 16px; }
   .wd-card--wide .wd-card__meta { flex-direction: row; }
   .wd-ideal__card { border-right: 1px solid var(--wd-border); }
   .wd-ideal__cards { row-gap: 0 !important; }
   .wd-ideal__label-wrap { margin-bottom: 40px; }
}

@media (max-width: 767px) {
   .wd-hero__title { font-size: clamp(42px, 12vw, 68px); }
   .wd-hero__divider-wrap { flex-direction: column; gap: 14px; }
   .wd-hero__desc { max-width: 100%; }
   .wd-card { border-right: 1px solid var(--wd-border) !important; }
   .wd-ideal__card { border-right: 1px solid var(--wd-border); }
}


/* ============================================================
   WEB DESIGN (UX/UI) PAGE — Additional Styles
   All page-specific classes prefixed with .ux-
   Common classes (.wd-*) are shared from web-development styles
   ============================================================ */

/* ===== UX HERO ===== */
/* ===== UX HERO EXACT STYLE ===== */
.ux-hero {
   position: relative;
   min-height: 100vh;
   padding: 170px 0 100px;
   background: #000;
   overflow: hidden;
   display: flex;
   align-items: center;
}

.ux-hero__grid {
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(255, 107, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 107, 0, 0.03) 1px, transparent 1px);
   background-size: 64px 64px;
   pointer-events: none;
   opacity: 0.45;
}

.ux-hero::before {
   content: "";
   position: absolute;
   inset: 0;
   background:
      radial-gradient(circle at 74% 36%, rgba(255,107,0,0.08), transparent 28%);
   pointer-events: none;
}

.ux-hero__content {
   position: relative;
   z-index: 2;
   max-width: 620px;
}

.wd-hero__breadcrumb {
   margin-bottom: 52px;
   font-size: 8px;
   letter-spacing: 0.22em;
}

.wd-hero__side-label {
   left: 25px;
   font-size: 13px;
   letter-spacing: 0.08em;
   color: rgba(255,255,255,0.7);
}

.ux-hero__title {
   position: relative;
   margin-bottom: 34px;
   line-height: 0.9;
   text-transform: none;
   letter-spacing: -0.04em;
}

.ux-hero__title-stroke {
   display: inline-block;
   font-size: clamp(64px, 8vw, 108px);
   line-height: 0.92;
   -webkit-text-stroke: 2px #fff;
   -webkit-text-fill-color: transparent;
   color: transparent;
   font-weight: 900;
   text-transform: uppercase;
}

.ux-hero__amp {
   display: inline-block;
   margin-left: 16px;
   font-size: clamp(58px, 7vw, 96px);
   line-height: 1;
   color: rgba(255,255,255,0.12);
   font-weight: 800;
   vertical-align: top;
}

.ux-hero__title--accent {
   display: block;
   margin-top: 18px;
   font-size: clamp(48px, 6vw, 76px);
   line-height: 1;
   font-weight: 900;
   color: var(--primary-color);
   font-style: normal;
   letter-spacing: -0.04em;
}

.ux-hero__desc-wrap {
   display: flex;
   align-items: flex-start;
   gap: 34px;
   margin-top: 28px;
}

.ux-hero__arrow {
   flex-shrink: 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 82px;
   height: 82px;
   font-size: 58px;
   line-height: 1;
   color: transparent;
   -webkit-text-stroke: 1.8px var(--primary-color);
   border: none;
}

.ux-hero__desc {
   max-width: 470px;
   font-size: 18px;
   line-height: 1.8;
   color: rgba(255,255,255,0.58);
   margin-top: 4px;
}

/* right side */
.ux-hero__visual-wrap {
   position: relative;
   z-index: 2;
   padding-left: 70px;
   min-height: 560px;
}

.ux-hero__frame-label {
   position: absolute;
   top: 28px;
   left: 58px;
   z-index: 4;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 0.12em;
   color: #000;
   background: var(--primary-color);
   padding: 4px 10px;
   line-height: 1;
}

.ux-hero__frame-dash {
   position: absolute;
   top: 28px;
   left: 58px;
   width: 460px;
   height: 350px;
   border: 1px dashed rgba(255,107,0,0.7);
   pointer-events: none;
}

.ux-hero__main-frame {
   position: relative;
   width: 460px;
   margin-top: 40px;
   margin-left: 20px;
}

.ux-hero__frame-inner {
   position: relative;
   background: #0d0d0d;
   border: 2px solid var(--primary-color);
   padding: 16px;
   z-index: 2;
}

.ux-hero__image-wrap,
.ux-hero__image {
   border-radius: 0;
}

.ux-hero__image {
   width: 100%;
   height: 300px;
   object-fit: cover;
   display: block;
   filter: brightness(0.68) contrast(1.08);
   transition: transform 0.6s ease;
}

.ux-hero__frame-inner:hover .ux-hero__image {
   transform: scale(1.03);
}

.ux-hero__layers-panel {
   position: absolute;
   top: 36px;
   right: -42px;
   width: 148px;
   background: rgba(36,36,36,0.92);
   border: 1px solid rgba(255,255,255,0.07);
   padding: 14px 14px 12px;
   z-index: 3;
   backdrop-filter: blur(8px);
}

.ux-hero__panel-title {
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 10px;
   letter-spacing: 0.08em;
   color: rgba(255,255,255,0.5);
   margin-bottom: 14px;
}

.ux-hero__layers-list {
   list-style: none;
   margin: 0;
   padding: 0;
}

.ux-hero__layers-list li {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 10px;
   line-height: 1.4;
   color: rgba(255,255,255,0.28);
   margin-bottom: 12px;
}

.ux-hero__layers-list li span {
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: rgba(255,255,255,0.18);
   flex-shrink: 0;
}

.ux-hero__layers-list li.active {
   color: rgba(255,255,255,0.85);
}

.ux-hero__layers-list li.active span {
   background: var(--primary-color);
}

.ux-hero__type-card {
   position: absolute;
   left: 146px;
   bottom: -26px;
   width: 255px;
   background: rgba(42,42,42,0.9);
   border: 1px solid rgba(255,255,255,0.06);
   padding: 18px 18px 16px;
   z-index: 3;
   backdrop-filter: blur(8px);
}

.ux-hero__type-top {
   display: flex;
   align-items: flex-start;
   gap: 16px;
   margin-bottom: 16px;
}

.ux-hero__type-aa {
   font-size: 32px;
   line-height: 1;
   font-weight: 800;
   color: var(--primary-color);
}

.ux-hero__type-lines {
   flex: 1;
   padding-top: 4px;
}

.ux-hero__type-lines span {
   display: block;
   height: 4px;
   margin-bottom: 8px;
   background: rgba(255,255,255,0.16);
}

.ux-hero__type-lines span:first-child {
   width: 100%;
   height: 4px;
   background: var(--primary-color);
}

.ux-hero__type-lines span:nth-child(2) { width: 72%; }
.ux-hero__type-lines span:nth-child(3) { width: 56%; }

.ux-hero__type-bottom {
   display: flex;
   justify-content: space-between;
   gap: 16px;
}

.ux-hero__type-bottom small {
   display: block;
   font-size: 8px;
   line-height: 1.2;
   letter-spacing: 0.12em;
   color: rgba(255,255,255,0.35);
   margin-bottom: 5px;
}

.ux-hero__type-bottom strong {
   display: block;
   font-size: 12px;
   line-height: 1.2;
   color: #fff;
   font-weight: 700;
}

.wd-hero__number {
   right: 90px;
   bottom: 4px;
   font-size: 96px;
   font-weight: 900;
   color: rgba(255,255,255,0.12);
   line-height: 1;
}

/* responsive */
@media (max-width: 991.98px) {
   .ux-hero {
      padding: 150px 0 80px;
   }

   .ux-hero__visual-wrap {
      padding-left: 0;
      margin-top: 60px;
      min-height: auto;
   }

   .ux-hero__main-frame,
   .ux-hero__frame-dash {
      width: 100%;
      max-width: 460px;
   }

   .ux-hero__frame-dash {
      left: 0;
   }

   .ux-hero__frame-label {
      left: 0;
   }

   .ux-hero__layers-panel {
      right: -12px;
   }

   .ux-hero__type-card {
      left: 100px;
   }

   .wd-hero__side-label {
      display: none;
   }
}

@media (max-width: 767.98px) {
   .ux-hero__title-stroke {
      font-size: 58px;
   }

   .ux-hero__amp {
      font-size: 52px;
      margin-left: 8px;
   }

   .ux-hero__title--accent {
      font-size: 44px;
   }

   .ux-hero__desc-wrap {
      gap: 18px;
   }

   .ux-hero__arrow {
      width: 56px;
      height: 56px;
      font-size: 38px;
   }

   .ux-hero__desc {
      font-size: 15px;
   }

   .ux-hero__layers-panel {
      position: static;
      width: 100%;
      margin-top: 16px;
   }

   .ux-hero__type-card {
      position: static;
      width: 100%;
      margin-top: 16px;
   }

   .wd-hero__number {
      display: none;
   }
}


/* ===== UX CORE SECTION ===== */
.ux-core {
   background: #0E0E0E;
   position: relative;
}

.ux-core::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   height: 1px;
   background: linear-gradient(to right, transparent, rgba(255,107,0,0.3), transparent);
}

/* Accent filler card */
.ux-card--accent-fill {
   background: rgba(255, 107, 0, 0.06) !important;
   border: 1px solid rgba(255, 107, 0, 0.2) !important;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 280px;
}

.ux-card--accent-fill:hover {
   background: rgba(255, 107, 0, 0.12) !important;
   border-color: rgba(255, 107, 0, 0.45) !important;
}

.ux-card__accent-inner {
   text-align: center;
   padding: 40px 30px;
}

.ux-card__accent-icon {
   font-size: 48px;
   color: var(--wd-accent, #ff6b00);
   margin-bottom: 20px;
   display: block;
}

.ux-card__accent-text {
   font-size: 18px;
   line-height: 28px;
   color: rgba(255,255,255,0.7);
   font-style: italic;
}


/* ===== UX CONVERSION SECTION ===== */
.ux-conversion {
   background: var(--wd-bg, #000);
   position: relative;
   overflow: hidden;
}

.ux-conversion::before {
   content: "";
   position: absolute;
   inset: 0;
   background: radial-gradient(ellipse 70% 60% at 20% 50%, rgba(255, 107, 0, 0.05) 0%, transparent 70%);
   pointer-events: none;
}

.ux-conversion__tag-wrap {
   margin-bottom: 16px;
}

.ux-conversion__title {
   margin-bottom: 60px;
}

.ux-conversion__row {
   row-gap: 60px;
}

/* Image box */
.ux-conversion__image-box {
   position: relative;
}

.ux-conversion__image-inner {
   position: relative;
   border-radius: 4px;
   overflow: hidden;
}

.ux-conversion__img {
   width: 100%;
   height: 480px;
   object-fit: cover;
   display: block;
   filter: brightness(0.85);
   transition: filter 0.4s ease, transform 0.5s ease;
}

.ux-conversion__image-inner:hover .ux-conversion__img {
   filter: brightness(1);
   transform: scale(1.02);
}

/* Corner brackets (Figma accent) */
.ux-conversion__corner {
   position: absolute;
   width: 24px;
   height: 24px;
   z-index: 2;
   pointer-events: none;
}

.ux-conversion__corner--tl {
   top: 12px;
   left: 12px;
   border-top: 2px solid var(--wd-accent, #ff6b00);
   border-left: 2px solid var(--wd-accent, #ff6b00);
}

.ux-conversion__corner--br {
   bottom: 12px;
   right: 12px;
   border-bottom: 2px solid var(--wd-accent, #ff6b00);
   border-right: 2px solid var(--wd-accent, #ff6b00);
}

/* Badge over image */
.ux-conversion__badge {
   position: absolute;
   bottom: 24px;
   left: 50%;
   transform: translateX(-50%);
   background: rgba(255, 107, 0, 0.15);
   backdrop-filter: blur(8px);
   border: 1px solid rgba(255, 107, 0, 0.35);
   border-radius: 40px;
   padding: 10px 28px;
   text-align: center;
   z-index: 2;
   white-space: nowrap;
}

.ux-conversion__badge span {
   display: block;
   font-size: 13px;
   line-height: 20px;
   color: #fff;
   font-weight: 500;
   letter-spacing: 0.5px;
}

/* Element list items */
.ux-conversion__list-wrap {
   padding-left: 48px;
   display: flex;
   flex-direction: column;
   gap: 0;
}

.ux-element-item {
   display: flex;
   flex-direction: column;
   gap: 8px;
   padding: 28px 0;
   border-bottom: 1px solid rgba(255,255,255,0.07);
   transition: padding-left 0.3s ease;
   cursor: default;
}

.ux-element-item:first-child {
   padding-top: 0;
}

.ux-element-item:last-child {
   border-bottom: none;
}

.ux-element-item:hover {
   padding-left: 8px;
}

.ux-element-item__head {
   display: flex;
   align-items: center;
   gap: 12px;
}

.ux-element-item__num {
   font-size: 12px;
   line-height: 16px;
   font-weight: 700;
   letter-spacing: 2px;
   color: var(--wd-accent, #ff6b00);
   background: rgba(255,107,0,0.1);
   border: 1px solid rgba(255,107,0,0.25);
   border-radius: 20px;
   padding: 3px 12px;
}

.wd-tag-label--no-margin {
   margin-bottom: 0;
}

.ux-element-item__arrow {
   font-size: 11px;
   color: rgba(255,255,255,0.25);
   transition: color 0.3s ease, transform 0.3s ease;
}

.ux-element-item:hover .ux-element-item__arrow {
   color: var(--wd-accent, #ff6b00);
   transform: translateX(4px);
}

.ux-element-item__title {
   font-size: 22px;
   line-height: 32px;
   font-weight: 700;
   color: #fff;
   transition: color 0.3s ease;
}

.ux-element-item:hover .ux-element-item__title {
   color: var(--wd-accent, #ff6b00);
}

/* Fade-up animation for conversion list */
.ux-fade-up {
   opacity: 0;
   transform: translateY(24px);
   transition: opacity 0.6s ease, transform 0.6s ease;
}

.ux-fade-up.ux-visible {
   opacity: 1;
   transform: translateY(0);
}


/* ===== DESIGN TYPES (Portfolio Grid) ===== */
.ux-types {
   background:#0E0E0E;
   position: relative;
}
 
.ux-types::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   height: 1px;
   background: linear-gradient(to right, transparent, rgba(255,107,0,0.3), transparent);
}
 
.ux-types__header-row {
   margin-bottom: 40px;
}
 
.ux-types__title {
   margin-bottom: 0;
}
 
.ux-types__sub {
   text-align: right;
   color: rgba(255,255,255,0.5);
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 0;
}
 
/* Grid: pure CSS Grid for reliable 3-column layout with 15px gaps */
.ux-types__grid {
   display: grid !important;
   grid-template-columns: repeat(3, 1fr);
   gap: 15px;
   margin-left: 0 !important;
   margin-right: 0 !important;
   width: 100%;
}
 
/* Override Bootstrap col behaviour inside CSS grid */
.ux-types__grid > .ux-types__col {
   width: 100%;
   display: flex;
   flex-direction: column;
}
 
.ux-types__col > .ux-type-card--tall {
   flex: 1;
}
 
/* Left column: two stacked cards with gap between them */
.ux-types__col-stack {
   display: flex;
   flex-direction: column;
   gap: 15px;
   height: 100%;
}
 
.ux-types__col-stack .ux-type-card {
   flex: 1;
}
 
/* Type Card — background image via inline style, image scaled via ::after pseudo */
.ux-type-card {
   position: relative;
   overflow: hidden;
   background-color: #111;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   height: 100%;
   min-height: 252px;
   display: flex;
   align-items: flex-end;
   cursor: pointer;
   border-radius: 4px;
}
 
/* Zoom layer — separate pseudo-element avoids background-image:inherit bug */
.ux-type-card__bg {
   position: absolute;
   inset: 0;
   z-index: 0;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   transform: scale(1);
   transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   will-change: transform;
}
 
.ux-type-card:hover .ux-type-card__bg {
   transform: scale(1.07);
}
 
/* Tall card in middle and right columns */
.ux-type-card--tall {
   min-height: 519px; /* 252 * 2 + 15px gap */
   flex: 1;
}
 
.ux-type-card__overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.22) 55%,
      transparent 100%
   );
   transition: background 0.45s ease;
   z-index: 1;
}
 
.ux-type-card:hover .ux-type-card__overlay {
   background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.38) 55%,
      rgba(255, 107, 0, 0.06) 100%
   );
}
 
/* Orange bottom border reveal on hover */
.ux-type-card::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 2px;
   background: var(--wd-accent, #ff6b00);
   transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   z-index: 3;
}
 
.ux-type-card:hover::after {
   width: 100%;
}
 
.ux-type-card__content {
   position: relative;
   z-index: 2;
   padding: 22px 22px 26px;
   width: 100%;
   transform: translateY(4px);
   transition: transform 0.4s ease;
}
 
.ux-type-card:hover .ux-type-card__content {
   transform: translateY(0);
}
 
.ux-type-card__title {
   font-size: 14px;
   line-height: 20px;
   font-weight: 800;
   letter-spacing: 2px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 5px;
   transition: color 0.3s ease, letter-spacing 0.3s ease;
}
 
.ux-type-card:hover .ux-type-card__title {
   color: var(--wd-accent, #ff6b00);
   letter-spacing: 2.8px;
}
 
.ux-type-card__sub {
   display: block;
   font-size: 12px;
   line-height: 18px;
   color: rgba(255, 255, 255, 0.5);
   letter-spacing: 0.5px;
   font-weight: 500;
   transition: color 0.3s ease;
}
 
.ux-type-card:hover .ux-type-card__sub {
   color: rgba(255, 255, 255, 0.75);
}
 
.ux-type-card__link {
   position: absolute;
   inset: 0;
   z-index: 4;
}
 
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
   .ux-hero {
      padding: 160px 0 70px;
      min-height: auto;
   }
   .ux-conversion__list-wrap {
      padding-left: 24px;
   }
   .ux-element-item__title {
      font-size: 19px;
   }
   .ux-types__sub {
      text-align: left;
      margin-top: 12px;
   }
}
 
@media (max-width: 991px) {
   .ux-hero {
      padding: 130px 0 60px;
      min-height: auto;
   }
   .ux-hero__visual-wrap {
      padding-left: 0;
      margin-top: 48px;
   }
   .ux-conversion__list-wrap {
      padding-left: 0;
      margin-top: 0;
   }
   .ux-conversion__img {
      height: 340px;
   }
   /* 2-column grid on tablet */
   .ux-types__grid {
      grid-template-columns: repeat(2, 1fr) !important;
   }
   .ux-type-card {
      min-height: 200px;
   }
   .ux-type-card--tall {
      min-height: 415px;
   }
   .ux-types__col-stack {
      gap: 15px;
   }
}
 
@media (max-width: 767px) {
   .ux-hero__title {
      font-size: clamp(42px, 12vw, 68px);
   }
   .ux-hero__title--accent {
      font-size: clamp(32px, 10vw, 56px);
   }
   .ux-conversion__title {
      margin-bottom: 40px;
   }
   .ux-element-item__title {
      font-size: 17px;
      line-height: 26px;
   }
   /* Single column on mobile */
   .ux-types__grid {
      grid-template-columns: 1fr !important;
   }
   .ux-type-card {
      min-height: 200px;
   }
   .ux-type-card--tall {
      min-height: 240px;
   }
   .ux-types__sub {
      text-align: left;
   }
}
 
@media (max-width: 575px) {
   .ux-hero {
      padding: 120px 0 50px;
   }
   .ux-conversion__image-box {
      margin-bottom: 40px;
   }
}
 

/*====== SEO =====*/
/* ===== SEO CORE SERVICES ===== */
/* ================================================================
   SEO PAGE — FULL SECTION CSS
   Replace lines 10727–11970 in main.min.css with this block.
   (Everything from "/*====== SEO =====" to end of seo-outcomes)
   ================================================================ */


/* =================================================================
   1. CORE SEO SERVICES
   ================================================================= */

/* ================================================================
   SEO PAGE — FULL SECTION CSS
   Replace lines 10727–11970 in main.min.css with this block.
   (Everything from "/*====== SEO =====" to end of seo-outcomes)
   ================================================================ */


/* =================================================================
   1. CORE SEO SERVICES
   ================================================================= */

.seo-core {
    position: relative;
    overflow: hidden;
    background: #0E0E0E !important;
    
}

.seo-core__top {
    margin-bottom: 56px;
}

.seo-core__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Tag label */
.seo-core__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #ff7425;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 32px;       /* tag → heading gap */
}

.seo-core__tag i {
    font-size: 11px;
}

/* Section heading */
.seo-core__title {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin: 0;
    font-size: 60px;
    line-height: 1.0;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}

.seo-core__title span {
    color: #ff7425;
}

.seo-core__dots {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.8);
    transform: translateY(4px);
}

/* Right-side intro text */
.seo-core__intro-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.seo-core__intro {
    max-width: 660px;
    text-align: right;
    color: rgba(255, 255, 255, 0.58);
    font-size: 18px;
    line-height: 1.7;
    padding-right: 24px;
    border-right: 2px solid #ff7425;
}

/* Cards grid */
.seo-core__grid {
    row-gap: 15px;
    --bs-gutter-x: 15px;
}

.seo-core__grid > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.seo-core__item {
    display: flex;
}

/* Card base */
.seo-core-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 36px 32px 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0a0a;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.seo-core-card--wide {
    /* inherits seo-core-card */
}

.seo-core-card:hover {
    border-color: rgba(255, 116, 37, 0.35);
    background: #0d0d0d;
}

/* Card top row: label left, icon right */
.seo-core-card__top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    padding: 24px 28px 28px !important;
    background: #0d0d0d !important;
    margin-bottom: 0 !important;
}

.seo-core-card__label {
     font-size: 11px !important;
    letter-spacing: 0.12em !important;
    color: #ff7425 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.seo-core-card__icon {
    font-size: 85px !important;
    color: rgba(255, 116, 37, 0.13) !important;
    line-height: 1 !important;
}

/* Card title — 30px white bold */
.seo-core-card__title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 18px;
    max-width: 95%;
}

/* Card description — 16px */
.seo-core-card__desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    line-height: 1.75;
    max-width: 95%;
    margin-bottom: auto;
}

/* Card link */
.seo-core-card__link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    color: #ff7425;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.seo-core-card__link:hover {
    color: #ff7425;
}

.seo-core-card__line {
    display: block;
    width: 36px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
}

/* Decorative shapes */
.seo-core__shape {
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.seo-core__shape--left {
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.12);
    font-weight: 300;
}

.seo-core__shape--right {
    bottom: 80px;
    right: 0;
    width: 180px;
    height: 180px;
    opacity: 0.05;
}

.seo-core__shape--right svg {
    width: 100%;
    height: 100%;
}

.seo-core__shape--right::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 116, 37, 0.4);
}

/* Responsive — Core Services */
@media (max-width: 1199.98px) {
    .seo-core__title { font-size: 52px; }
    .seo-core-card__title { font-size: 26px; }
    .seo-core__intro { font-size: 17px; }
}

@media (max-width: 991.98px) {
    .seo-core__title { font-size: 44px; }
    .seo-core-card { padding: 28px 24px 32px; }
    .seo-core-card--wide { padding: 28px 24px 32px; }
    .seo-core__shape--left,
    .seo-core__shape--right { display: none; }
    .seo-core__intro-wrap { justify-content: flex-start; margin-top: 12px; }
    .seo-core__intro { text-align: left; border-right: none; border-left: 2px solid #ff7425; padding-right: 0; padding-left: 20px; }
    .seo-core__top { margin-bottom: 36px; }
}

@media (max-width: 767.98px) {
    .seo-core__title { font-size: 36px; }
    .seo-core__dots { display: none; }
    .seo-core__intro { font-size: 16px; }
    .seo-core-card { padding: 24px 20px 28px; }
    .seo-core-card--wide { padding: 24px 20px 28px; }
    .seo-core-card__icon { font-size: 24px; }
    .seo-core-card__title { font-size: 22px; }
    .seo-core-card__desc { font-size: 15px; }
}


/* =================================================================
   2. ONGOING SEO MANAGEMENT
   ================================================================= */

.seo-manage {
    position: relative;
    background: var(--black);
    overflow: hidden;
}

.seo-manage__top {
    margin-bottom: 64px;
}

/* Tag label */
.seo-manage__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 32px;       /* tag → heading gap */
}

.seo-manage__tag i {
    font-size: 11px;
}

/* Section heading */
.seo-manage__title {
    position: relative;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0;
    margin-bottom: 0;
    color: var(--white);
}

.seo-manage__title span {
    color: var(--primary-color);
}

.seo-manage__dots {
    position: absolute;
    top: 2px;
    right: -70px;
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
}

/* Right-side intro */
.seo-manage__intro {
    max-width: 640px;
    margin-left: auto;
    text-align: right;
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    line-height: 1.7;
    border-right: 2px solid var(--primary-color);
    padding-right: 20px;
}

.seo-manage__content {
    row-gap: 40px;
}

/* Timeline */
.seo-manage__timeline {
    position: relative;
    padding-left: 88px;
}

.seo-manage__timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: var(--primary-color);
}

.seo-manage-step {
    position: relative;
}

.seo-manage-step:not(:last-child) {
    margin-bottom: 60px;
}

.seo-manage-step__marker {
    position: absolute;
    left: -88px;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    z-index: 2;
}

.seo-manage-step__content {
    padding-top: 4px;
}

/* Step title — bold white uppercase */
.seo-manage-step__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    color: var(--white);
    line-height: 1.2;
}

/* Step description — 16px */
.seo-manage-step__desc {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 1.7;
    max-width: 760px;
}

/* Chart visual */
.seo-manage-chart {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #050505;
    max-width: 480px;
    margin-left: auto;
}

.seo-manage-chart__corner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 36px;
    height: 36px;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    pointer-events: none;
}

.seo-manage-chart__inner {
    position: relative;
    padding: 72px 32px 64px 88px;
    min-height: 520px;
}

.seo-manage-chart__grid {
    position: absolute;
    left: 88px;
    right: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.seo-manage-chart__grid--1 { top: 125px; }
.seo-manage-chart__grid--2 { top: 232px; }
.seo-manage-chart__grid--3 { top: 340px; }
.seo-manage-chart__grid--4 { top: 448px; }

.seo-manage-chart__y,
.seo-manage-chart__x {
    position: absolute;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.32);
    line-height: 1;
    font-weight: 500;
}

.seo-manage-chart__y--1 { top: 116px; left: 48px; }
.seo-manage-chart__y--2 { top: 223px; left: 48px; }
.seo-manage-chart__y--3 { top: 331px; left: 48px; }
.seo-manage-chart__y--4 { top: 439px; left: 48px; }

.seo-manage-chart__x--1 { left: 48px;  bottom: 128px; }
.seo-manage-chart__x--2 { left: 145px; bottom: 128px; }
.seo-manage-chart__x--3 { left: 235px; bottom: 128px; }
.seo-manage-chart__x--4 { left: 325px; bottom: 128px; }
.seo-manage-chart__x--5 { left: 414px; bottom: 128px; }

.seo-manage-chart__x--6 {
    right: 32px;
    bottom: 128px;
    color: var(--primary-color);
    font-weight: 700;
}

.seo-manage-chart__svg {
    position: absolute;
    left: 88px;
    right: 32px;
    bottom: 140px;
    width: calc(100% - 120px);
    height: 300px;
}

.seo-manage-chart__area {
    fill: url(#seoManageFill);
}

.seo-manage-chart__line {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seo-manage-chart__dot {
    fill: var(--primary-color);
    stroke: #050505;
    stroke-width: 2;
}

.seo-manage-chart__badge {
    position: absolute;
    top: 32px;
    right: 32px;
    background: var(--primary-color);
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 10px 18px;
    line-height: 1;
}

.seo-manage-chart__footer {
    position: absolute;
    bottom: 28px;
    left: 88px;
    right: 32px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.28);
    line-height: 1;
}

/* Animated chart line */
@keyframes seoLineGrow {
    from { stroke-dashoffset: 900; }
    to   { stroke-dashoffset: 0; }
}

.seo-manage-chart__line {
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: seoLineGrow 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0.3s;
}

/* Responsive — Manage */
@media (max-width: 1199.98px) {
    .seo-manage__title { font-size: 52px; }
    .seo-manage__dots { right: -52px; }
}

@media (max-width: 991.98px) {
    .seo-manage__title { font-size: 44px; }
    .seo-manage__intro {
        text-align: left;
        border-right: none;
        border-left: 2px solid var(--primary-color);
        padding-right: 0;
        padding-left: 20px;
        margin-left: 0;
    }
    .seo-manage__top { margin-bottom: 40px; }
    .seo-manage-chart { margin-left: 0; max-width: 100%; }
    .seo-manage-chart,
    .seo-manage-chart__inner { min-height: 480px; }
}

@media (max-width: 767.98px) {
    .seo-manage__title { font-size: 36px; }
    .seo-manage__tag { padding: 12px 18px; margin-bottom: 20px; }
    .seo-manage__dots { position: static; margin-left: 10px; transform: translateY(-4px); }
    .seo-manage__timeline { padding-left: 64px; }
    .seo-manage__timeline::before { left: 21px; }
    .seo-manage-step:not(:last-child) { margin-bottom: 44px; }
    .seo-manage-step__marker { left: -64px; width: 44px; height: 44px; font-size: 18px; }
    .seo-manage-step__title { font-size: 16px; }
    .seo-manage-chart,
    .seo-manage-chart__inner { min-height: 430px; }
    .seo-manage-chart__inner { padding: 50px 18px 52px 18px; }
    .seo-manage-chart__grid { left: 92px; right: 18px; }
    .seo-manage-chart__grid--1 { top: 98px; }
    .seo-manage-chart__grid--2 { top: 162px; }
    .seo-manage-chart__grid--3 { top: 226px; }
    .seo-manage-chart__grid--4 { top: 290px; }
    .seo-manage-chart__y, .seo-manage-chart__x { font-size: 12px; }
    .seo-manage-chart__y--1 { top: 92px;  left: 18px; }
    .seo-manage-chart__y--2 { top: 156px; left: 18px; }
    .seo-manage-chart__y--3 { top: 220px; left: 18px; }
    .seo-manage-chart__y--4 { top: 284px; left: 18px; }
    .seo-manage-chart__x--1 { left: 18px;  bottom: 84px; }
    .seo-manage-chart__x--2 { left: 95px;  bottom: 84px; }
    .seo-manage-chart__x--3 { left: 160px; bottom: 84px; }
    .seo-manage-chart__x--4 { left: 225px; bottom: 84px; }
    .seo-manage-chart__x--5 { left: 290px; bottom: 84px; }
    .seo-manage-chart__x--6 { right: 18px; bottom: 84px; }
    .seo-manage-chart__svg { left: 18px; right: 18px; bottom: 98px; width: calc(100% - 36px); height: 220px; }
    .seo-manage-chart__badge { top: 56px; right: 18px; padding: 10px 14px; font-size: 15px; }
    .seo-manage-chart__footer { bottom: 42px; font-size: 10px; left: 18px; }
}


/* =================================================================
   3. LOCAL SEO FOCUS
   ================================================================= */

.seo-local {
    background: #0e0e0e;
}

.seo-local__top {
    margin-bottom: 60px;
}

/* Tag label */
.seo-local__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 32px;       /* tag → heading gap */
}

.seo-local__tag i {
    font-size: 11px;
}

/* Section heading */
.seo-local__title {
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 1.0 !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
}

.seo-local__title span {
    color: var(--primary-color);
}

/* Ghost "SEO" number decoration */
.seo-local__num-large {
    font-size: 100px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    user-select: none;
    pointer-events: none;
}

/* Right intro */
.seo-local__intro {
    text-align: right;
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    line-height: 1.7;
    border-right: 2px solid var(--primary-color);
    padding-right: 20px;
}

/* Map visual box */
.seo-local__visual {
    position: relative;
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 20px;
    overflow: hidden;
}

.seo-local__visual img {
    width: 100%;
    display: block;
}

/* "OPTIMAL FOR FREE" badge */
.seo-local__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-color);
    color: #000;
    padding: 5px 11px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
    z-index: 2;
}

/* Map placeholder (when no image) */
.seo-local__map-placeholder {
    position: relative;
    min-height: 280px;
    background: #0d0d0d;
    overflow: hidden;
}

.seo-local__map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.seo-local__map-pin {
    position: absolute;
    color: var(--primary-color);
    font-size: 24px;
    transform: translate(-50%, -100%);
    animation: seoMapPulse 2.1s ease-in-out infinite;
}

.seo-local__map-pin--1 { top: 40%; left: 35%; animation-delay: 0s; }
.seo-local__map-pin--2 { top: 20%; left: 58%; animation-delay: 0.7s; font-size: 20px; opacity: 0.6; }
.seo-local__map-pin--3 { top: 60%; left: 62%; animation-delay: 1.4s; font-size: 18px; opacity: 0.5; }

@keyframes seoMapPulse {
    0%, 100% { transform: translate(-50%, -100%) scale(1); }
    50%       { transform: translate(-50%, -110%) scale(1.15); }
}

.seo-local__map-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.70);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.04em;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-local__map-score {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 13px;
}

/* Numbered list */
.seo-local__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-local__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    cursor: default;
    transition: background 0.2s ease;
}

.seo-local__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.seo-local__num {
    min-width: 28px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

/* List item title — uppercase bold white */
.seo-local__item h4 {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: color 0.25s ease;
}

.seo-local__item i {
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.seo-local__item:hover h4 {
    color: var(--primary-color);
}

.seo-local__item:hover i {
    color: var(--primary-color);
    transform: translateX(4px);
}

/* Responsive — Local */
@media (max-width: 1199.98px) {
    .seo-local__title { font-size: 52px !important; }
    .seo-local__num-large { font-size: 80px; }
}

@media (max-width: 991.98px) {
    .seo-local__title { font-size: 44px !important; }
    .seo-local__num-large { font-size: 60px; }
    .seo-local__intro {
        text-align: left;
        border-right: none;
        border-left: 2px solid var(--primary-color);
        padding-right: 0;
        padding-left: 20px;
    }
    .seo-local__content { row-gap: 40px; }
    .seo-local__top { margin-bottom: 40px; }
}

@media (max-width: 767.98px) {
    .seo-local__title { font-size: 36px !important; }
    .seo-local__num-large { display: none; }
    .seo-local__map-placeholder { min-height: 220px; }
    .seo-local__item h4 { font-size: 14px; }
}


/* =================================================================
   4. SEO HERO — visual elements (browser mockup, stats)
   ================================================================= */

/* Search icon in hero title */
.seo-hero__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.seo-hero__search-icon {
    font-size: 52px;
    color: #ffffff;
    line-height: 1;
}

/* "Optimisation" third line */
.seo-hero__title-third {
    display: block;
    font-size: 72px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    line-height: 1.0;
    margin-top: 6px;
}

/* Browser mockup */
.seo-hero__visual {
    width: 100%;
}

.seo-hero__browser {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
}

.seo-hero__browser-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #0a0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-hero__browser-dots {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.seo-hero__browser-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: block;
}

.seo-hero__url-bar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    border-radius: 3px;
}

.seo-hero__url-bar i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.seo-hero__go-btn {
    background: var(--primary-color);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 2px;
    line-height: 1;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.seo-hero__go-btn:hover {
    opacity: 0.85;
}

/* Search results list */
.seo-hero__results {
    padding: 14px 0 8px;
}

.seo-hero__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    transition: background 0.2s ease;
}

.seo-hero__result:hover {
    background: rgba(255, 255, 255, 0.03);
}

.seo-hero__result--active {
    background: rgba(255, 116, 37, 0.08);
    border-left: 2px solid var(--primary-color);
}

.seo-hero__result-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
}

.seo-hero__result-dot {
    font-size: 7px;
    color: var(--primary-color);
    flex-shrink: 0;
}

.seo-hero__result-pos {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.05em;
    background: rgba(255, 116, 37, 0.12);
    padding: 3px 8px;
    border-radius: 2px;
    line-height: 1.4;
}

/* Stats bar */
.seo-hero__stats {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-hero__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-hero__stat:last-child {
    border-right: none;
}

.seo-hero__stat-val {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.seo-hero__stat-val i {
    font-size: 14px;
    color: var(--primary-color);
}

.seo-hero__stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.40);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
}

.seo-hero__stat--accent .seo-hero__stat-val {
    color: var(--primary-color);
}

/* Responsive — Hero */
@media (max-width: 1199.98px) {
    .seo-hero__title-third  { font-size: 62px; }
    .seo-hero__search-icon  { font-size: 46px; }
}

@media (max-width: 991.98px) {
    .seo-hero__title-third  { font-size: 48px; }
    .seo-hero__search-icon  { font-size: 38px; }
}

@media (max-width: 767.98px) {
    .seo-hero__title-third  { font-size: 36px; }
    .seo-hero__search-icon  { font-size: 30px; }
    .seo-hero__stat-val     { font-size: 16px; }
    .seo-hero__stat         { padding: 14px 14px; }
}


/* =================================================================
   5. EXPECTED OUTCOMES
   ================================================================= */

.seo-outcomes {
    background: var(--black);
}

/* Tag label */
.seo-outcomes__tag {
    margin-bottom: 32px;       /* tag → heading gap */
}

/* Section heading */
.seo-outcomes__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 0;
}

/* Orange top rule */
.seo-outcomes__divider {
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    margin: 52px 0 0;
}

/* Cards wrapper */
.seo-outcomes__grid {
    border: 1px solid rgba(255, 116, 37, 0.28);
    border-top: none;
    row-gap: 0;
}

.seo-outcomes-card {
    position: relative;
    padding: 52px 40px 60px;
    border-right: 1px solid rgba(255, 116, 37, 0.14);
    overflow: hidden;
    background: var(--black);
    transition: background 0.3s ease;
}

.seo-outcomes-card:last-child {
    border-right: none;
}

.seo-outcomes-card:hover {
    background: rgba(255, 116, 37, 0.04);
}

/* Icon */
.seo-outcomes-card__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 116, 37, 0.40);
    border-radius: 6px;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 30px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.seo-outcomes-card:hover .seo-outcomes-card__icon {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Card title — 30px white bold */
.seo-outcomes-card__title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin-bottom: 16px;
}

/* Card description — 16px */
.seo-outcomes-card__desc {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    max-width: 100%;
}

/* Ghost number */
.seo-outcomes-card__num {
    position: absolute;
    bottom: 20px;
    right: 28px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}

/* Responsive — Outcomes */
@media (max-width: 1199.98px) {
    .seo-outcomes__title { font-size: 52px; }
    .seo-outcomes-card__title { font-size: 26px; }
}

@media (max-width: 991.98px) {
    .seo-outcomes__title { font-size: 44px; }
    .seo-outcomes-card { padding: 40px 32px 48px; border-right: none; border-bottom: 1px solid rgba(255, 116, 37, 0.12); }
    .seo-outcomes-card:last-child { border-right: none; }
    .seo-outcomes__grid { row-gap: 0; }
}

@media (max-width: 767.98px) {
    .seo-outcomes__title { font-size: 36px; }
    .seo-outcomes__divider { margin: 36px 0 0; }
    .seo-outcomes-card { padding: 32px 24px 44px; }
    .seo-outcomes-card__title { font-size: 22px; }
    .seo-outcomes-card__desc { font-size: 15px; }
}


/* =================================================================
   6. SEO HERO — layout fixes (image width + dashed border gap)
   ================================================================= */


.wd-hero .wd-hero__right {
     flex: 0 0 auto;
    width: 580px;
    max-width: 580px;
    justify-content: flex-end;
    padding-right: 40px;
}

.wd-hero .wd-hero__img-holder.seo-hero__visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 560px;
    height: auto;
    animation: none;       /* remove float on SEO page */
}

/* Reduce the dashed border offset — was -14px, now tight 8px gap */
.wd-hero .wd-hero__img-holder.seo-hero__visual .wd-hero__img-border {
    left: -8px;
    bottom: -8px;
    top: 0;
    right: 0;
}

/* Make sure the inner SEO browser fills the holder width cleanly */
.seo-hero__visual .seo-hero__browser {
    width: 100%;
    max-width: 100%;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.55);
}

/* Responsive — SEO hero right panel */
@media (max-width: 1399px) {
    .wd-hero .wd-hero__right {
        max-width: 520px;
        width: 520px;
    }
}

@media (max-width: 1199px) {
    .wd-hero .wd-hero__right {
        width: 100%;
        max-width: 560px;
    }
    .wd-hero .wd-hero__img-holder.seo-hero__visual {
        max-width: 100%;
    }
}




/* ============================================================
   SOCIAL MEDIA MARKETING PAGE — web-marketing.html
   All new classes below. Hero / Core Services / Content Types
   reuse existing wd-hero / ux-core / ux-types CSS unchanged.
   ============================================================ */

/* ── Hero title tweak: "in" LinkedIn-style accent icon ── */
.smm-hero__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--theme-font);
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    border-radius: 8px;
    margin-left: 16px;
    vertical-align: middle;
    line-height: 1;
    flex-shrink: 0;
}

/* ── PAID ADVERTISING SECTION ── */
.smm-paid {
    background-color: var(--septenary-color);
    position: relative;
}

.smm-paid::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 39px,
        rgba(255,255,255,0.03) 39px,
        rgba(255,255,255,0.03) 40px
    ),
    repeating-linear-gradient(
        90deg,
        transparent,
        transparent 39px,
        rgba(255,255,255,0.03) 39px,
        rgba(255,255,255,0.03) 40px
    );
    pointer-events: none;
}

.smm-paid__header-row {
    margin-bottom: 40px;
}

.smm-paid__title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 52px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--white);
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.0 !important;
    margin-bottom: 0 !important;
}

.smm-paid__badge {

    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    border: 1px solid #ff7425;
    text-transform: uppercase;
    border-radius: 0;
}

/* Paid cards grid */
.smm-paid__grid {
    border: 1px solid rgba(255,255,255,0.08);
}

.smm-paid-card {
  padding: 36px 40px 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #ff7425;        /* orange left accent */
    background: #111111;
    transition: background 0.3s ease;
}

.smm-paid-card:hover {
    background: #161616;
    border-color: rgba(255,116,37,0.25);
}

.smm-paid-card__tag {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: rgba(255, 255, 255, 0.70);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: transparent;
    margin-bottom: 20px;
    line-height: 1.4;
}

.smm-paid-card__tag--active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.smm-paid-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.3;
}

.smm-paid-card__desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin: 0;
}

/* ── WHAT YOU RECEIVE SECTION ── */
.smm-receive {
    background-color: var(--theme-bg);
    position: relative;
}

.smm-receive__title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.smm-receive__sub {
    font-size: 15px;
    color: var(--secondary-color);
    line-height: 1.6;
    margin: 0 auto 60px;
    max-width: 560px;
}

.smm-receive__grid {
    gap: 0;
}

.smm-receive-card {
    padding: 48px 36px;
    border: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: var(--transition);
    background-color: var(--tertiary-color);
}

.smm-receive-card:hover {
    border-color: rgba(255,116,37,0.3);
    background-color: rgba(255,116,37,0.04);
}

.smm-receive-card__icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,116,37,0.4);
    border-radius: 6px;
    margin-bottom: 28px;
    color: var(--primary-color);
    font-size: 22px;
    transition: var(--transition);
}

.smm-receive-card:hover .smm-receive-card__icon {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.smm-receive-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.smm-receive-card__desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--secondary-color);
    margin: 0;
}

.smm-receive-card__num {
    position: absolute;
    bottom: 24px;
    right: 28px;
    font-size: 64px;
    font-weight: 900;
    color: rgba(255,255,255,0.04);
    line-height: 1;
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}

/* ── OPTIONAL ADD-ON SERVICES ── */
.smm-addons {
    background-color: var(--septenary-color);
    position: relative;
}

.smm-addons__title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.smm-addons__intro-row {
    border: 1px solid rgba(255,116,37,0.25);
    border-radius: 6px;
    padding: 16px 24px;
    background-color: rgba(255,116,37,0.05);
}

.smm-addons__badge {
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
}

.smm-addons__intro-text {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 1.6;
    margin: 0;
}


/* ── PER-CARD PADDING OVERRIDES ── */
.smm-addon-card--email      { margin-left: 7.5px;
margin-bottom: 7.5px; }
.smm-addon-card--analytics  { margin-right: 7.5px;
margin-bottom: 7.5px; }
.smm-addon-card--consulting { margin-left: 7.5px;
margin-top: 7.5px; }
.smm-addon-card--automation { margin-right: 7.5px;
margin-top: 7.5px; }
/* Addon cards */

.smm-addon-card {
    padding: 36px 32px;
    border: 1px solid rgba(255,255,255,0.07);
    background-color: var(--quaternary-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.smm-addon-card:hover {
    background-color: rgba(255,116,37,0.04);
    border-color: rgba(255,116,37,0.2);
}

.smm-addon-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.smm-addon-card__title {
    font-size: 17px;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.smm-addon-card__icon-holder {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,116,37,0.35);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    flex-shrink: 0;
    transition: var(--transition);
}

.smm-addon-card:hover .smm-addon-card__icon-holder {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.smm-addon-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smm-addon-card__list li {
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 1.6;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    gap: 10px;
}

.smm-addon-card__list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    flex-shrink: 0;
}

.smm-addon-card__list li:last-child {
    border-bottom: none;
}

/* ── Responsive: Tablets ── */
@media (max-width: 991px) {
    .smm-paid__title { font-size: 38px; }
    .smm-receive__title { font-size: 36px; }
    .smm-addons__title { font-size: 36px; }
    .smm-paid__badge { margin-top: 16px; }
    .smm-hero__title-icon { width: 50px; height: 50px; font-size: 26px; }
}

/* ── Responsive: Mobile ── */
@media (max-width: 767px) {
    .smm-paid__title { font-size: 30px; }
    .smm-receive__title { font-size: 28px; }
    .smm-addons__title { font-size: 28px; }
    .smm-receive-card { padding: 32px 24px; }
    .smm-addon-card { padding: 28px 20px; }
    .smm-paid-card { padding: 28px 20px; }
    .smm-addons__intro-row { flex-direction: column; gap: 12px; }
    .smm-hero__title-icon { width: 42px; height: 42px; font-size: 22px; margin-left: 10px; }
}



/* ============================================================
   web-app-extra.css
   Extra styles for Custom Mobile App Development page
   Add these to main.min.css (or link separately)
   ============================================================ */

/* ----------------------------------------------------------
   SHARED HELPERS
   ---------------------------------------------------------- */


/* ----------------------------------------------------------
   1. WHAT MAKES IT VALUABLE
   ---------------------------------------------------------- */
.app-valuable { background-color: var(--quaternary-color); }

.app-valuable__title {
    font-size: 60px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
}
.app-valuable__title .wd-accent {
    display: inline;
}

.app-valuable__visual {
   position: relative;
   display: flex;
   justify-content: center;
}

.app-valuable__phone-wrap {
   position: relative;
   width: 260px;
   margin: 0 auto;
   animation: phone-float 4s ease-in-out infinite;
}

@keyframes phone-float {
   0%, 100% { transform: translateY(0px); }
   50%       { transform: translateY(-14px); }
}

.app-valuable__phone-glow {
   position: absolute;
   inset: -30px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(255, 116, 37, 0.18) 0%, transparent 70%);
   pointer-events: none;
}

.app-valuable__phone-img {
   width: 100%;
   height: auto;
   display: block;
   border-radius: 28px;
   /* fallback gradient if image missing */
   background: var(--senary-color);
}

.app-valuable__badge {
   position: absolute;
   background: var(--tertiary-color);
   border: 1px solid rgba(255, 116, 37, 0.35);
   border-radius: 10px;
   padding: 8px 14px;
   display: flex;
   flex-direction: column;
   gap: 2px;
   animation: badge-pulse 3s ease-in-out infinite;
}

@keyframes badge-pulse {
   0%, 100% { box-shadow: 0 0 0 0 rgba(255,116,37,0.15); }
   50%       { box-shadow: 0 0 16px 4px rgba(255,116,37,0.18); }
}

.app-valuable__badge--1 { top: 10%; left: -20%; animation-delay: 0s; }
.app-valuable__badge--2 { bottom: 15%; right: -15%; animation-delay: 1.5s; }

.app-valuable__badge-val {
   font-size: 20px;
   font-weight: 800;
   color: var(--primary-color);
   line-height: 1;
}
.app-valuable__badge-label {
   font-size: 11px;
   color: var(--quinary-color);
   line-height: 1.2;
   white-space: nowrap;
}

.app-valuable__list {
   display: flex;
   flex-direction: column;
   gap: 0;
}

.app-value-item {
   padding: 28px 0;
   border-bottom: 1px solid rgba(255,255,255,0.07);
   transition: var(--transition);
}
.app-value-item:last-child { border-bottom: none; }
.app-value-item:hover .app-value-item__title { color: var(--primary-color); }

.app-value-item__head {
   display: flex;
   align-items: center;
   gap: 14px;
   margin-bottom: 10px;
}

.app-value-item__icon {
   width: 44px;
   height: 44px;
   border-radius: 10px;
   background: var(--senary-color);
   border: 1px solid rgba(255,116,37,0.25);
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--primary-color);
   font-size: 18px;
   flex-shrink: 0;
   transition: var(--transition);
}
.app-value-item:hover .app-value-item__icon {
   background: var(--primary-color);
   color: var(--white);
   border-color: var(--primary-color);
}

.app-value-item__title {
   font-size: 18px;
   font-weight: 700;
   color: var(--white);
   line-height: 1.3;
   margin: 0;
   transition: var(--transition);
}

.app-value-item__desc {
   font-size: 14px;
   line-height: 1.7;
   color: var(--quinary-color);
   margin: 0;
   padding-left: 58px;
}
/* =============================================
   WHAT MAKES IT VALUABLE — Title size fix
   ============================================= */

.app-valuable__title {
    font-size: 60px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 10px;
}

/* =============================================
   IDEAL FOR — Unified inside app-valuable
   ============================================= */

.app-ideal__inner {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #1f1f1f;
}

.app-ideal__title {
    font-size: 60px !important;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 32px;
    color: var(--white);
}

.app-ideal__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.app-ideal__tag {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 2px;
    cursor: default;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

/* Solid (filled) chip */
.app-ideal__tag:not(.app-ideal__tag--outline) {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--primary-color);
}

.app-ideal__tag:not(.app-ideal__tag--outline):hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* Outline chip */
.app-ideal__tag--outline {
    background-color: transparent;
    color: var(--white);
    border: 1px solid #2e2e2e;
}

.app-ideal__tag--outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .app-valuable__title,
    .app-ideal__title {
        font-size: 42px !important;
    }
}

@media (max-width: 575px) {
    .app-valuable__title,
    .app-ideal__title {
        font-size: 32px !important;
    }

    .app-ideal__tag {
        font-size: 12px;
        padding: 10px 16px;
    }
}

/* ----------------------------------------------------------
   2. IDEAL FOR
   ---------------------------------------------------------- */
.app-ideal { background-color: var(--septenary-color); }

.app-ideal__title {
   font-size: clamp(28px, 4vw, 48px);
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: -0.5px;
   margin-bottom: 40px;
   line-height: 1.1;
}

.app-ideal__tags {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
   align-items: center;
}

.app-ideal__tag {
   display: inline-flex;
   align-items: center;
   padding: 10px 22px;
   border-radius: 50px;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 0.5px;
   background: var(--primary-color);
   color: var(--white);
   line-height: 1.3;
   transition: var(--transition);
   cursor: default;
}

.app-ideal__tag--outline {
   background: transparent;
   border: 1px solid rgba(255,255,255,0.18);
   color: var(--quinary-color);
}

.app-ideal__tag:hover { transform: translateY(-2px); opacity: 0.9; }
.app-ideal__tag--outline:hover {
   border-color: var(--primary-color);
   color: var(--primary-color);
}

/* ----------------------------------------------------------
   3. MOBILE APP UI/UX DESIGN
/* ==========================================================
   MOBILE APP UI/UX DESIGN
========================================================== */
/* =============================================
   MOBILE APP UI/UX DESIGN SECTION — FIXED
   ============================================= */

.app-uiux {
    background-color: var(--tertiary-color);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Header */
.app-uiux__header {
    margin-bottom: 50px;
}

.app-uiux__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.app-uiux__title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 14px;
}

.app-uiux__subtitle {
    font-size: 15px;
    color: var(--secondary-color);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Board — dark bordered container */
.app-uiux__board {
    background-color: #0e0e0e;
    border: 1px solid #1f1f1f;
    border-radius: 4px;
    overflow: hidden;
}

/* Row — ensure both columns stretch full height */
.app-uiux__row {
    min-height: 560px;
}

/* LEFT: content column */
.app-uiux__content {
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-right: 1px solid #1f1f1f;
}

.app-uiux__eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.app-uiux__headline {
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.app-uiux__desc {
    font-size: 13px;
    color: var(--secondary-color);
    line-height: 1.7;
    margin-bottom: 28px;
}

/* Blocks (INCLUSIONS / DESIGN FOCUS / IDEAL FOR) */
.app-uiux__block {
    margin-bottom: 22px;
}

.app-uiux__block-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.app-uiux__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.app-uiux__list li {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--quinary-color);
    text-transform: uppercase;
    line-height: 1.5;
    padding-left: 14px;
    position: relative;
}

.app-uiux__list li::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 10px;
    top: 1px;
}

/* Horizontal divider */
.app-uiux__divider {
    width: 100%;
    height: 1px;
    background-color: #1f1f1f;
    margin: 20px 0;
}

/* Chips (IDEAL FOR buttons) */
.app-uiux__chips {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-uiux__chip {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--white);
    background-color: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 2px;
    padding: 10px 14px;
    transition: var(--transition);
    line-height: 1.4;
}

.app-uiux__chip i {
    flex-shrink: 0;
    color: var(--primary-color);
    font-size: 10px;
}

.app-uiux__chip:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* RIGHT: visual column */
.app-uiux__visual-wrap {
    position: relative;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
    background-color: #080808;
}

.app-uiux__visual {
    width: 100%;
    position: relative;
    z-index: 1;
}

.app-uiux__visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 4px;
}

/* Dot grid decorations (top-left / bottom-right corners) */
.app-uiux__dots {
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, #333 1px, transparent 1px);
    background-size: 10px 10px;
    z-index: 0;
    opacity: 0.5;
}

.app-uiux__dots--top {
    top: 16px;
    left: 16px;
}

.app-uiux__dots--bottom {
    bottom: 16px;
    right: 16px;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .app-uiux__content {
        border-right: none;
        border-bottom: 1px solid #1f1f1f;
        padding: 36px 24px;
    }

    .app-uiux__visual-wrap {
        min-height: 300px;
        padding: 32px 24px;
    }

    .app-uiux__row {
        min-height: unset;
    }
}

@media (max-width: 575px) {
    .app-uiux {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .app-uiux__content {
        padding: 28px 20px;
    }

    .app-uiux__chip {
        font-size: 9px;
    }
}
/* ----------------------------------------------------------
   4. APP CATEGORY SOLUTIONS (TABS)
/* ----------------------------------------------------------
   4. APP CATEGORY SOLUTIONS (TABS)
 /* ==========================================================
   APP CATEGORY SOLUTIONS
========================================================== */
.app-category {
   background: #000000;
   position: relative;
   overflow: hidden;
}

.app-category .container {
   max-width: 1440px;
}

.app-category__top {
   display: grid;
   grid-template-columns: 62% 38%;
   align-items: end;
   gap: 20px;
   margin-bottom: 46px;
}

.app-category__heading {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.app-category__tag {
   margin-bottom: 22px;
}

.app-category__title {
   font-size: 60px;
   line-height: 1.05;
   font-weight: 800;
   letter-spacing: -0.03em;
   margin-bottom: 0;
}

.app-category__intro-wrap {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   padding-bottom: 8px;
}

.app-category__intro {
   max-width: 560px;
   margin: 0;
   text-align: right;
   font-size: 16px;
   line-height: 1.7;
   font-weight: 400;
   color: #c9c9c9;
}

/* Tabs */
.app-category__tabs {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   border: 1px solid rgba(255, 255, 255, 0.18);
   margin-bottom: 36px;
}

.app-category__tab {
   height: 54px;
   border: 0;
   border-right: 1px solid rgba(255, 255, 255, 0.18);
   background: transparent;
   color: #bcbcbc;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 15px;
   line-height: 1;
   font-weight: 800;
   letter-spacing: 0.04em;
   text-transform: uppercase;
   padding: 0 16px;
   transition: var(--transition);
}

.app-category__tab:last-child {
   border-right: 0;
}

.app-category__tab:hover {
   color: #ffffff;
   background: #080808;
}

.app-category__tab.active {
   background: var(--primary-color);
   color: #ffffff;
}

/* Panels */
.app-category__panel {
   display: none;
}

.app-category__panel.active {
   display: block;
}

.app-category__content {
   padding-right: 30px;
}

.app-category__eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 16px;
   color: var(--primary-color);
   font-size: 10px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: 0.35em;
   text-transform: uppercase;
}

.app-category__eyebrow i {
   font-size: 10px;
   color: var(--primary-color);
}

.app-category__headline {
   max-width: 860px;
   font-size: 30px;
   line-height: 1.25;
   font-weight: 800;
   text-transform: uppercase;
   letter-spacing: -0.02em;
   color: #ffffff;
   margin-bottom: 10px;
}

.app-category__desc {
   max-width: 820px;
   font-size: 16px;
   line-height: 1.7;
   font-weight: 400;
   color: #cfcfcf;
   margin-bottom: 0;
}

.app-category__block {
   margin-top: 44px;
}

.app-category__block-title {
   font-size: 10px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: 0.35em;
   text-transform: uppercase;
   color: var(--primary-color);
   margin-bottom: 20px;
}

.app-category__list {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.app-category__list li {
   position: relative;
   padding-left: 18px;
   font-size: 14px;
   line-height: 1.6;
   font-weight: 700;
   letter-spacing: 0.04em;
   text-transform: uppercase;
   color: #f4f4f4;
}

.app-category__list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 9px;
   width: 7px;
   height: 7px;
   background: #ff8740;
}

.app-category__chips {
   display: flex;
   flex-wrap: wrap;
   gap: 14px;
}

.app-category__chip {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 11px 20px;
   background: #f4f4f4;
   border: 1px solid rgba(255, 255, 255, 0.12);
   border-radius: 999px;
   color: var(--primary-color);
   font-size: 14px;
   line-height: 1.2;
   font-weight: 500;
   text-transform: uppercase;
   white-space: nowrap;
}

.app-category__chip:hover {
   background: var(--primary-color);
   color: #ffffff;
}

.app-category__chip i {
   font-size: 12px;
   color: inherit;
}

/* Right image */
.app-category__visual {
   min-height: 710px;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   padding-top: 0;
}

.app-category__visual img {
   width: 100%;
   max-width: 465px;
   height: auto;
   object-fit: contain;
   display: block;
}

/* Responsive */
@media (max-width: 1399px) {
   .app-category__title {
      font-size: 56px;
   }
}

@media (max-width: 1199px) {
   .app-category__top {
      grid-template-columns: 1fr;
      gap: 14px;
      margin-bottom: 34px;
   }

   .app-category__intro-wrap {
      justify-content: flex-start;
      padding-bottom: 0;
   }

   .app-category__intro {
      text-align: left;
      max-width: 100%;
   }

   .app-category__visual {
      min-height: 620px;
   }
}

@media (max-width: 991px) {
   .app-category__title {
      font-size: 46px;
   }

   .app-category__tabs {
      grid-template-columns: 1fr;
   }

   .app-category__tab {
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.18);
   }

   .app-category__tab:last-child {
      border-bottom: 0;
   }

   .app-category__content {
      padding-right: 0;
      margin-bottom: 40px;
   }

   .app-category__visual {
      min-height: auto;
      justify-content: flex-start;
   }

   .app-category__visual img {
      max-width: 360px;
   }
}

@media (max-width: 767px) {
   .app-category__title {
      font-size: 34px;
   }

   .app-category__headline {
      font-size: 26px;
   }

   .app-category__desc {
      font-size: 15px;
   }

   .app-category__tab {
      height: 48px;
      font-size: 13px;
   }

   .app-category__list li {
      font-size: 13px;
   }

   .app-category__block-title,
   .app-category__eyebrow {
      font-size: 9px;
   }

   .app-category__chip {
      font-size: 14px;
      padding: 10px 16px;
   }
}
/* ----------------------------------------------------------
   5. APP PILLARS (API / Security / Launch)
   ---------------------------------------------------------- */
.app-pillars { background-color: var(--tertiary-color); }

.app-pillars__grid { }

.app-pillar-card {
   padding: 44px 36px;
   border: 1px solid rgba(255,255,255,0.07);
   border-right: none;
   transition: var(--transition);
   height: 100%;
   position: relative;
   overflow: hidden;
}
.app-pillar-card::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 3px;
   background: transparent;
   transition: var(--transition);
}
.app-pillar-card:hover::before { background: var(--primary-color); }

.col-md-4:last-child .app-pillar-card { border-right: 1px solid rgba(255,255,255,0.07); }

.app-pillar-card--accent {
   background: var(--senary-color);
}

.app-pillar-card__icon {
   width: 52px;
   height: 52px;
   border-radius: 12px;
   background: rgba(255,116,37,0.1);
   border: 1px solid rgba(255,116,37,0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   color: var(--primary-color);
   margin-bottom: 20px;
   transition: var(--transition);
}
.app-pillar-card:hover .app-pillar-card__icon {
   background: var(--primary-color);
   color: var(--white);
}

.app-pillar-card__title {
   font-size: 20px;
   font-weight: 700;
   color: var(--white);
   margin-bottom: 14px;
   line-height: 1.3;
}

.app-pillar-card__desc {
   font-size: 14px;
   line-height: 1.7;
   color: var(--quinary-color);
   margin-bottom: 20px;
}

.app-pillar-card__list {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.app-pillar-card__list li {
   font-size: 13px;
   color: var(--quinary-color);
   padding-left: 16px;
   position: relative;
   line-height: 1.5;
}
.app-pillar-card__list li::before {
   content: '—';
   position: absolute;
   left: 0;
   color: var(--primary-color);
   font-size: 11px;
}

/* ----------------------------------------------------------
   6. MAINTENANCE, SUPPORT & ADD-ONS
   ---------------------------------------------------------- */
/* ----------------------------------------------------------
   6. MAINTENANCE, SUPPORT & ADD-ONS
   New layout like design reference
   ---------------------------------------------------------- */
.app-addons--board {
   position: relative;
   background: #000000;
   overflow: hidden;
   padding-top: 120px;
   padding-bottom: 120px;
}

.app-addons__grid-bg {
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(255,116,37,0.12) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,116,37,0.12) 1px, transparent 1px);
   background-size: 178px 178px;
   pointer-events: none;
   z-index: 0;
}

.app-addons--board .container {
   position: relative;
   z-index: 1;
}

.app-addons__tag {
   margin-bottom: 26px;
}

.app-addons__main-title {
   font-size: 60px;
   line-height: 1.05;
   font-weight: 800;
   letter-spacing: -0.03em;
   color: #ffffff;
   margin-bottom: 18px;
}

.app-addons__main-title .wd-accent {
   color: var(--primary-color);
}

.app-addons__main-sub {
   max-width: 760px;
   margin: 0 auto 90px;
   font-size: 16px;
   line-height: 1.6;
   color: #9a9a9a;
}

.app-addons-board {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   border: 1px solid rgba(255,255,255,0.16);
   background: #000000;
   max-width: 1335px;
   margin: 0 auto;
}

.app-addons-board__col {
   padding: 38px 36px 44px;
   min-height: 340px;
   position: relative;
   border-right: 1px solid rgba(255,255,255,0.16);
}

.app-addons-board__col:last-child {
   border-right: none;
}

.app-addons-board__label {
   display: inline-block;
   padding: 4px 10px;
   background: var(--primary-color);
   color: #000000;
   font-size: 10px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   margin-bottom: 18px;
}

.app-addons-board__title {
   font-size: clamp(24px, 2vw, 31px);
   line-height: 1.08;
   font-weight: 800;
   color: #e8e8e8;
   text-transform: uppercase;
   letter-spacing: -0.02em;
   margin-bottom: 26px;
}

.app-addons-board__list {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 18px;
}

.app-addons-board__list li {
   position: relative;
   padding-left: 18px;
   font-size: 13px;
   line-height: 1.45;
   font-weight: 600;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: #d6d6d6;
}

.app-addons-board__list li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 8px;
   width: 6px;
   height: 6px;
   background: #ff8a45;
}

.app-addons-board__col--featured {
   background: #020202;
}

/* Responsive */
@media (max-width: 991px) {
   .app-addons__main-title {
      font-size: 46px;
   }

   .app-addons__main-sub {
      margin-bottom: 60px;
   }

   .app-addons-board {
      grid-template-columns: 1fr;
   }

   .app-addons-board__col {
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.16);
      min-height: auto;
   }

   .app-addons-board__col:last-child {
      border-bottom: none;
   }
}

@media (max-width: 767px) {
   .app-addons--board {
      padding-top: 90px;
      padding-bottom: 90px;
   }

   .app-addons__grid-bg {
      background-size: 90px 90px;
   }

   .app-addons__main-title {
      font-size: 34px;
   }

   .app-addons__main-sub {
      font-size: 14px;
      padding: 0 10px;
   }

   .app-addons-board__col {
      padding: 28px 22px 30px;
   }

   .app-addons-board__title {
      font-size: 24px;
   }

   .app-addons-board__list li {
      font-size: 12px;
      letter-spacing: 0.05em;
   }
}

/* ----------------------------------------------------------
   7. AI FEATURES / LOCAL SEO FOCUS
   ---------------------------------------------------------- */
.app-ai { background-color: var(--tertiary-color); }

.app-ai__title {
   font-size: clamp(28px, 4vw, 48px);
   font-weight: 800;
   line-height: 1.15;
   margin-top: 10px;
   margin-bottom: 16px;
   text-transform: capitalize;
}

.app-ai__desc {
   font-size: 15px;
   line-height: 1.7;
   color: var(--quinary-color);
   margin-bottom: 0;
}

.app-ai__feature-list {
   display: flex;
   flex-direction: column;
   gap: 0;
   padding-left: 0;
}

.app-ai__feature-item {
   display: flex;
   gap: 18px;
   align-items: flex-start;
   padding: 26px 0;
   border-bottom: 1px solid rgba(255,255,255,0.07);
   transition: var(--transition);
}
.app-ai__feature-item:last-child { border-bottom: none; }

.app-ai__feature-icon {
   width: 46px;
   height: 46px;
   flex-shrink: 0;
   border-radius: 10px;
   background: rgba(255,116,37,0.08);
   border: 1px solid rgba(255,116,37,0.25);
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 18px;
   color: var(--primary-color);
   transition: var(--transition);
}
.app-ai__feature-item:hover .app-ai__feature-icon {
   background: var(--primary-color);
   color: var(--white);
}

.app-ai__feature-title {
   font-size: 16px;
   font-weight: 700;
   color: var(--white);
   margin-bottom: 6px;
   line-height: 1.3;
}

.app-ai__feature-desc {
   font-size: 13px;
   line-height: 1.6;
   color: var(--quinary-color);
   margin: 0;
}

/* ----------------------------------------------------------
   RESPONSIVE ADJUSTMENTS
   ---------------------------------------------------------- */
@media (max-width: 991px) {
   .app-valuable__badge--1 { left: 0; top: 0; }
   .app-valuable__badge--2 { right: 0; bottom: 0; }
   .app-valuable__phone-wrap { width: 200px; margin-bottom: 30px; }

   .app-value-item__desc { padding-left: 0; }

   .app-category__checkout-card,
   .app-category__booking-card,
   .app-category__dashboard-card { margin: 30px auto 0; }

   .app-pillar-card { border-right: 1px solid rgba(255,255,255,0.07); border-bottom: none; }
   .col-md-4:last-child .app-pillar-card { border-right: 1px solid rgba(255,255,255,0.07); }

   .app-uiux__mockup-wrap { min-height: 240px; }
   .app-uiux__float-card { left: 10px; bottom: 0; }
}

@media (max-width: 767px) {
   .app-category__tabs { gap: 4px; }
   .app-category__tab { padding: 10px 14px; font-size: 11px; }

   .app-uiux__mockup-phones { width: 180px; height: 260px; }
   .app-uiux__phone { width: 130px; }

   .app-pillar-card { border-bottom: 1px solid rgba(255,255,255,0.07); border-right: none; }

   .app-valuable__badge--1,
   .app-valuable__badge--2 { display: none; }
}



/* =========================================================
   BLOG SINGLE PAGE
   ========================================================= */

/* Shared helper */
.text-primary-color { color: var(--primary-color); }

/* Fade-up animation */
.bs-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.bs-fade-up.bs-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================================================
   BLOG HERO — FINAL BALANCED CSS
   Replace ALL existing .blog-hero* and .blog-toc* rules
   ================================================================ */

/* ── Section ── */
.blog-hero {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    background-color: #0a0a0a;
    overflow: hidden;
    padding: 130px 0 70px;
    background-color: #000;
}

/* Grid */
.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,107,0,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,107,0,0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0;
}

/* Side label */
.blog-hero__side-label {
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: left center;
    transform: rotate(-90deg) translateX(-50%);
    font-size: 9px;
    letter-spacing: 0.28em;
    font-weight: 600;
    color: rgba(255,255,255,0.15);
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    z-index: 2;
}

/* Plus markers */
.wd-hero__plus {
    position: absolute;
    font-size: 18px;
    color: rgba(255,255,255,0.12);
    font-weight: 300;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
}
.wd-hero__plus--1 { top: 38%; left: 48%; }
.wd-hero__plus--2 { bottom: 18%; left: 49%; }

/* Container */
.blog-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* ── Breadcrumb ── */
.blog-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    margin-bottom: 28px;
    line-height: 1;
    flex-wrap: wrap;
}
.blog-hero__breadcrumb a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.3s;
}
.blog-hero__breadcrumb a:hover  { color: var(--primary-color); }
.blog-hero__breadcrumb .current { color: var(--primary-color); font-weight: 700; }

/* ================================================================
   2-COLUMN ROW
   Left  = 48%  (title + sub)
   Right = 52%  (TOC + character)
   ================================================================ */

.blog-hero__inner {
    display: flex;
    align-items: center;
    gap: 48px;
}

/* ── COL 1 ── */
.blog-hero__left {
    flex: 0 0 48%;
    max-width: 48%;
}

/* ── TITLE — same font DNA as .wd-hero__title ──
   But scaled DOWN to fit 48% column width cleanly.
   wd-hero uses 80px on a ~50% col → here we use clamp(36px, 3.5vw, 52px)
   so 4 lines all sit neatly without overflow.              */
.blog-hero__title {
    margin: 0 0 22px;
    line-height: 0.92;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

/* "WHY YOUR" + "WEBSITE ISN'T" — white stroke outline */
.blog-hero__title-stroke {
    display: block;
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
    letter-spacing: -0.02em;
    font-style: normal;
    white-space: nowrap;
}

/* "GENERATING" + "LEADS" — solid orange italic */
.blog-hero__title-accent {
    display: block;
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 900;
    color: #ff6b00;
    letter-spacing: -0.02em;
    -webkit-text-stroke: 0;
    font-style: italic;
    white-space: nowrap;
}

/* Sub wrap */
.blog-hero__sub-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px;
}
.blog-hero__sub-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-hero__sub-icon i {
    font-size: 14px;
    color: var(--primary-color);
}
.blog-hero__sub {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255,255,255,0.45);
    margin: 0;
}

/* ── COL 2 ── */
.blog-hero__right {
    flex: 1;
    display: flex;
    align-items: stretch;
    gap: 0;
}

/* ================================================================
   TOC BOX
   ================================================================ */
.blog-toc {
    flex: 0 0 240px;
    width: 200px;
    padding: 20px 0;
    border-left: 3px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.blog-toc__label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
}
.blog-toc__label::before {
    content: '—';
    color: var(--primary-color);
}

.blog-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-toc__link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.4);
    line-height: 1.35;
    padding: 11px 16px;
    border-left: 2px solid transparent;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 0.25s;
    margin-left: -3px;
}
.blog-toc__list li:last-child .blog-toc__link {
    border-bottom: none;
}

/* Number on its own line */
.blog-toc__link .toc-num {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.6px;
    margin-bottom: 3px;
    line-height: 1;
}

/* Hover & active */
.blog-toc__link:hover,
.blog-toc__link--active {
    color: #ffffff;
    border-left-color: var(--primary-color);
    padding-left: 20px;
}
.blog-toc__link--active {
    background: rgba(255,107,0,0.13);
}
.blog-toc__link--active .toc-num {
    color: #ffffff;
}

/* ================================================================
   CHARACTER IMAGE
   ================================================================ */
.blog-hero__character {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 340px;
}

/* BIG image — fills the right portion nicely */
.blog-hero__char-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

/* Thought bubble */
.blog-hero__thought {
    position: absolute;
    top: 24px;
    left: 16px;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    padding: 12px 16px;
    border-radius: 14px 14px 14px 0;
    max-width: 140px;
    z-index: 3;
    box-shadow: 0 8px 28px rgba(255,107,0,0.35);
}

/* Question marks */
.blog-hero__question {
    position: absolute;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 1;
    z-index: 3;
    opacity: 0.75;
    animation: bh-floatQ 3s ease-in-out infinite;
}
.blog-hero__question--1 { top: 14px;   right: 14px;  font-size: 44px; animation-delay: 0s;   }
.blog-hero__question--2 { top: 80px;   right: -2px;  font-size: 24px; animation-delay: 1s;   }
.blog-hero__question--3 { bottom: 70px; right: 55px; font-size: 32px; animation-delay: 0.5s; }

/* Animations */
@keyframes bh-float {
    0%, 100% { transform: translateY(0);    }
    50%       { transform: translateY(-8px); }
}
@keyframes bh-floatQ {
    0%, 100% { transform: translateY(0);     }
    50%       { transform: translateY(-10px); }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1399px) {
    .blog-hero__title-stroke,
    .blog-hero__title-accent { font-size: clamp(34px, 3.2vw, 48px); }
    .blog-hero__char-img     { max-width: 280px; }
}

@media (max-width: 1199px) {
    .blog-hero__left         { flex: 0 0 46%; max-width: 46%; }
    .blog-toc                { flex: 0 0 180px; width: 180px; }
    .blog-hero__title-stroke,
    .blog-hero__title-accent { font-size: clamp(30px, 3vw, 44px); }
    .blog-hero__char-img     { max-width: 240px; }
}

@media (max-width: 991px) {
    .blog-hero               { padding: 110px 0 50px; min-height: auto; }
    .blog-hero__inner        { flex-direction: column; gap: 32px; }
    .blog-hero__left         { flex: 0 0 100%; max-width: 100%; }
    .blog-hero__right        { width: 100%; }
    .blog-hero__side-label   { display: none; }
    .blog-toc                { flex: 0 0 220px; width: 220px; }
    .blog-hero__title-stroke,
    .blog-hero__title-accent { font-size: clamp(32px, 6vw, 52px); }
}

@media (max-width: 767px) {
    .blog-hero               { padding: 100px 0 40px; }
    .blog-hero__title-stroke,
    .blog-hero__title-accent { font-size: clamp(28px, 8vw, 42px); -webkit-text-stroke-width: 1.4px; }
    .blog-hero__right        { flex-direction: column; gap: 24px; }
    .blog-toc                { width: 100%; flex: none; }
    .blog-hero__character    { min-height: 260px; }
    .blog-hero__char-img     { max-width: 220px; }
}

@media (max-width: 575px) {
    .blog-hero__title-stroke,
    .blog-hero__title-accent { font-size: 28px; }
    .blog-toc                { padding: 14px 0; }
}

/* ============================================================
   BLOG BODY — Sections 01–06
   Source: final.html styles, adapted for web-blog-Generating_Leads.html
   Paste this block into your main.min.css (or a <style> tag
   in the <head> of web-blog-Generating_Leads.html).
   Do NOT change padding values already set by .section / .blog-body.
   ============================================================ */

/* ── Section block ── */
.blog-body .sec {
    margin-bottom: 80px;
    position: relative;
}

/* ══════════════════════════════════════════════════════
   SEC-HEAD  — large ghost number left, title right
   (taken directly from final.html .sec-head / .sec-num)
══════════════════════════════════════════════════════ */
.blog-body .sec-head {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 22px;
}

.blog-body .sec-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 100px;
    line-height: 0.85;
    color: rgba(255, 116, 37, 0.28);   /* ghost orange, same as final.html */
    letter-spacing: -2px;
    flex-shrink: 0;
    /* remove any outline/stroke from previous attempts */
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

.blog-body .sec-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex: 1;
    margin: 0;
}

/* ── Body paragraph ── */
.blog-body .sec-body {
    font-size: 16px;
    color: rgba(255, 255, 255);
    line-height: 1.9;
    margin-bottom: 24px;
}


/* ══════════════════════════════════════════════════════
   PULL QUOTE  (.pq)  — from final.html
══════════════════════════════════════════════════════ */
.blog-body .pq {
    margin: 40px 0;
    border-left: 3px solid #FF6B00;
    padding: 18px 28px;
    background: rgba(255, 107, 0, 0.04);
}

.blog-body .pq p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
    letter-spacing: 0.3px;
    font-style: italic;
    margin: 0;
}


/* ══════════════════════════════════════════════════════
   FIX CARD  (.fix)
   Styling from final.html, extended with right-side image
══════════════════════════════════════════════════════ */
.blog-body .fix {
    background: #161616;
    border-left: 3px solid #FF6B00;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

/* ghost ↗ watermark — from final.html */
.blog-body .fix::after {
    content: '↗';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 90px;
    color: rgba(255, 107, 0, 0.05);
    position: absolute;
    right: 8px;
    bottom: -12px;
    line-height: 1;
    pointer-events: none;
}

/* Orange label bar */
.blog-body .fix-lbl {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FF6B00;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.blog-body .fix-lbl::before {
    content: '↗';
    font-size: 13px;
}

/* ── Two-column body: list LEFT | image RIGHT ── */
.blog-body .fix-body {
    display: grid;
    grid-template-columns: 1fr 260px;
    min-height: 200px;
}

/* List column */
.blog-body .fix-body ul {
    list-style: none;
    padding: 26px 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-self: center;
}

.blog-body .fix-body ul li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.6;
}

.blog-body .fix-body ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FF6B00;
    margin-top: 8px;
    flex-shrink: 0;
}

/* Image column — fills full height */
.blog-body .fix-img {
    position: relative;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.blog-body .fix-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ══════════════════════════════════════════════════════
   SECTION DIVIDER  (.sec-div)  — from final.html
   Thin line on both sides of the ↗ symbol
══════════════════════════════════════════════════════ */
.blog-body .sec-div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 80px;
    color: #FF6B00;
    font-size: 24px;
}

.blog-body .sec-div::before,
.blog-body .sec-div::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}


/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .blog-body .sec-num {
        font-size: 72px;
    }

    .blog-body .sec-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    /* Stack image below list on mobile */
    .blog-body .fix-body {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .blog-body .fix-img {
        position: relative;
        height: 200px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .blog-body .fix-img img {
        position: absolute;
    }
}

/* ================================================================
   BLOG CTA SECTION — FINAL CSS
   Add this block to your main.min.css (replace old .blog-cta rules)
   ================================================================ */

/* ── Section shell ── */
.blog-cta {
    position: relative;
    background-color: #000;
    overflow: hidden;
    padding: 0;                   /* no top/bottom padding — image fills height */
}

/* ── Orange corner border accents ──
   Top-left  : vertical bar down + horizontal bar right
   Top-right : vertical bar down + horizontal bar left        */
.blog-cta__border-tl,
.blog-cta__border-tr {
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    pointer-events: none;
    z-index: 3;
}



/* Container sits above corner borders */
.blog-cta .container {
    position: relative;
    z-index: 2;
}

/* ── LEFT content column ── */
.blog-cta__content {
    padding: 60px 48px 60px 0;
    border-top:   2px solid var(--primary-color);   /* orange top border   */
    border-right: 2px solid var(--primary-color);   /* orange right border */
}

/* ── FREE OFFER badge ── */
.blog-cta__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid rgba(255, 116, 37, 0.55);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}
.blog-cta__badge i {
    font-size: 10px;
    color: var(--primary-color);
}

/* ── Heading ── */
.blog-cta__title {
    font-size: clamp(24px, 2.8vw, 38px);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
.blog-cta__title-accent {
    color: var(--primary-color);
}

/* ── Paragraph ── */
.blog-cta__desc {
    font-size: 13px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.75);   /* WHITE — not grey */
    margin-bottom: 32px;
}

/* ── Buttons ── */
.blog-cta__btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Shared btn base */
.blog-cta__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}
.blog-cta__btn::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 0;
    background-color: var(--primary-color);
    transition: width 0.5s ease;
    z-index: -1;
}
.blog-cta__btn:hover::before {
    width: 100%;
    left: 0;
}

/* Filled (orange bg) — "BOOK A FREE CONSULTATION" */
.blog-cta__btn--fill {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}
.blog-cta__btn--fill::before {
    background-color: #000;
}
.blog-cta__btn--fill:hover {
    color: #ffffff;
}

/* Outline (dark bg, dark border) — "BOOK A CALL" */
.blog-cta__btn--outline {
    background-color: transparent;
    color: #ffffff;
    border-color: #3a3a3a;
}
.blog-cta__btn--outline:hover {
    color: #000000;
}

/* ── RIGHT image column ── */
.blog-cta__thumb {
    height: 100%;
    min-height: 360px;
    overflow: hidden;
}
.blog-cta__thumb img {
    width: 120% !important;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.blog-cta__thumb:hover img {
    transform: scale(1.03);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
    .blog-cta__content  { padding: 48px 0 32px; }
    .blog-cta__thumb    { min-height: 280px; }
    .blog-cta__thumb img { min-height: 280px; }
}

@media (max-width: 767px) {
    .blog-cta__title    { font-size: clamp(22px, 6vw, 30px); }
    .blog-cta__content  { padding: 40px 0 24px; }
    .blog-cta__btns     { flex-direction: column; align-items: flex-start; }
    .blog-cta__btn      { width: 100%; justify-content: center; }
}

/* ============================================================
   BLOG SINGLE � Generating Leads page
   ============================================================ */
/* ============================================================
   BLOG SINGLE — HERO SECTION
   Mirrors wd-hero visual language: dark bg, orange grid,
   side label, + markers — but with a 3-col inner layout.
   ============================================================ */

/* ── BASE SECTION ──────────────────────────────────────────── */

.blog-intro {
    background-color: #0e0e0e;
    position: relative;
    overflow: hidden;
   
}

/* Top separator line */
.blog-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 116, 37, 0.25), transparent);
}



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

/* TEXT WRAP — orange LEFT border, sparkle left */
.blog-intro__wrap {
    position: relative;
    padding-left: 28px;       /* space after the orange left border */
    padding-right: 0;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    border-left: 4px solid rgba(255, 116, 37, 0.75);
}


/* Right side dot grid — bottom */
.blog-intro__dots-br {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 72px;
    height: 54px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.12) 1px, transparent 1px);
    background-size: 10px 10px;
    pointer-events: none;
    z-index: 0;
}

/* PARAGRAPHS */
.blog-intro__wrap p {
    font-size: 24px;
    line-height: 1.85;
    color: rgba(255, 255, 255);
    margin-bottom: 22px;
    text-align: justify;
}
.blog-intro__wrap p:last-child {
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .blog-intro { padding: 60px 0; }
    .blog-intro__wrap { padding-left: 22px; }
    .blog-intro__wrap p { font-size: 14px; }
}
@media (max-width: 767px) {
    .blog-intro { padding: 48px 0; }
    .blog-intro__wrap { padding-left: 16px; }
    .blog-intro__wrap p { font-size: 13px; text-align: left; }
    .blog-intro__wrap::before { display: none; }
}


 
.bs-conclusion {
    background-color: #0e0e0e;
    padding: 80px 0 90px;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

/* Sparkle / star decoration left */
.bs-conclusion__sparkle {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 0.25;
    pointer-events: none;
}
.bs-conclusion__sparkle::before,
.bs-conclusion__sparkle::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}
.bs-conclusion__sparkle::before {
    width: 2px;
    height: 24px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.bs-conclusion__sparkle::after {
    width: 24px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* Grid: left ~55% | right ~45% */
.bs-conclusion__grid {
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 64px;
    align-items: start;
}

/* ── LEFT ── */
.bs-conclusion__left {
    position: relative;
}

/* CONCLUSION pill badge */
.bs-conclusion__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 9px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 28px;
    line-height: 1;
    transition: var(--transition);
}
.bs-conclusion__badge i {
    color: var(--primary-color);
    font-size: 12px;
}
.bs-conclusion__badge:hover {
    border-color: var(--primary-color);
}

/* FINAL THOUGHTS title */
.bs-conclusion__title {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 24px;
}
.bs-conclusion__title .text-primary-color {
    color: var(--primary-color);
    font-style: normal;
}

/* Body paragraphs — justified */
.bs-conclusion__left p {
    font-size: 14px;
    line-height: 1.85;
    color: var(--quinary-color);
    margin-bottom: 18px;
    text-align: justify;
    max-width: 520px;
}

/* SHARE row */
.bs-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
    flex-wrap: wrap;
}
.bs-share__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    margin-right: 6px;
    line-height: 1;
}
.bs-share__btn {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    transition: var(--transition);
    line-height: 1;
}
.bs-share__btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/* ── RIGHT ── */
.bs-conclusion__right {
    padding-top: 4px;
}

/* ALSO READ title */
.bs-also-read__title {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--white);
    margin-bottom: 32px;
    line-height: 1;
}
.bs-also-read__title span {
    color: var(--primary-color);
}

/* Article list */
.bs-also-read__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.bs-also-read__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.bs-also-read__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Small square icon */
.bs-also-read__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--primary-color);
    margin-top: 2px;
}

.bs-also-read__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.bs-also-read__content a {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.4;
    text-decoration: none;
    display: inline;
    transition: color 0.3s;
}
.bs-also-read__content a:hover {
    color: var(--primary-color);
}
.bs-also-read__content span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
    line-height: 1;
}

/* MORE INSIGHTS link */
.bs-also-read__more {
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.3s;
}
.bs-also-read__more:hover {
    opacity: 0.65;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .bs-conclusion__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .bs-conclusion__left p {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .bs-conclusion { padding: 60px 0 70px; }
    .bs-conclusion__title { font-size: clamp(28px, 8vw, 40px); }
    .bs-also-read__title { font-size: clamp(24px, 7vw, 32px); }
    .bs-share { gap: 8px; }
    .bs-share__btn { font-size: 9px; padding: 8px 14px; }
}


/* ==========================================================
   BLOG HERO — FINAL OVERRIDE (paste at very end of CSS)
   ========================================================== */

#s6 {
  padding-bottom: 0px !important;
}
