/*!
Theme Name: Purple Moon Designs
Theme URI: purplemoondesigns.ae
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Purple Moon Designs by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Lexend', sans-serif
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


header#masthead.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

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

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	

.logo img {
    transition: .5s;
}

header#masthead.sticky .logo img {
    height: 30px;
}

header#masthead.sticky .header-bar-menu {
    background: rgba(0,0,0,0.5);
}

/*******************************
================================
TYPOGRAPHY
================================
*******************************/

ul#primary-menu li a:hover {
    color: #ee3f2c;
    text-shadow: 0em 0em 0.2em #ee3f2c;
}

a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #c6c9d8;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
    --dark: #1D1D1F;
    --purple: #5c2c7f;
    --green: #3bb68f;
    --orange: #dd7c10;
    --blue: #5eb9e9;
    --red: #e22d4c;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/
.logo img {
    height: 110px;
    margin-right: 10px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo span {
    font-size: 22px;
}

.mobile-nav a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.site-branding {
    background-color: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 420px;
    padding: 10px;
    border-radius: 20px;
}

.header-bar-menu {
    display: flex;
    justify-content: space-between;
}

.header-btn .main-btn {
    margin: 0;
}

header#masthead {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
    width: 100%;
}

section.hero {
    padding-top: 180px;
}

/*******************************
================================
HOMEPAGE
================================
*******************************/

section.hero {
    padding: 100px 0;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}

section.hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.35;
    background-position: center center;
    background-size: cover;
    background-size: 130px 130px;
    background-image: linear-gradient(to right, #373737 1px, transparent 1px), linear-gradient(to bottom, #373737 1px, transparent 1px);
}

section.hero:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(50deg, #111 20%, transparent 100%);
}

.review {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #1DC295;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 8px;
}

.hero_content h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}

.hero_content h1 span {
    font-weight: 600;
}

.main-btn a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border-radius: 60px;
    padding: 7px 7px 7px 31px;
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    text-transform: capitalize;
    overflow: hidden;
    z-index: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    transition: all 300ms ease;
}

.main-btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: #121310;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

.main-btn a span.title {
    position: relative;
    display: flex;
    align-items: center;
}

span.dot-box {
    background-color: #222222;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    text-align: center;
    position: relative;
    width: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

span.dot-item {
    background-color: #fff;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    display: inline-block;
    position: absolute;
    left: calc(50% + 3px);
    top: calc(50% - 2.5px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

span.dot-item:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    height: 5px;
    width: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

span.dot-item:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -7px;
    bottom: -7px;
    height: 5px;
    width: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-btn a:hover {
    color: #fff;
    border: 1px solid rgba(248, 248, 248, 0.2);
    background: rgba(248, 248, 248, 0.2);
}

.main-btn a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.main-btn a:hover span.dot-box {
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
}

.main-btn a:hover span.dot-item {
    left: calc(50% - 7px);
    top: calc(50% - 2.5px);
}

.main-btn a:hover span.dot-item:before {
    left: 7px;
    top: 7px;
}

.main-btn a:hover span.dot-item:after {
    left: 7px;
    bottom: 7px;
}

.main-btn {
    margin-top: 20px;
}

.hero-btns .main-btn {
    margin: 0 20px 0 0;
}

.hero-btns {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

ul.img-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.img-list li {
    position: relative;
}

ul.img-list li:nth-child(2), ul.img-list li:nth-child(3), ul.img-list li:nth-child(4), ul.img-list li:nth-child(5), ul.img-list li:nth-child(6){
    margin-left: -10px;
}

.row.align-centre {
    align-items: center;
}

.top-right-review {
    display: none;
}
.top-right-review {
    background: #fff;
    box-shadow: 0 30px 50px 0px #12111614;
    border-radius: 25px;
    padding: 10px;
    max-width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.hero-image {
    position: relative;
    width: auto;
    max-width: 590px;
}

.bottom-left-badge {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 30px 50px 0px #12111614;
    backdrop-filter: blur(20px);
    max-width: 230px;
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.bottom-left-badge {
    left: -10px;
}

.badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.badge-image img {
    max-height: 70px;
}

.badge-text h4 {
    font-size: 14px;
    font-weight: 300;
    color: #6b7280;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.badge-text h3 {
    font-size: 24px;
    color: #072032;
    font-weight: 500;
    margin: 0;
}

.bottom-right-badge {
    position: absolute;
    right: 0;
    background: var(--purple);
    clip-path: polygon(0 0, 65% 0%, 100% 23%, 100% 100%, 0 100%, 0% 50%);
    padding: 35px;
    border-radius: 20px;
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
}

.bottom-right-badge {
    bottom: 0px;
}

.bottom-right-badge span {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 3px;
    display: block;
}

.bottom-right-badge h3 {
    font-size: 50px;
    color: #fff;
}

.grid-lines {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    --grid-line-color: red;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.grid-line-5, .grid-line-4, .grid-line-3, .grid-line-2, .grid-line-1 {
    position: relative;
    height: 100%;
}


.grid-line-5:before, .grid-line-4:before, .grid-line-3:before, .grid-line-2:before, .grid-line-1:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    background: #80008021;
    width: 1px;
}

.grid-line-5:after, .grid-line-4:after, .grid-line-3:after, .grid-line-2:after, .grid-line-1:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
    background: linear-gradient(254deg, transparent 0%, #f81f01 50%, #ee076e 100%);
    border-radius: 0;
    opacity: 50%;
    width: 1px;
    height: 60px;
}

.grid-lines .grid-line-1:after {
    animation: gridline 8s linear infinite;
}

.grid-lines .grid-line-2:after {
    animation: gridline 9s linear infinite;
    animation-delay: 3s;
}

.grid-lines .grid-line-3:after {
    animation: gridline 7s linear infinite;
    animation-delay: 6s;
}

.grid-lines .grid-line-4:after {
    animation: gridline 10s linear infinite;
    animation-delay: 4s;
}

.grid-lines .grid-line-5:after {
    animation: gridline 8s linear infinite;
    animation-delay: 2s;
}

.grid-lines .grid-line-5:after {
    animation: gridline 8s linear infinite;
    animation-delay: 8s;
}

@keyframes gridline{
    0%{
        top: -50px
    }

    to{
        top: 100%;
    }
}

header#masthead:before {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(208, 208, 208, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-bar-menu {
    position: relative;
    z-index: 2;
}

ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header-btn {
    display: flex;
    align-items: center;
}

ul#primary-menu a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

ul#primary-menu li {
    padding: 0 10px;
}

.logo img {
    height: 60px;
}

.header-bar-menu {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(208, 208, 208, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

header#masthead {
    display: none;
}

/*******************************
================================
SOLUTIONS
================================
*******************************/

section.problems {
    padding: 100px 0;
    position: relative;
    background-color: #161616;
}

.mid-title {
    text-align: center;
    position: relative;
    padding: 120px 0;
}

.mid-title h2 {
    padding: 10px 20px;
    background: #161616;
    borde;
    color: #ee3f2c;
    text-shadow: 0em 0em 0.2em #ee3f2c;
    display: inline-block;
    border-radius: 20px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

h3.behind-decor {
    display: inline-block;
    margin: 0px;
    line-height: normal;
    font-weight: bold;
    font-size: 200px;
    letter-spacing: -5px;
    color: #393939;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 0 25px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0;
}

section.problems:before {
    content: '';
    background: url(/wp-content/uploads/2025/08/software-static-noise.png);
    opacity: 0.01;
    top: 0;
    width: 400%;
    height: 400%;
    position: absolute;
    left: 0;
}

.solutions {
    position: relative;
    z-index: 9;
}

section.problems .content_wrap {
    position: relative;
    z-index: 9;
}

.description {
    width: 500px;
}

.ssn-inner {
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    padding: 25px 50px 25px 22px;
    border: solid 1px rgba(255,255,255,0.01);
    position: relative;
    overflow: hidden;
}

.ss-icon svg {
    height: 90px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.ss-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    margin-right: 30px;
}

@keyframes translate3d-in-top {
    from {
        transform: translate3d(0,-101%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes translate3d-in-bottom {
    from {
        transform: translate3d(0,101%,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}


@keyframes translate3d-out-top {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-101%,0)
    }
}

@keyframes translate3d-out-bottom {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,101%,0)
    }
}


.ss-icon:before {
    content: '';
    position: absolute;
    border-radius: inherit;
    inset: 0;
    opacity: 0;
    transition: opacity .25s linear;
    background-color: transparent;
    background-image: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
}

.ss-box:hover .ss-icon:before {
    opacity: 1;
}

h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.hoveritem {
    background-image: url(/wp-content/uploads/2025/08/large-bg-decor.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
}

.ss-box.translate3d-in-bottom .hoveritem {
    transform-origin: 50% 0%;
    animation: translate3d-in-bottom .3s linear 0ms 1 forwards;
}
.ss-box.translate3d-in-top .hoveritem {
    transform-origin: 50% 0%;
    animation: translate3d-in-top .3s linear 0ms 1 forwards;
}


/*******************************
================================
SERVICES
================================
*******************************/

section.services {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #101010;
    padding: 50px 0 100px;
    position: relative;
}

.single-twd {
    margin: 0 0 30px;
}

.stwd-inner {
    background: #232526;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(146.44deg, #202020 10.94%, #101010 47.57%);
    padding: 20px 10px;
    border-radius: 20px;
    z-index: 9;
    box-shadow: 0px 4px 20px 0px rgba(103, 103, 103, 0.2509803922) inset;    
}

.service-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stwd-inner .row {
    position: relative;
    z-index: 99;
}

.twd-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

ul.twd-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.twd-list li {
    width: 100%;
    color: #c6c9d8;
    font-size: 18px;
    padding: 10px 0;
}

.twd-des h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.twd-des {
    padding-left: 30px;
}

.large-decorimage {
    position: absolute;
    top: -240px;
    z-index: 0;
    left: -40px;
}

.twd-img {
    position: relative;
}

button.glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -moz-linear-gradient(145deg,#f81f01 0%,#ee076e 100%);
    background: -webkit-linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    color: #fff;
    font-size: 18px;
    opacity: 40%;
    transition: .5s;
}

button.glide__arrow.glide__arrow--right {
    right: -20px;
}

button.glide__arrow.glide__arrow--left {
    left: -20px;
}

button.glide__arrow:hover {
    opacity: 100%;
    cursor: pointer;
    border: transparent;
}

.glide__bullets {
    text-align: right;
        margin-right: 10px;
}

button.glide__bullet {
    background: #ee3f2c;
    box-shadow: 0em 0em 0.2em #000;
    border: none;
    height: 5px;
    width: 25px;
    border-radius: 2px;
    transition: .5s;
}

button.glide__bullet.glide__bullet--active, button.glide__bullet:hover {
    box-shadow: 0em 0em 0.2em #ee3f2c;
    cursor: pointer;
}

/*******************************
================================
ABOUT
================================
*******************************/

section.problems {
    overflow: hidden;
}

section.about {
    padding: 100px 0;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}

section.about .content_wrap {
    position: relative;
}



.about-box {
    border-radius: 50px;
    background-image: url(/wp-content/uploads/2025/08/about-software-development.webp);
    background-size: cover;
    background-position: center;
    padding: 30px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.ab-details img {
    border-radius: 40px;
    display: block;
    margin: 0 0 40px;
}

.abs-inner {
    background: #fff;
    padding: 40px 20px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abs-item h3, .abs-item p {
    color: #101010;
}

.abs-item h3 {
    margin: 0;
    font-size: 60px;
}

.abs-item {
    text-align: center;
    padding: 0 10px;
    width: 100%;
}

.abs-item p {
    font-size: 15px;
}

.abs-item:nth-child(2) {
    border: solid 1px #00000040;
    padding: 0 10px;
    border-top: none;
    border-bottom: none;
}

.ab-details h2 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
    margin: 0 0 30px;
}

.ab-mission {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 30px;
}

.ab-mission h3 {
    font-size: 25px;
    width: 240px;
    text-decoration: underline;
}

.ab-mission p {
    width: calc(100% - 40px);
    color: #fff;
}

@keyframes zoomInOut {
    0%,100% {
        scale: 1
    }

    50% {
        scale: .85
    }
}

.about-box {
    position: relative;
    overflow: hidden;
}

.pulsating-decor svg {
    color: #fff;
    animation: zoomInOut 10s ease-in-out infinite;
    -webkit-animation: zoomInOut 10s ease-in-out infinite;
    position: absolute;
    top: -340px;
    right: -200px;
    width: 490px;
    opacity: 60%;
}

section.problems.our-team {
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}

section.problems.our-team .content_wrap {
    position: relative;
}

section.problems.our-team.reverse {
    background-image: linear-gradient(to bottom right, #000000, #12040d, #190a1a, #171228, #051937);
    padding-top: 0;
}
.space {
    margin: 10px;
    width: 100%;
}

.row.spaced {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.image-box {
    position: relative;
    padding-top: 103px;
}

.thumbnail {
    background-color: #121310;
    border-radius: 20px;
    display: block;
    margin-bottom: 0;
    min-height: 300px;
    transition: all 300ms ease;
    position: relative;
}

.thumbnail img {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 300px;
    object-fit: cover;
    transform: translateX(-50%);
    transition: all 300ms ease;
}

.content-box {
    text-align: center;
    margin-top: 20px;
}

h4.team-title {
    text-transform: capitalize;
}

.team-subtitle {
    color: #c6c9d8;
    font-size: 18px;
}

.thumbnail:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/software-team.webp);
    background-size: cover;
    background-position: bottom right;
    border-radius: 20px;
    opacity: 30%;
    transition: .5s;
}

.image-box:hover .thumbnail:before {
    opacity: 100%;
}

/*******************************
================================
CONTACT
================================
*******************************/

section.cta:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/bg-sqaures.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.cta {
    padding: 100px 0;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}

section.cta {
    padding: 100px 0;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}

.image-container {
    border-radius: 30px;
    padding: 20px;
    overflow: visible;
    background-color: transparent;
    background-image: linear-gradient(180deg, #f81f01  0%, #00000000 90.04%);
    margin: 0 0 20px;
}

.image-container img {
    border-radius: 20px 20px 0 0;
}

.text-box h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
}

.text-box h2 span {
    color: #f81f01;
    background: -moz-linear-gradient(145deg,#f81f01 0%,#ee076e 100%);
    background: -webkit-linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f81f01",endColorstr="#ee076e",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.contact-info {
    max-width: 1100px;
    margin: 0 auto;
}

ul.contact-info-list {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}

ul.contact-info-list a {
    color: #fff;
    font-size: 22px;
}

ul.contact-info-list i {
    color: #f81f01;
    margin-right: 6px;
    font-size: 22px;
}

ul.contact-info-list li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

ul.social-list {
    list-style: none;
    margin: 20px 0;
    display: flex;
    padding: 0;
}

ul.social-list a {
    color: #f81f01;
    font-size: 40px;
}

ul.social-list li {
    padding-right: 20px;
}

.contact-form {
    background-color: transparent;
    background-image: linear-gradient(180deg, #04071D 0%, #0C0E23 100%);
    padding: 20px 10px;
    border-radius: 30px;
}

.contact-form input {
    width: calc(100% - 30px);
    min-height: 48px;
    padding: 0 15px;
    background-color: 
 color-mix(in srgb, #B9B6D9 10%, transparent);
    border: none;
    border-radius: 10px;
    font-size: 0.95em;
    color: #fff;
    margin: 0 0 10px;
}

.contact-form label {
    margin-bottom: 8px;
    display: flex;
    color: #BEC1DD;
}

.contact-form textarea {
    width: calc(100% - 30px);
    min-height: 48px;
    padding: 15px;
    background-color: 
 color-mix(in srgb, #B9B6D9 10%, transparent);
    border: none;
    border-radius: 10px;
    font-size: 0.95em;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    border-radius: 15px;
    padding: 8px 30px;
    color: #222222;
    border: 1px solid transparent;
    background-color: #d9f45f;
    text-transform: capitalize;
    z-index: 0;
    transition: all 300ms ease;
    width: auto;
    margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fff;
    border: 1px solid rgba(248, 248, 248, 0.2);
    background: rgba(248, 248, 248, 0.2);
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 100%;
    content: "";
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: var(--theme-color2);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
span.wpcf7-list-item-label {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    min-height: 48px;
    padding: 0 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-color: #0C0E23;
    border-radius: 100px;
    font-size: 0.9em;
    font-weight: 500;
    color: #E0E0FF;
    cursor: pointer;
    background-color: color-mix(in srgb, #B9B6D9 10%, transparent);
    font-size: 14px;
}

span.wpcf7-list-item input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: white; /* optional */
  background: -moz-linear-gradient(145deg,#f81f01 0%,#ee076e 100%);
  background: -webkit-linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
  background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
}


.wpcf7-response-output {
    color: #fff;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #04071D;
    border-radius: 46px 46px 0 0;
    position: relative;
}

.copyright:before {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: -29px;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle 30px at top left, #0000 98%, #04071D);
}

.copyright:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -29px;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle 30px at top right, #0000 98%, #04071D);
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 999999;
    height: auto;
}

div#content {
    position: relative;
}

.copyright a {
    color: #fff;
}

section.cta {
    padding-bottom: 150px;
}

/*******************************
================================
CUSTOM SOFTWARE APPS
================================
*******************************/

section.lp-branding.fcsd {
    padding: 150px 0 0;
    background: #05051A;
    position: relative;
}

.hero-intro h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}

.hero-text h1 span {
    color: #ee3f2c;
    text-shadow: 0em 0em 0.2em #ee3f2c;
    text-transform: uppercase;
}

.hero-intro h2 {
    font-size: 40px;
    font-weight: 200;
}

.hero-intro p {
    color: #c6c9d8;
}
section.result-section.result-cta-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/02/ai-design-example.jpg);
    background-size: cover;
    background-position: center;
    opacity: 70%;
}

section.result-section.result-cta-section {
    display: flex;
    align-items: center;
}

.result-cta-inner {
    position: relative;
    z-index: 99;
}

section.result-section.result-cta-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.9));
    opacity: 60%;
}
section.lp-branding.fcsd:before {
    background-image: url(/wp-content/uploads/2025/12/background-wave.jpg);
    background-size: cover;
    background-position: center;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 15%;
}

section.lp-branding.fcsd .content_wrap {
    position: relative;
    z-index: 1;
}



.running-text-line {
    background: #0C0C0D;
    padding: 10px 0;
    margin-top: 100px;
}

.my-text-line li p {
    margin-right: 8px;
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.tag-list li {
    border-radius: 0.5rem;
    transition: 300ms;
    cursor: pointer;
}
.tag-list li {
    display: flex;
    align-items: center;
}

.tag-list li p {
    margin-right: 15px;
}

.scroller__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 400s) var(--_animation-direction, forwards) linear infinite;
    animation-delay: 1s;
}

.scroller[data-direction='left'] {
    --_animation-direction: forwards;
}
.scroller[data-direction='right'] {
    --_animation-direction: reverse;
}

.scroller[data-direction='slow'] {
    --_animation-duration: 200s;
}
.scroller[data-speed='fast'] {
    --_animation-duration: 400s;
}


@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.bg-benner-img-six {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-benner-img-six-after {
    display: none;
}
.bg-benner-img-six-after {
    @keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

}

.bg-benner-img-six-after:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: banner-cycle-animation 50s 
linear infinite;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-benner-img-six img {
    border: 2px solid #ee076e;
    border-radius: 50%;
    padding: 30px;
}

.hero-image {
    position: relative;
    width: 100%;
}

.bg-benner-img-six-after:after {
    content: url(/wp-content/uploads/2025/12/shape-circles.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

@keyframes banner-cycle-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


section.branding-details-section.cspage {
    padding: 100px 0;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    position: relative;
    overflow: hidden;
}
.experience-years:before {
    content: '';
    position: absolute;
    right: -120px;
    top: 100px;
    background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, #ee076e 100%);
    filter: blur(2px);
    border-radius: 100%;
    width: 410px;
    height: 410px;
    z-index: 1;
}

.experience-years {
    position: relative;
}

.ey-inner {
    position: relative;
    z-index: 9;
    text-align: center;
    max-width: 400px;
    border-radius: 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.05);
    background: rgba(22, 22, 22, 0.3);
    box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
    backdrop-filter: blur(35px);
    padding: 64px 80px;
}

.ey-inner h3 {
    font-size: 80px;
    font-weight: 500;
}

.experience-ux {
    position: relative;
    z-index: 9;
    margin-top: 50px;
    max-width: 600px;
    border-radius: 20px;
    border: 0.5px solid rgba(255, 255, 255, 0.05);
    background: rgba(22, 22, 22, 0.3);
    box-shadow: 15px 26.023px 50px 0px rgba(253, 196, 72, 0.04);
    backdrop-filter: blur(35px);
    padding: 64px 20px;
}

.eu-icon i {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff14;
    font-size: 55px;
    color: #fff;
}

.eu-inner {
    display: flex;
    align-items: center;
}

.eu-icon {
    margin-right: 15px;
}

.system-inner {
    position: relative;
    z-index: 9;
}

.system-box-single {
    margin: 20px 0;
}

.system-title {
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.system-title i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff14;
    margin-right: 10px;
}

.custom-app-image {
    position: relative;
}

section.lp-web {
    position: relative;
    background-color: #00010c;
    background-image: -webkit-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: -o-linear-gradient(bottom left, #000000, #12040d, #190a1a, #171228, #051937);
    background-image: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    padding: 100px 0;
}

section.lp-web:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.35;
    background-position: center center;
    background-size: cover;
    background-size: 130px 130px;
    background-image: linear-gradient(to right, #373737 1px, transparent 1px), linear-gradient(to bottom, #373737 1px, transparent 1px);
}

section.lp-web:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(50deg, #111 20%, transparent 100%);
}

section.lp-web .content_wrap {
    position: relative;
    z-index: 2;
}

.label-top {
    text-align: center;
    max-width: 400px;
    border: 0.5px solid rgba(255, 255, 255, 0.05);
    background: rgba(22, 22, 22, 0.3);
    backdrop-filter: blur(35px);
    color: #fff;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(146.44deg, #202020 10.94%, #101010 47.57%);
    border-radius: 20px;
    z-index: 9;
    box-shadow: 0px 4px 20px 0px rgba(103, 103, 103, 0.2509803922) inset;
    margin: 0 0 10px;
}

.label-top span {
    margin-left: 8px;
    text-transform: uppercase;
}

.text-box h2 span {
    text-shadow: 0em 0em 0.2em #ee3f2c;
}

.new-hover-box {
    background-color: #0E1011;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #202020;
    border-radius: 30px 30px 30px 30px;
    margin: 20px 0 10px;
    padding: 30px;
    position: relative;
}

.new-hover-box:before {
    position: absolute;
    height: 27rem;
    width: 27rem;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    border-radius: 270px;
    background: rgba(14, 89, 242, .16);
    filter: blur(75px);
    opacity: 50%;
}

.nhb-inner h3 {
    font-size: 25px;
}

section.lp-branding.fcsd.single-forms {
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.system-request-form-wrapper {
	max-width: 800px;
	margin: 40px auto;
	min-height: 80vh;
}

/* Chat page: all styles in page-show-me-my-system.php */

/* System Result Page – /your-system/{token} */
.system-result-page {
	background: #050505;
	color: #fff;
	min-height: 100vh;
	padding-bottom: 6rem;
}

body .site-main.system-result-page {
	padding: 0;
	margin: 0;
}

.result-hero {
	position: relative;
	padding: 4rem 0 3rem;
	margin-bottom: 2rem;
}

.result-hero-bg {
	position: absolute;
	inset: 0;
	height: 500px;
	background: linear-gradient(to top right, #000, #12040d, #051937);
	opacity: 0.8;
	z-index: -1;
}

.result-container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.result-container { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
	.result-container { padding: 0 2rem; }
}

section.result-section.result-cta-section {
    aspect-ratio: 16/9;
}

.result-hero-inner {
	padding-top: 1rem;
}

.result-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	border: 1px solid rgba(238, 63, 44, 0.3);
	background: rgba(238, 63, 44, 0.1);
	margin-bottom: 1.5rem;
}

.result-badge-icon {
	font-size: 0.75rem;
	color: #ee3f2c;
}

.result-badge-text {
	font-size: 0.75rem;
	font-family: monospace;
	color: #ee3f2c;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.result-hero-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 1.5rem;
	line-height: 1.1;
}

@media (min-width: 640px) {
	.result-hero-title { font-size: 3rem; }
}
@media (min-width: 768px) {
	.result-hero-title { font-size: 3.75rem; }
}

.result-hero-desc {
	font-size: 1.25rem;
	color: #d1d5db;
	max-width: 42rem;
	line-height: 1.6;
	margin: 0;
}

.system-archetype {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.5rem;
	font-size: 0.9375rem;
}

.system-archetype-label {
	color: #9ca3af;
}

.system-archetype-value {
	color: #fff;
	font-weight: 600;
}

.result-sections {
	padding-top: 0;
}

.result-section {
	margin-bottom: 6rem;
}

.result-section-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.result-section-num {
	color: #ee3f2c;
	font-family: monospace;
	font-size: 0.875rem;
}

.result-section-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
}

.result-snapshot-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.result-snapshot-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.result-snapshot-grid { grid-template-columns: repeat(3, 1fr); }
}

.result-snapshot-card {
	padding: 1rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: border-color 0.2s;
}

.result-snapshot-card:hover {
	border-color: rgba(238, 63, 44, 0.3);
}

.result-snapshot-label {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.75rem;
	font-family: monospace;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6b7280;
	margin-bottom: 0.5rem;
}

.result-snapshot-label i {
	font-size: 0.7rem;
	color: #ee3f2c;
	opacity: 0.8;
}

.result-snapshot-card:hover .result-snapshot-label {
	color: #ee3f2c;
}

.result-snapshot-value {
	font-weight: 500;
	color: #fff;
}

.result-snapshot-link {
	text-decoration: none;
}

.result-snapshot-link:hover {
	text-decoration: underline;
	color: #ee3f2c;
}

.result-friction-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

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

.result-friction-card {
	display: flex;
	gap: 1rem;
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.result-friction-card:hover {
	background: rgba(255, 255, 255, 0.05);
}

.result-friction-icon {
	width: 40px;
	height: 40px;
	border-radius: 0.5rem;
	background: rgba(238, 63, 44, 0.1);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-friction-icon i {
	font-size: 1rem;
	color: #ee3f2c;
}

.result-friction-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.result-friction-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	line-height: 1.5;
	margin: 0;
}

.result-overview-card,
.result-content-card {
	position: relative;
	padding: 2rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.result-overview-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 16rem;
	height: 16rem;
	background: rgba(238, 63, 44, 0.05);
	border-radius: 50%;
	filter: blur(100px);
	pointer-events: none;
}

.result-overview-content,
.result-content-card p,
.result-archetype-content p,
.result-why-content p {
	font-size: 1.125rem;
	color: #d1d5db;
	line-height: 1.6;
	margin: 0 0 1rem;
	position: relative;
	z-index: 1;
}

.result-overview-content strong,
.result-content-card strong,
.result-archetype-content strong,
.result-why-content strong {
	color: #fff;
}

.result-overview-content ul,
.result-content-card ul,
.result-phases ul {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.result-overview-content li,
.result-content-card li,
.result-phases li {
	padding: 0.5rem 0 0.5rem 1.5rem;
	position: relative;
	color: #d1d5db;
	font-size: 1rem;
}

.result-phases li::before,
.result-overview-content li::before,
.result-content-card li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ee3f2c;
}

.result-archetype-card {
	padding: 2.5rem;
	border-radius: 1rem;
	background: linear-gradient(to bottom right, rgba(238, 63, 44, 0.1), transparent);
	border: 1px solid rgba(238, 63, 44, 0.2);
	text-align: center;
}

.result-archetype-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
	border-radius: 0.5rem;
	background: rgba(238, 63, 44, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-archetype-icon i {
	font-size: 1.5rem;
	color: #ee3f2c;
}

.result-archetype-content {
	text-align: center;
}

.result-archetype-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.result-archetype-subtitle {
	font-size: 1rem;
	color: #9ca3af;
	margin: 0;
}

.result-records-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.result-records-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.result-records-grid { grid-template-columns: repeat(4, 1fr); }
}

.result-record-card {
	padding: 1.25rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.result-record-title {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.result-record-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
	line-height: 1.5;
}

.result-flows-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	position: relative;
}

@media (min-width: 1024px) {
	.result-flows-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.result-flow-card {
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	z-index: 1;
}

.result-flow-num {
	font-size: 1.875rem;
	font-weight: 700;
	color: rgba(238, 63, 44, 0.2);
	font-family: monospace;
	display: block;
	margin-bottom: 0.5rem;
}

.result-flow-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.result-flow-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
	line-height: 1.5;
}

.result-roles-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
}

@media (min-width: 768px) {
	.result-roles-grid { grid-template-columns: repeat(3, 1fr); }
}

.result-role-card {
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.result-role-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	min-width: 0;
}

.result-role-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.result-role-icon i {
	font-size: 1.25rem;
	color: #ee3f2c;
}

.result-role-title {
	flex: 1;
	min-width: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.result-role-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
	line-height: 1.5;
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.result-controls-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.result-controls-grid { grid-template-columns: repeat(3, 1fr); }
}

.result-control-card {
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

.result-control-icon {
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
	border-radius: 50%;
	background: rgba(238, 63, 44, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-control-icon i {
	font-size: 1.5rem;
	color: #ee3f2c;
}

.result-control-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.5rem;
}

.result-control-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
	line-height: 1.5;
}

.result-why-card {
	display: flex;
	gap: 1rem;
	padding: 2rem;
	border-radius: 1rem;
	background: linear-gradient(to right, rgba(238, 63, 44, 0.1), transparent);
	border-left: 4px solid #ee3f2c;
}

.result-why-icon {
	width: 2rem;
	height: 2rem;
	flex-shrink: 0;
	margin-top: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-why-icon i {
	font-size: 1.25rem;
	color: #ee3f2c;
}

.result-why-content {
	flex: 1;
}

.result-phases {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.result-phase-row {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

.result-phase-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ee3f2c;
	flex-shrink: 0;
	margin-top: 0.5rem;
}

.result-phase-title {
	font-weight: 700;
	color: #fff;
	margin: 0 0 0.25rem;
}

.result-phase-desc {
	font-size: 0.875rem;
	color: #9ca3af;
	margin: 0;
}

/* Dashboard preview (system-style: menu, header, charts) */
.dashboard-blur-wrap {
	position: relative;
	margin-top: -120px;
	z-index: 0;
}

.dashboard-preview {
	max-width: 64rem;
	margin: 0 auto;
	border-radius: 0.75rem;
	overflow: hidden;
}

.dashboard-system {
	display: flex;
	min-height: 24rem;
	background: var(--dash-primary, #1a1a2e);
}

.dashboard-sidebar {
	width: 12rem;
	flex-shrink: 0;
	background: var(--dash-secondary, #16213e);
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	padding: 1rem 0;
}

.dashboard-sidebar-logo {
	height: 2rem;
	margin: 0 1rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 0.25rem;
}

.dashboard-nav {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0 0.75rem;
}

.dashboard-nav-item {
	padding: 0.5rem 0.75rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.7);
	background: transparent;
	border-radius: 0.375rem;
}

.dashboard-nav-item:first-of-type {
	background: rgba(255, 255, 255, 0.08);
	color: var(--dash-accent, #ee3f2c);
}

.dashboard-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.dashboard-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 1.25rem;
	background: var(--dash-secondary, #16213e);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dashboard-header-search {
	width: 12rem;
	height: 2rem;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 0.375rem;
}

.dashboard-header-user {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.dashboard-content {
	flex: 1;
	padding: 1.25rem;
}

.dashboard-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.dashboard-row:last-child {
	margin-bottom: 0;
}

.dashboard-card {
	flex: 1;
	min-width: 10rem;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 0.5rem;
}

.dashboard-alerts-row .dashboard-card {
	flex: 1 1 100%;
}

.dashboard-kpis {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.dashboard-kpi {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.dashboard-kpi-bar {
	height: 0.5rem;
	background: linear-gradient(90deg, var(--dash-accent, #ee3f2c) 60%, rgba(255,255,255,0.1) 60%);
	border-radius: 0.25rem;
}

.dashboard-charts {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 1rem;
}

.dashboard-chart {
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-chart-placeholder {
	width: 80%;
	height: 70%;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 0.375rem;
}

.dashboard-queues .dashboard-card {
	flex: 1 1 calc(50% - 0.5rem);
	min-width: 12rem;
}

.dashboard-label,
.dashboard-kpi-label {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.7);
	display: block;
}

.dashboard-list {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.5);
}

.dashboard-list li {
	padding: 0.2rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.dashboard-list li:last-child {
	border-bottom: none;
}

@media (max-width: 640px) {
	.dashboard-kpis { grid-template-columns: 1fr 1fr; }
	.dashboard-charts { grid-template-columns: 1fr; }
	.dashboard-sidebar { width: 5rem; }
	.dashboard-nav-item { font-size: 0.75rem; }
}

.dashboard-blurred {
	filter: blur(8px);
	opacity: 0.35;
	pointer-events: none;
	transform: scale(0.98);
}

.result-cta-section {
	position: relative;
	z-index: 2;
	margin-top: 5rem;
	margin-bottom: 6rem;
	padding: 3rem 2rem;
	background: linear-gradient(to top, rgba(5, 5, 5, 0.97), rgba(5, 5, 5, 0.9));
	border-radius: 1.5rem;
	border: 1px solid rgba(238, 63, 44, 0.2);
}

.result-cta-inner {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto;
}

.result-cta-title {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 1rem;
	line-height: 1.2;
}

@media (min-width: 640px) {
	.result-cta-title { font-size: 2.5rem; }
}

.result-cta-desc {
	font-size: 1.25rem;
	color: #d1d5db;
	margin: 0 0 2rem;
	line-height: 1.6;
}

.result-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0.75rem;
	transition: background 0.2s, transform 0.2s;
}

.result-cta-btn-primary {
	background: #ee3f2c;
	color: #fff;
	box-shadow: 0 4px 20px rgba(238, 63, 44, 0.35);
}

.result-cta-btn-primary:hover {
	background: #d63527;
	transform: translateY(-1px);
}

.result-cta-btn-text {
	display: inline-block;
}

.result-sticky-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 1.5rem;
	background: rgba(5, 5, 5, 0.95);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	z-index: 999999999;
	display: flex;
	justify-content: center;
}

.result-sticky-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.875rem 1.75rem;
	background: #ee3f2c;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0.5rem;
	transition: background 0.2s;
	box-shadow: 0 2px 12px rgba(238, 63, 44, 0.4);
}

.result-sticky-cta-btn:hover {
	background: #d63527;
	color: #fff;
}

.result-sticky-cta-btn i {
	font-size: 1rem;
}

/* Extra bottom padding when sticky CTA is present */
.system-result-page .result-sections {
	padding-bottom: 5rem;
}

.result-loading {
	padding: 4rem 0;
	text-align: center;
	color: #d1d5db;
}

.pmd-form-message {
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.pmd-form-success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.pmd-form-error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.pmd-form-error ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}


/* Progress Bar */
.pmd-progress-container {
	margin-bottom: 48px;
}

.pmd-progress-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.pmd-back-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #c6c9d8;
	font-size: 14px;
	font-weight: 500;
	background: none;
	border: none;
	cursor: pointer;
	transition: color 0.2s;
}

.pmd-back-btn:hover {
	color: #fff;
}

.pmd-chevron-icon {
	width: 20px;
	height: 20px;
}

.pmd-step-counter {
	font-size: 14px;
	font-weight: 500;
	color: #c6c9d8;
}

.pmd-progress-bar {
	height: 8px;
	background: #f3f4f6;
	border-radius: 9999px;
	overflow: hidden;
}

.pmd-progress-fill {
	height: 100%;
	background: -moz-linear-gradient(145deg,#f81f01 0%,#ee076e 100%);
    background: -webkit-linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f81f01",endColorstr="#ee076e",GradientType=1);
    color: #f81f01;
	transition: width 0.5s ease-out;
	width: 0%;
}

/* Welcome Screen */
.pmd-welcome-screen {
	text-align: center;
	padding: 64px 0;
}

.pmd-welcome-title {
	font-size: 48px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 16px;
	line-height: 1.2;
}

.pmd-welcome-text {
	font-size: 18px;
	color: #c6c9d8;
	margin-bottom: 48px;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

/* Question Layout */
.pmd-question-layout {
	padding: 32px 0;
}

.pmd-question-headline {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
	line-height: 1.2;
}
div#pmd-wizard {
    position: relative;
    z-index: 9;
    padding: 30px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(208, 208, 208, 0.1);
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: 12px;
}
.pmd-question-helper {
	font-size: 18px;
	color: #c6c9d8;
	margin-bottom: 32px;
}

/* Option Buttons (Radio style) */
.pmd-options-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.pmd-option-btn {
	width: 100%;
	padding: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	background: white;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s;
}

button.pmd-option-btn {
    box-shadow: rgba(103, 103, 103, 0.25) 0px 4px 20px 0px inset;
    background: linear-gradient(146.44deg, rgb(32, 32, 32) 10.94%, rgb(16, 16, 16) 47.57%) transparent;
}

.pmd-option-btn:hover {
	border-color: #f81f01;
	background: #faf5ff;
}

.pmd-option-btn.selected {
	border-color: #f81f01;
	background: rgba(255,255,255,0.1);
}

/* Chips (Checkbox style) */
.pmd-chips-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
}

.pmd-chip {
	padding: 12px 20px;
	border-radius: 9999px;
	font-weight: 500;
	font-size: 16px;
	border: none;
	background: #f3f4f6;
	color: #374151;
	cursor: pointer;
	transition: all 0.2s;
}

.pmd-chip:hover {
	background: #e5e7eb;
}

.pmd-chip.selected {
	background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	color: white;
}

/* Repeater Fields */
.pmd-repeater-wrapper {
	margin-top: 24px;
	margin-bottom: 32px;
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pmd-repeater-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
}

.pmd-repeater-item {
	padding: 16px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pmd-repeater-item-simple {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}

.pmd-repeater-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 8px;
}

.pmd-repeater-label {
	font-size: 14px;
	font-weight: 500;
	color: #c6c9d8;
}

.pmd-remove-btn {
	background: none;
	border: none;
	color: #9ca3af;
	cursor: pointer;
	padding: 4px;
	transition: color 0.2s;
	display: flex;
	align-items: center;
}

.pmd-remove-btn:hover {
	color: #dc2626;
}

.pmd-remove-btn svg {
	width: 20px;
	height: 20px;
}

.pmd-add-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f81f01;
	font-weight: 500;
	background: none;
	border: none;
	cursor: pointer;
	transition: color 0.2s;
	padding: 8px 0;
}


.pmd-add-btn {
    background: #c6c9d8;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
}

.pmd-add-btn:hover {
	color: #f81f01;
}

.pmd-add-btn svg {
	width: 20px;
	height: 20px;
}

/* Input Fields */
.pmd-input,
.pmd-textarea {
	width: calc(100% - 32px);
	padding: 12px 16px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 18px;
	font-family: inherit;
	color: #101010;
	transition: all 0.2s;
}

.pmd-input:focus,
.pmd-textarea:focus {
	outline: none;
	border-color: #f81f01;
	box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.1);
}

.pmd-textarea {
	resize: vertical;
	min-height: 120px;
	margin-bottom: 24px;
}

/* Contact Form */
.pmd-contact-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.pmd-checkbox-label {
	display: flex;
	align-items: start;
	gap: 12px;
	cursor: pointer;
}

.pmd-checkbox {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: #f81f01;
	cursor: pointer;
}

.pmd-checkbox-label span {
	color: #c6c9d8;
	font-size: 16px;
}

.pmd-wizard-screen.pmd-confirmation-screen {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(208, 208, 208, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
/* Buttons */
.pmd-primary-btn {
	width: 100%;
	background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	color: white;
	padding: 16px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
}

.pmd-primary-btn:hover {
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(248, 248, 248, 0.2);
    border-image: initial;
    background: rgba(248, 248, 248, 0.2);
}

.pmd-start-btn {
	padding: 16px 48px;
	width: auto;
	display: inline-block;
}

.pmd-continue-btn {
	margin-top: 24px;
}

/* Confirmation Screen */
.pmd-confirmation-screen {
	text-align: center;
	padding: 64px 0;
}

.pmd-checkmark {
	width: 80px;
	height: 80px;
	background: #f81f01;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}

.pmd-checkmark-icon {
	width: 40px;
	height: 40px;
	color: white;
}

.pmd-confirmation-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.2;
}

.pmd-confirmation-text {
	font-size: 18px;
	color: #c6c9d8;
	margin-bottom: 32px;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
}

.pmd-confirmation-brand {
	color: #f81f01;
	font-weight: 600;
	font-size: 20px;
}

/* Animations */
.pmd-wizard-screen {
	animation: fadeIn 0.3s ease-out;
}

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

/* Responsive */
@media (max-width: 768px) {
	.pmd-welcome-title,
	.pmd-question-headline {
		font-size: 32px;
	}
	section.lp-branding.fcsd.single-forms {
    padding: 0;
}

.page-template-page-system-request header, .page-template-page-system-request footer {
    display: none;
}
	.pmd-chips-container {
		gap: 8px;
	}
	
	.pmd-chip {
		font-size: 14px;
		padding: 10px 16px;
	}
}

.image-box-withdetails {
    position: relative;
}

.image-box-withdetails img {
    aspect-ratio: 1 / 0.93;
    object-fit: cover;
    border-radius: 20px;
}
.img-bdet-absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    border: solid 20px #161616;
    border-radius: 0 10px 0 10px;
    background: #161616;
}

.img-bottomdetails {
    position: relative;
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    padding: 15px;
    border-radius: 10px;
}
  .pm-video{
    position: relative;
    width: min(920px, 100%);
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
  }

  .pm-video__el{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  .pm-video__play{
    position: absolute;
    inset: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    display: grid;
    place-items: center;

    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    color: #fff;

    box-shadow:
      0 14px 40px rgba(0,0,0,0.55),
      0 0 0 0 rgba(238, 7, 110, 0.55);

    transition: transform .18s ease, opacity .18s ease, visibility .18s ease;
    z-index: 3;
  }

  .pm-video__play i{
    font-size: 26px;
    transform: translateX(2px); /* tiny nudge to center the triangle */
    line-height: 1;
  }

  .pm-video__play:hover{
    transform: scale(1.05);
  }
  .pm-video__play:active{
    transform: scale(0.98);
  }
  .pm-video__play:focus-visible{
    outline: 3px solid rgba(248, 31, 1, 0.35);
    outline-offset: 4px;
  }

  /* Pulsating animation */
  .pm-video__play.is-pulsing{
    animation: pmPulse 1.6s ease-out infinite;
  }

  @keyframes pmPulse{
    0%{
      box-shadow:
        0 14px 40px rgba(0,0,0,0.55),
        0 0 0 0 rgba(238, 7, 110, 0.55);
    }
    70%{
      box-shadow:
        0 14px 40px rgba(0,0,0,0.55),
        0 0 0 22px rgba(238, 7, 110, 0);
    }
    100%{
      box-shadow:
        0 14px 40px rgba(0,0,0,0.55),
        0 0 0 0 rgba(238, 7, 110, 0);
    }
  }

  /* Hide overlay when playing */
  .pm-video.is-playing .pm-video__play{
    opacity: 0;
    visibility: hidden;
    transform: scale(0.92);
    pointer-events: none;
  }

  /* Optional: subtle dark overlay under the button for better contrast */
  .pm-video::after{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(circle at center, rgba(0,0,0,0.25), rgba(0,0,0,0.0) 55%);
    pointer-events:none;
    z-index: 2;
    transition: opacity .2s ease;
  }
  .pm-video.is-playing::after{
    opacity: 0;
  }

  @media (prefers-reduced-motion: reduce){
    .pm-video__play.is-pulsing{ animation: none; }
    .pm-video__play{ transition: none; }
  }

 .video-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.video-box, .video-details {
    width: 100%;
}

.video-margin {
    margin: 0 20px 0 0;
}

.vd-margin {
    margin: 30px 0 0;
}

.vd-first {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.vd-text h4 {
    font-size: 22px;
    margin: 0;
}

ul.review-images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

ul.stars {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.img-review-over {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.iro-inner {
    background: #0505051A;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 15px;
    border-radius: 20px;
}

.google-icon-box {
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
}

.google-icon-box svg {
    margin-right: 5px;
}

.google-icon-box span {
    color: #fff;
    font-size: 19px;
}

.star-reviews {
    display: flex;
    align-items: center;
}

ul.stars i {
    color: #fff;
    opacity: 80%;
}

ul.stars li {
    padding-right: 3px;
}
.bg-benner-img-six img {
    max-width: 600px;
    width: 100%;
}
.star-reviews span {color: #fff;font-size: 20px;font-weight: 400;margin-left: 5px;}

ul.review-images img {
    border-radius: 50%;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

ul.review-images li:nth-child(2), ul.review-images li:nth-child(3), ul.review-images li:nth-child(4), ul.review-images li:nth-child(5) {
    margin-left: -15px;
}

section.qoute-end {
    padding: 100px 0 150px;
    background-color: #050505;
    background-image: url(/wp-content/uploads/2025/12/web-background-style.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.offer-list {
    padding-left: 20px;
    line-height: 1.5;
    color: #c6c9d8;
    font-size: 18px;
    margin: 10px 0 5px;
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){

    section.result-hero {
        padding-top: 150px;
    }
.hero_content h1 {
    font-size: 60px;
}
header#masthead {
    display: block;
}
section.hero {
    padding-top: 150px;
}

/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
	

.vd-margin {
    margin: 0 0 0 20px;
}


.video-box, .video-details {
    width: 50%;
}

.bg-benner-img-six-after {
    display: flex;
}

.rtl {
    direction: rtl;
}

.rtl .cnt_60, .rtl .cnt_40  {
    direction: ltr;
}

.rtl .margin-right {
    margin: 0 0 0 20px;
}

.rtl .margin-left {
    margin: 0 20px 0 0;
}

.solutions-boxes {
    width: calc(100% - 500px);
}

.ss-content {
    width: calc(100% - 200px);
}

.contact-form {
    padding: 40px;
}

.text-box h2 {
    font-size: 48px;
}
.ab-mission {
    flex-direction: row;
}
.ab-details h2 {
    font-size: 48px;
}

.abs-inner {
    flex-wrap: nowrap;
}
ul.twd-list li {
    width: 50%;
}
.twd-des h3 {
    font-size: 50px;
}

.bottom-right-badge {
    bottom: -30px;
}
/* global */

.bottom-left-badge {
    left: -50px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

@media (min-width: 1400px){
    .top-right-review{
        display: block;
    }
}