/*
Theme Name: Digi code studio Child
Theme URI: https://aqlix.com/
Template: digi-code-studio
Author: Aqlix IT Solutions
Author URI: https://aqlix.com/
Description: 100+ projects executed successfully and an average relationship of over 6 years. We don’t just work hard — we work smart, blending strategy with creativity to cook up real growth.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1785993270
Updated: 2026-08-06 05:14:30

*/
@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --accent-color: #9FA78B;
}

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Geist", sans-serif;
	font-weight: 200;
}
body {
	  font-family: "Inter", sans-serif;
	background: #F2F1F0;
	font-weight: 400;
}

.brand-text-section-content h2 span {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 100;
}
.section-intro h2 span {
	 font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: 100;
}
 .container {
     width: 100%;
     margin: 0 auto;
}
.work-section {
    position: relative;
	min-height: 100svh;
}
.services-accordion-item {
    position: relative;
    z-index: 5;
}
 .center-stack {
     position: relative;
     width: 100%;
     height: 100%;
}
.hero-animation {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}
.digi-title {
    position: absolute;
    bottom: 50px;
}
section.qustions .section-intro {
    padding-top: 100px;
}
 .project-card {
     position: absolute;
     left: 0;
     width: 100%;
     padding: 12px;
     background: #ffffff;
     border-radius: 8px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
     overflow: hidden;
     transform-origin: center center;
     will-change: transform, opacity;
     backface-visibility: hidden;
}
.center-stack {
    visibility: hidden;
}

.center-stack.is-ready {
    visibility: visible;
}
 .project-card > img {
     display: block;
     width: 100%;
     height: 365px;
     object-fit: cover;
     border-radius: 8px;
}
 .center-content {
     padding: 12px 12px 16px;
}
 .category {
     display: block;
     margin-bottom: 5px;
     font-size: 8px;
     letter-spacing: 1px;
     color: #777777;
}
 .center-content h2 {
     margin: 0 0 8px;
     font-size: 26px;
     font-weight: 200;
     line-height: 1.1;
}
 .center-content p {
     margin: 0;
     font-size: 16px;
     line-height: 1.5;
     color: #222222;
	 font-weight: 200;
}
 .floating-card {
     position: static;
     width: 100%;
     max-width: 230px;
     border-radius: 8px;
     z-index: 50;
     will-change: transform, opacity;
}
 .floating-card img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 8px;
}
 .image-label {
     position: absolute;
     top: 8px;
     right: 8px;
     padding: 4px 7px;
     background: #fff36b;
     color: #111111;
     font-size: 10px;
     line-height: 1;
     border-radius: 8px;
     z-index: 2;
}
.final-video video {
    border-radius: 8px;
}

 .tabs {
     position: absolute;
     left: 50%;
     bottom: 5%;
     transform: translateX(-50%);
     display: flex;
     align-items: center;
     padding: 5px;
     background: #ffffff;
     border-radius: 8px;
     z-index: 999;
}
 .tab {
     border: 0;
     outline: none;
     background: transparent;
     padding: 9px 14px;
     border-radius: 8px;
     cursor: pointer;
     font-size: 14px;
     color: #222222;
     transition: background 0.2s ease, color 0.2s ease;
}
 .tab:hover {
     background: #f4f4f4;
}
 .tab.active {
     background: #6ab538;
     color: #ffffff;
}
 .floating-card-max-width {
     max-width: 160px;
}
 .project-card > video {
     display: block;
     width: 100%;
     height: 365px;
     object-fit: cover;
     border-radius: 8px;
}
 .floating-card video {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 8px;
}
 .main-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0;
}
 .logo img {
     width: 100%;
     max-width: 200px;
}
.step-img img {
    width: 100%;
}
.top-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}
.top-2 {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
	 gap: 80px;
    justify-content: space-between;
	   margin-top: -80px;
}
.process-steps .section-intro h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.section-intro.height-box p {
    font-size: 16px;
}
.process-step.step-02 {
    padding-top: 60px;
}
.process-step.step-03 {
    padding-top: 166px;
}
.process-step.step-05 {
    margin-top: 180px;
}
.step-img img {
    border-radius: 8px;
}
.view-project-btn svg {
    transform: rotate(-40deg);
}
.cards-main {
    margin-top: 80px;
}
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	padding: 20px 0;
    transition: transform 0.35s ease;
}

#masthead.header-hidden {
    transform: translateY(-100%);
}
.process-flow {
    position: relative;
    background: #090909;
    padding: 100px 60px 120px;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.process-flow:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 14%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.all-flow .process-flow:last-child {
    padding-bottom: 0;
}
.all-flow .process-flow:last-child:after {
    display: none;
}

.empty-100 {
	display: block;
	width: 100%;
	height: 100px;
}
.step-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
       padding: 15px 2px;
    gap: 0;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 70%);
    justify-content: space-between;
	background: #090909;
}
.ready-bg img {
        border-radius: 8px;
	  width: 100%;
}

.stat-box {
    text-align: center;
    position: relative;
    padding: 0 4px;
}
.stat-box:after {
    content: '';
    background: rgb(255 255 255 / 70%);
    width: 1px;
    height: 80%;
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
}
.step-stats .stat-box:last-child:after {
	display: none;
}
.stat-value {
    font-size: 35px;
    color: var(--accent-color);
}
.stat-label {
    font-size: 16px;
	color: rgb(255 255 255 / 70%);
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.tab.active {
    background: var(--accent-color);

}
.center-content-video {
/*     aspect-ratio: 1 / 1; */
	    height: 530px;

    width: auto;
    overflow: hidden;
}
.project-card-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-card-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-card-inner {
    position: relative;
    min-height: 487px;
}
dv.cards-tags {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.category {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
	display: none;
}
.view-btn a {
    color: #ffffff;
    font-size: 16px;
}
.view-btn a svg {
    width: 16px;
    color: #ffffff;
	margin-left: 8px;
}
.floating-card {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
section.work-section:after {
    content: '';
    background:#F2F1F0;
    width: 100%;
    height: 88px;
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
}
section.your-brand .container {
    position: relative;
    z-index: 3;
}
.process-steps {
    margin-top: 70px;
}
.floating-media {
    height: 100%;
}
.process-step.step-06.extra-last-box {
    max-width: 500px;
}
.header-left-toggler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #202020;
    width: 100%;
    max-width: 240px;
    padding: 10px 15px;
    border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.22) 0px 12px 36px, rgba(240, 78, 35, 0) 0px 2px 16px;
}
.header-left-toggler .logo {
    max-width: 100px;
}
.logo img {
    width: 100%;
}
.work-section {
    padding: 100px 0 100px;
}
 .container {
    max-width: 90%;
}
.header-enquire-btn a {
    color: #ffffff;
    border: 1px solid var(--accent-color);
    padding: 13px 33px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    background: var(--accent-color);
}

.header-enquire-btn a:after {
    content: '';
    background: #ffffff;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
	
} 
.center-wrapper {
    position: static;
    transform: none;
	  width: 100%;
    max-width: 500px;
    height: 590px;
    z-index: 100;
}
.max-300 {
    max-width: 300px;
}
.services-image {
    width: 350px;
    height: 250px;
	border-radius: 8px;
	overflow: hidden;
}
.left-info-img video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}
.cards-main {
    display: flex;  
    align-items: end;
    justify-content: center;
    gap: 40px;
}
.center-content-video video {
    border-radius: 8px;
}
.hero-text {
    position: absolute;
    top: -40px;
	  left: 0;
    padding-left: 8%;
    width: 100%;
}

section.work-section .container {
    position: relative;
}

.hero-text h2 {
    font-size: 60px;
    line-height: 1;
	font-weight: 300;
}

.hero-text h2 span {
    font-style: italic;
    color: var(--accent-color);
}
.tabs {
        justify-content: space-between;
    max-width: 500px;
    margin: 64px auto 0;
    position: relative;
    transform: none;
    left: 0;
    z-index: 100;
	gap: 12px;
}
/* .tabs button:after {
    content: '';
    background: #e7e7e7;
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -16px;
    top: 0;
} */
.tabs button {
    position: relative;
}
.tabs button:last-child:after{
	display: none;
}
section.selected-work-section {
    position: relative;
	background: #090909;
	
}
.step-cards .section-intro {
    color: #ffffff;
}

.section-intro .chapter-text {
    font-size: 22px;
    margin-bottom: 20px;
}

.section-intro h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 200;
	text-transform: capitalize;
}
.section-intro.selected-intro h2 {
    font-size: 65px;
}
.section-intro p {
    font-size: 18px;
    font-weight: 200;
}

.section-intro {
    margin-bottom: 50px;
}
.left-info-card .left-info-img {   
    margin-bottom: 0;
	height: 100%;  
}
.product-name h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}
.view-project-btn a svg {
    width: 25px;
}
.product-small-title {
    color: var(--accent-color);
    margin-bottom: 18px;
    font-weight: 400;
}
.product-tag .tags {
    display: flex;
    gap: 12px;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
}

.product-tag {
    margin-bottom: 25px;
}
.view-project-btn a {
    display: flex;
    color: #ffffff;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}
.view-project-btn {
    margin-bottom: 20px;
}
.step-number {
    color: var(--accent-color);
    margin-bottom: 0;
    font-weight: 400;
}
.step-title {
    font-size: 18px;
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 15px;
	
}
.brand-text-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
}
.brand-text-section:before {
    content: '';
    background: #090909;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.brand-bg {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.brand-bg img {
    width: 100%;
    height: 100%;
}
.dig-counter {
    max-width: 1240px;
    margin: 0 auto;
}
.brand-text-section-title {
    position: absolute;
    left: 50%;
    top: 16%;
    transform: translate(-50%, 0);
    display: flex;
    white-space: nowrap;
    font-size: clamp(90px, 14vw, 218px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -6px;
    user-select: none;
}

.brand-text-section-title span{
    color:#2d2d2d;
    transition:.15s;
}

.brand-text-section-title span.brand-active{
    color:#63D14F;
    text-shadow:
        0 0 8px rgba(99,209,79,.9),
        0 0 20px rgba(99,209,79,.7),
        0 0 45px rgba(99,209,79,.45);
}

.brand-text-section-content {
    text-align: center;
}

.brand-text-section-content h2 {
    margin: 0;
    color: #000000;
    font-size: 50px;
	text-transform: capitalize;
}
.brand-faqs {
    max-width: 1240px;
    margin: 0 auto;
}

.brand-text-section-light{
    position:absolute;
    width:240px;
    height:240px;
    border-radius:50%;
    pointer-events:none;
    background:radial-gradient(circle,
        rgba(99,209,79,.45),
        rgba(99,209,79,.15),
        transparent 75%);
    mix-blend-mode:screen;
    transform:translate(-50%,-50%);
    z-index:2;
}
.brand-text-section-content {
	margin-bottom: 60px;
	margin-top: 0;
}
.brand-svg {width: 100%;}

.brand-svg svg {
    width: 100%;
}
.counter-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 70px;
}
.dig-counter {
    max-width: 1240px;
    margin: 0 auto;
}

.count-box {
    position: relative;
}

.count-box:after {
    content: '';
    background: #000000;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.counter-inner .count-box:last-child:after {
	Display: none;
}
.count-num {
    font-size: 80px;
    font-weight: 100;
    line-height: 1;
}

.count-hypon {
    display: block;
    background: #000000;
    width: 50px;
    height: 1px;
    margin: 22px 0;
}
.count-text {
    font-size: 16px;
    letter-spacing: 1px;
}
section.what-whe-create {
    padding: 220px 0 0;
}
.section-intro small {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}
.services-accordion{
    width:100%;
}

.services-accordion-item{

    border-bottom:1px solid #e7e7e7;
    padding:40px 0;

}

.services-accordion-header{

    display:grid;
    grid-template-columns:280px 1fr 50px;
    align-items:center;
    cursor:pointer;

}
.services-accordion-content {
    padding-left: 280px;
}
.services-number{
   font-weight: 100;
    color:var(--accent-color);
    font-size:34px;

}
.services-accordion-item.active .services-accordion-header { 
  position: relative;
}
.services-accordion-item.active .services-accordion-header:after {
    content: '';
    background: #e7e7e7;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(100% + 10px);
    max-width: 82%;
    right: 0;
}

.services-accordion-item.active .services-accordion-header {
    position: relative;
}
.services-accordion-header h2 {
    margin: 0;
    font-size: 26px;
	text-transform: capitalize;
}

.services-icon{
    font-weight: 100;
    font-size:24px;
    transition:.35s;

}
.services-icon img {
    width: 35px;
    height: 35px;
}
.cnt-btn-side a span img {
    max-width: 35px;
}
.book-btn a span img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}
.cnt-btn-side.start-project a span img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}
.all-qustions span.services-icon img {
    max-width: 26px;
	max-height: 26px;
}
.services-accordion-content{

    display:grid;
    grid-template-columns:320px 1fr;
    gap:60px;

    max-height:0;

    opacity:0;

    transition:
    max-height .55s ease,
    opacity .35s ease,
    margin-top .35s;

}

.services-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.services-info{

    display:flex;
    align-items:center;
	text-align: left;

}

.services-info ul{

    margin:0;
    padding:0;

}
.brand-text-section-content strong {
    font-weight: 300;
}
.services-info li{
    font-weight: 200;
    list-style:none;
    margin-bottom:18px;
    font-size:16px;

}

.services-info li::before{

    content:"✓";
    margin-right:15px;

}

.services-accordion-item.active .services-accordion-content{

    margin-top:40px;
    max-height:500px;
    opacity:1;

}

.services-accordion-item.active .services-icon{

      transform: rotate(-1deg);

}
section.discover {
    position: relative;
    padding: 220px 0 0;
}
/* 3d */
/* =========================================================
   DISCOVER SECTION
========================================================= */

.discover {
    position: relative;
    width: 100%;
    min-height: 100vh;
}


/* =========================================================
   SECTION INTRO
========================================================= */

.section-intro {
    position: relative;
    z-index: 5;
}


/* =========================================================
   ROTATE DIV
========================================================= */

.rotate-div {
    position: relative;

    width: 100%;

    /*
       Tall bottle-like area
    */
    height: 750px;


    /*
       Important:
       Do NOT use black background here
       if your main section has another background.
    */
}


/* =========================================================
   THREE.JS CONTAINER
========================================================= */

.software-cylinder {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    overflow: hidden;

}


/* =========================================================
   THREE.JS CANVAS
========================================================= */

.software-cylinder canvas {

    display: block;

    width: 80% !important;

    height: 100% !important;
	margin: 0 auto;

}
.section-intro.mb-600 {
    margin-bottom: 460px;
}
.section-intro.mt-600 {
    margin-top: 460px;
}
.its-impact {
    text-align: center;
    margin-top: 100px;
}

.imp-tags {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.its-impact h3 {
    font-size: 48px;
    line-height: 1.2;
}
section.who-work {
    position: relative;
    padding:   100px 0;
	    background: #F0F0F0;
}
.section-intro h3 span {
    font-style: italic;
    color: #B6B6B7;
}
p.we-coll {
    max-width: 382px;
}
.section-intro h3 {
    font-size: 40px;
    line-height: 1.2;
}
.t-line {
    width: 100%;
    height: 1px;
    background: #b6b6b7;
}

.trusted-by-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
    padding-top: 10px;
}
.selected-container {
    max-width: 1240px;
    margin: 0 auto;
}

.trusted-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.trust-logo {
    filter: grayscale(1);
    max-width: 160px;
    transition: filter 0.3s ease;
}

.trust-logo:hover {
    filter: grayscale(0);
}
.t-text {
    white-space: nowrap;
	font-weight: 200;
}
.indus-box {
    background: #F5F0EB;
    border-radius: 8px;
    border-bottom: 2px solid var(--accent-color);
    padding: 15px;
}
.indus-boxes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.indus-icon {
    max-width: 50px;
    margin-bottom: 10px;
}

.indus-box h4 {
    font-size: 18px;
}
.dif-industries {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.cnt-side .cnt-side {
    font-size: 20px;
}

span.star {
    font-size: 20px;
    color: #63b032 !important;
}

.cnt-side {
    font-size: 18px;
    line-height: normal;
    color: #8A8A8A;
	font-weight: 200;
}

.cnt-side span {
    color: #000000;
}
.cnt-btn-side a {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 70px;
    border-bottom: 1px solid #8A8A8A;
    padding: 10px 0;
    font-size: 18px;
	font-weight: 200;
	text-transform: capitalize;
}

section.ready-build {
    position: relative;
	padding: 100px 0 0;
}
.ready-bg {
    overflow: hidden;
    border-radius: 8px;
}
.ready-bg video {
    height: 100%;
    border-radius: 8px;
}
.ready-div {
    position: relative;
    border-radius: 8px;
}
.ready-text {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 5%;
    width: 100%;
    max-width: 581px;
	    transform: translateY(-50%);
}
.title-divider {
    background: #93A784;
    width: 50px;
    height: 2px;
    display: block;
    margin: 40px 0;
}
span.c-iocn {
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:  #ffffff;
}

.start-conversion-box a {
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 20px;
}

span.sac {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
}

span.bac {
    display: block;
    font-size: 12px;
    color: #ffffff;
}
.ready-div {
    max-width: 90%;
    margin: 0 auto;
}
section.qustions {
    position: relative;
    padding: 100px 0;
}
.all-qustions h2 {
    font-size: 26px;
}
.services-info p {
    font-size: 16px;
    font-weight: 300;
	margin-bottom: 0;
}
.all-qustions .services-accordion-header {
	display: flex;
    justify-content: space-between;
}
.all-qustions  .services-accordion-content {  
	display: block;
}
.all-qustions  .services-accordion-content {
    padding-left: 0;
}
.all-qustions  .services-accordion-item.active .services-accordion-header:after {
    max-width: 100%;
}
.all-qustions  .services-accordion .services-accordion-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.pricing-all-conversions {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
}
.book-btn a {
    color: #ffffff;
	background: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 8px;
    font-size: 18px;
    padding: 13px 30px;
}

.still-qustions h4 {
    display: block;
    margin-bottom: 40px;
    font-size: 22px;
}

.book-btn a span {
    padding-left: 20px;
}
.pricing-content .book-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
span.c-iocn img {
    max-width: 30px;
}
/* pricing section */
/* =========================================
   ROW
========================================= */

.pricing-row {
    align-items: flex-end;
}


/* =========================================
   CARD
========================================= */
.pricing-row {
    max-width: 90%;
    margin: 120px auto 0;
}
.pricing-card {
    position: relative;
    margin: 0 auto;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.98),
            rgba(245,247,243,0.98)
        );

    border-radius: 8px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.18),
        inset 0 0 0 1px rgba(255,255,255,.7);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* Hover */

.pricing-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 25px 45px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.8);
}

/* =========================================
   TOP BADGE AREA
========================================= */

.pricing-badge {
    position: absolute;
    top: -67px;
    left: 50%;
    width: 156px;
    height: 156px;
    transform: translateX(-50%) rotate(45deg);
    background: #fcfdfc;
    z-index: 2;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

section.pricing-section {
    position: relative;
    padding:  100px 0;
/*     background: linear-gradient(
        to bottom,
        #F2F1F0 0%,
        #dcdcdc 8%,
        #b8b8b8 18%,
        #888888 32%,
        #5a5a5a 48%,
        #303030 65%,
        #151515 82%,
        #090909 100%
    ); */
background: #000000;
}
/* Create small black diamond */

.badge-diamond {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
        border-radius: 8px;
    background: #071006;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.pricing-content {
    position: relative;
    z-index: 4;
}

/* Dots */

.badge-diamond span {
    color: #c8e99b;

    font-size: 25px;
    font-weight: 700;
    line-height: 1;

    transform: rotate(-45deg);

    letter-spacing: 1px;
}


/* Different badge sizes */



/* =========================================
   CARD CONTENT
========================================= */

.pricing-content {
    height: 100%;
    padding: 60px;

    display: flex;
    flex-direction: column;
}


/* Title */

.pricing-content h3 {
    margin: 0;

    color: #161616;

    font-size: 26px;
    font-weight: 200;

    text-align: center;
}


/* Subtitle */

.pricing-subtitle {
    margin: 5px 0 30px;

    min-height: 17px;

    color: #777;

    font-size: 16px;
    font-weight: 200;

    text-align: center;
}


/* Price */

.price {
    color: #171717;

    font-size: 24px;
    font-weight: 200;

    line-height: 1.1;

    text-align: center;
}


/* Price label */

.price-label {
    margin-top: 5px;

    color: #777;

    font-size: 16px;

    text-align: center;
}


/* =========================================
   DIVIDER
========================================= */

.pricing-divider {
    height: 1px;

    margin: 25px 0;

    background: linear-gradient(
        90deg,
        transparent,
        #dedede,
        transparent
    );
}


/* =========================================
   FEATURES
========================================= */

.pricing-features {
    list-style: none;

    padding: 0;
    margin: 0 0 30px;

    flex: 1;
}


.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
	font-weight: 200;
}


.pricing-features i {
    flex-shrink: 0;
    color: #668d50;
    font-size: 18px;
    font-weight: 200;
}


/* =========================================
   BUTTON
========================================= */

.pricing-btn {
    width: 100%;
    min-height: 41px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    border: 1px solid #bac8a7;
    border-radius: 8px;
    background: transparent;
    color: #272727;
    font-size: 11px;
    text-decoration: none;
    transition: all .3s ease;
}
.pricing-btn i {
    color: #668d50;
    font-size: 15px;
    transition: transform .3s ease;
}
.pricing-btn:hover {
    background: #cfe4a9;
    color: #111;
    border-color: #cfe4a9;
}
.pricing-btn:hover i {
    transform: translateX(5px);
}
footer.site-footer {
       background: var(--accent-color);
    position: relative;
	overflow: hidden;
}
.featured .pricing-btn:hover {
    background: #bdd68f;
}
.footer-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    place-items: center;
}
.footer-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
}
footer.site-footer .container {
    position: relative;
    z-index: 2;
}
.lets-build p {
    font-size: 18px;
    color: rgb(255 255 255 / 70%);
    max-width: 400px;
    line-height: 1.5;
    margin-bottom: 50px;
	font-weight: 200;
}
.lets-build h2 {
    font-size: 215px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 30px;
}
.top-footer {
    padding-bottom: 100px;
	padding-top: 100px;
}
.cnt-btn-side.start-project {
    display: inline-block;
}
.cnt-btn-side.start-project a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.menu-label {
    color: #ffffff;
    font-size: 22px;
	font-weight: 200;
    line-height: 1.5;
    margin-bottom: 20px;
}
.footer-menu-wrapper ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.footer-menu-wrapper li {
    display: block;
    margin-bottom: 0;
}
.footer-menu-wrapper li a {
    color: #ffffff;
    font-size: 18px;
	font-weight: 200;
}
.f-smedia {
    display: flex;
    align-items: center;
    gap: 15px;
}
.f-smedia a {
    color: #ffffff;
    font-size: 26px;
}
.bottom-footer-inner {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid  rgb(255 255 255 / 70%);
    padding: 50px 0 30px;
}

.bottom-footer-inner p {color: #ffffff; font-size: 16px; font-weight: 200;}
.bottom-footer-inner p a {
	color: #ffffff;
}
.p-sickey {
    position: sticky;
    top: 100px;
}
section.work-section {
    overflow-y: hidden;
}
.section-intro p {
    margin-bottom: 0;
}
section.selected-work-section .section-intro { 
    margin-bottom: 20px;
}
.brand-svg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
#neonCursorLayer {
    mix-blend-mode: screen;
}
.header-left-toggler {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    max-width: 240px;

    padding: 10px 15px;

    background: #090909;
    border-radius: 8px;

    box-sizing: border-box;
	    border: 1px solid rgb(255 255 255 / 70%);
}


/* ==========================================
   LOGO
========================================== */

.dcs-nav-logo {
    display: flex;
    align-items: center;

    width: 100%;
    max-width: 150px;

    text-decoration: none;
}

.dcs-nav-logo img {
    display: block;
    max-width: 100px;
    width: 100%;
    height: auto;

    object-fit: contain;
}


/* ==========================================
   TOGGLE BUTTON
========================================== */

.dcs-toggle-btn {
    width: 28px;
    height: 28px;

    padding: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    background: transparent;
    border: 0;

    cursor: pointer;
}

.dcs-toggle-btn span {
    display: block;

    width: 13px;
    height: 1.5px;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        opacity 0.2s ease;
}


/* Hamburger → X */

.dcs-toggle-btn.active span:first-child {
    transform: translateY(3.25px) rotate(45deg);
}

.dcs-toggle-btn.active span:last-child {
    transform: translateY(-3.25px) rotate(-45deg);
}


/* ==========================================
   MENU PANEL
========================================== */

.dcs-menu-panel {
    position: absolute;
    top: 55px;
    left: 0;
    width: 238px;
    padding: 42px 15px 17px;
    background: #090909;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
}


/* Open */

.dcs-menu-panel.active {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* ==========================================
   MENU LINKS
========================================== */

.dcs-menu-links {
    display: flex;
    flex-direction: column;
}

.dcs-menu-links a {
    display: block;

    padding: 0;
    margin: 0 0 2px;

    color: #999999;

    font-size: 18px;
    line-height: 1.2;
    font-weight: 200;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.dcs-menu-links a:hover {
    color: #ffffff;

    transform: translateX(3px);
}


/* ==========================================
   MENU BUTTONS
========================================== */
.dcs-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 28px;
}
.dcs-menu-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 200;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.2s ease;
}
.dcs-signin {
    color: #ffffff;
    background: transparent;
    border: 1px solid #666666;
}
.dcs-signin:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.dcs-start {
    color: #ffffff;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
}
.dcs-start:hover {
    color: #ffffff;
    background: #72c83b;
    border-color: #72c83b;
}
section.hero-wrapper {
	position: relative;
	height: 100svh;
	overflow: hidden;
	isolation: isolate;
}
.digi-title h1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 30px;
}

.digi-title h1 span {
    font-style: italic;
    color: var(--accent-color);
}

.digi-title p {
    font-size: 18px;
    max-width: 440px;
    margin-bottom: 50px;
}
.hero-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

a.start-pro-btn {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 18px;
    padding: 13px 30px;
}
.hero-btns a span {
    padding-left: 18px;
}
a.aproch-btn {
    color: #000000;
    font-size: 18px;
}
.left-info-card {
    position: absolute;
	height: 100%;
}

.card-tag {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-size: 20px;
    border-radius: 8px;
}
.card-tag:before {
    background: #000000;
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
}
.who-img img {
    border-radius: 8px;
}
.hero-svg svg {
    width: 100%;
}
.hero-svg {
    position: absolute;
	left: 0;
	width: 100%;
    bottom: 0;
	z-index: 0;
	pointer-events: none;
}
.hero-svg img {
	display: block;
	width: 100%;
}
section.hero-wrapper > .container {
	position: relative;
	z-index: 1;
}
.hero-animation video {
    width: 100%;
}
.card-tag span {
    color: #ffffff;
    position: relative;
    z-index: 2;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-weight: lighter;
    padding: 0 20px;
}
.container-full {
    width: 100%;
    padding-right: 15px;
}
.image-label {
	display: none;
}
.section-intro.height-box {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 0;
}
section.your-brand {
    position: relative;
}
.process-step.step-06.extra-last-box {
    position: relative;
    bottom: 125px;
}
.floating-card:hover {
    transform: none !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.questions-section {
    position: relative;
    padding: 220px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.questions-trigger {
    position: relative;
    z-index: 2;
}
.questions-trigger h2 span {
    display: block;
}

.questions-open {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 70px;
    border-bottom: 1px solid #8A8A8A;
    padding: 10px 0;
    font-size: 50px;
    font-weight: 200;
	text-transform: capitalize;
}

.questions-open span img {
    max-width: 40px;
}
.questions-panel {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;

    background: #fff;

    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
    pointer-events: none;

    overflow-y: hidden;
}

.questions-panel-inner {
    width: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 80px 30px;
}

.questions-content {
    width: min(900px, 100%);
    text-align: center;
}
.questions-close {
    position: absolute;

    top: 30px;
    right: 30px;

    width: 50px;
    height: 50px;

    border: 1px solid #111;
    border-radius: 50%;

    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10;

    font-size: 18px;
}

.questions-close:hover {
    background: #111;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    background: var(--accent-color);
    border: 0;
    width: 100%;
    padding: 20px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    max-width: 300px;
}
.contact-popup {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
    pointer-events: none;
}

.contact-popup.active {
    visibility: visible;
    pointer-events: auto;
}


/* Popup background */
.contact-popup-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    background: #fff;

    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}


/* OPEN */
.contact-popup.active .contact-popup-overlay {
    transform: translateY(0);
}


/* Popup */
.contact-popup-dialog {
    position: relative;
    z-index: 2;

    width: 100vw;
    height: 100vh;

    overflow-y: auto;

    background: #fff;

    padding: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(100%);

    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}


/* OPEN */
.contact-popup.active .contact-popup-dialog {
    transform: translateY(0);
}


/* CLOSE */
.contact-popup.closing .contact-popup-overlay,
.contact-popup.closing .contact-popup-dialog {
    transform: translateY(100%);
}


/* Content */
.contact-popup-content {
    width: 100%;
    max-width: 1200px;
}


/* Close button */
.contact-popup-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #111;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

.contact-popup-close:hover {
	background: #111;
    color: #fff;
}
body.contact-popup-open {
    overflow: hidden;
}
span.menu-label-emil {
    color: #ffffff;
}
.ftr-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 8% 0;
}
.text-left {
    position: relative;
    z-index: 10;
}
/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1600px) {
	.process-step.step-06.extra-last-box {
    max-width: 430px;
}
	.section-intro.selected-intro h2 {
    font-size: 55px;
}
	.services-accordion-item {
    padding: 30px 0;
}
	.ffg-scene {
    width: 220px;
    height: 220px;
	}
	.hero-animation {
    max-width: 530px;
}
.center-content-video {
        height: 380px;
    }
	.project-card-inner {
    min-height: 360px;
}
    .center-wrapper {
       max-width: 375px;
        height: 440px;
    }
	.cards-main {
        gap: 25px;
    }
	.floating-card {
    max-width: 170px;
}
	.ffg-scene {
    width: 200px;
    height: 200px;
}
	.tabs {
    margin: 100px auto 0;
}
	.center-content h2 {
    font-size: 20px;
}
	.center-content {
    padding: 10px 0 0;
}
	.center-content p
 {
    margin: 0;
    min-height: 55px;
}
	.cards-main {
    margin-top: 70px;
}
	.pricing-badge {
    width: 140px;
    height: 140px;
}
	.brand-faqs {
    max-width: 1040px;
}
	.selected-container {
    max-width: 1040px;
}
	.brand-text-section-content h2 {
    font-size: 45px;
}
	.section-intro h2 {
    font-size: 45px;
}
	.process-steps .section-intro h2 {
    font-size: 30px;
}
	.questions-open {
    font-size: 45px;
}
	.pricing-content {
    padding: 45px;
}
	.count-num {
    font-size: 70px;
}
	.questions-open {
	font-size: 45px;
}
	.lets-build h2 {
    font-size: 168px;
}
}
 @media (max-width: 1450px) { 
	 .process-step.step-06.extra-last-box {
    max-width: 400px;
}
}
@media (max-width: 1370px) {
	.lets-build h2 {
        font-size: 140px;
    }
	    .section-intro.selected-intro h2 {
        font-size: 50px;
    }
	.questions-open {
	font-size: 40px;
}
.hero-animation {
        max-width: 415px;
    }
	    .cards-main {
        margin-top: 40px;
    }
	.floating-card {
        max-width: 140px;
    }
	    .center-wrapper {
        max-width: 280px;
        height: 320px;
    }
	    .center-content-video {
        height: 260px;
    }
	.stat-value {
    font-size: 24px;
}
	.process-flow {
    padding: 80px 40px 100px;
}
	.process-step.step-06.extra-last-box {
    max-width: 360px;
}
	.ffg-scene {
        width: 175px;
        height: 175px;
    }
	.center-content p {
    font-size: 14px;
}
	section.what-whe-create {
    padding: 160px 0 0;
}
	section.discover {
    position: relative;
    padding: 130px 0 0;
}
	.services-accordion-item {
        padding: 20px 0;
    }
	.services-accordion-item.active .services-accordion-content {
    margin-top: 20px;
}
	.all-qustions h2 {
    font-size: 24px;
}
	.services-info p {
    font-size: 14px;
}
	.brand-text-section-content h2 {
        font-size: 40px;
    }
	.count-num {
    font-size: 65px;
}
	    .section-intro h2 {
        font-size: 40px;
    }
	section.who-work {
    padding: 80px 0;
}
	    .pricing-badge {
        width: 120px;
        height: 120px;
			    top: -57px;
    }
	    .pricing-content {
        padding: 40px 20px;
    }
	.badge-diamond {
    width: 40px;
    height: 40px;
}
	.pricing-subtitle {
    margin: 5px 0 15px;
}
	.lets-build p {
    font-size: 16px;
		    max-width: 300px;
}
	.book-btn a {
    font-size: 16px;
}
	.cnt-btn-side a {
    font-size: 16px;
}
	.footer-menu-wrapper li a {
    font-size: 16px;
}
}
@media (max-width: 1281px) {
.indus-boxes {
    grid-template-columns: repeat(3, 1fr);
}
.who-work .who-img {
    position: sticky;
    top: 100px;
}
.faq-box{
    padding: 40px;
}
.hero-text {
    padding-left: 12%;
}
.faq-box .section-intro {
    padding-top: 50px;
}
}
@media (max-width: 1025px) {
/* .step-cards {
    height: calc(50vh - 160px) !important;
} */
	.top-2 {
    margin-top: 40px;
}
.hero-text {
    padding-left: 5%;
}
.stat-value {
        font-size: 18px;
}
.stat-label {
    font-size: 10px;
}
.section-intro h2 {
    font-size: 30px;
}
.header-enquire-btn a {
    font-size: 14px;
}
.counter-inner {
    gap: 30px;
    text-align: center;
}
.hyphen-margin{
    margin: 15px auto !important;
}
.cnt-side {
    font-size: 13px;
}
.book-btn a {
    font-size: 15px;
    padding: 13px 20px;
}
.services-accordion-item {
    padding: 15px 0;
}
.services-accordion-header h2 {
    font-size: 20px;
}
.services-accordion-content p {
    font-size: 14px;
}
.all-qustions span.services-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.faq-box .section-intro {
    padding-top: 0px;
}
.badge-diamond {
    width: 40px;
    height: 40px;
}
.badge-diamond span {
    font-size: 18px;
}
.pricing-content h3 {
    font-size: 20px;
}
.pricing-subtitle {
    font-size: 14px;
}
.pricing-features li {
    font-size: 14px;
}
.book-btn a {
    font-size: 14px;
}
.pricing-features {
    margin: 0px 0 10px;
}
	    .cards-main {
        gap: 15px;
    }
	.floating-card {
        max-width: 100px;
    }
	    .hero-animation {
        max-width: 100%;
    }
	section.hero-wrapper {
    display: flex;
    align-items: center;
}
.work-section {
    min-height: 700px;
}
	.floating-card {
		display: none;
	}
.center-wrapper {
        max-width: 100%;
        height: 780px;
    }
	
	    .project-card-inner {
        min-height: 780px;
    }
.center-content-video {
        height: 670px;
    }
	    .center-content h2 {
        font-size: 35px;
    }
	    .center-content p {
        font-size: 16px;
    }
	    .center-content {
        padding: 30px 0 0;
    }
	.container-full {
    padding-right: 0;
}
	section.selected-work-section .col-lg-4.col-md-12 {
    position: sticky !important;
    top: 0;
}
.process-flow {
    position: relative;
    background: rgb(9 9 9 / 97%);
}
.all-flow {
    max-width: 85%;
    margin: 0 auto;
}
	.process-step.step-06.extra-last-box {
        max-width: 320px;
        bottom: 40px;
    }
	.all-flow .process-flow:last-child {
    margin-bottom: 100px;
}
	.process-flow {
        margin-bottom: 80px;
    }
	.card-tag {
    display: none;
}
	.stack-name.d-none {
    display: block !important;
    font-family: "Instrument Serif", serif;
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 30px;
}
	.brand-text-section:before {
    top: -3px;
}
	.count-box:after {
		display: none;
	}
	    section.what-whe-create {
        padding: 100px 0 0;
    }
	.services-accordion-content {
    padding-left: 0;
}
	    .services-accordion-content{
        gap:30px;
    }
	.services-image {
    width: 100%;
    height: auto;
}
	.services-accordion-header h2 {
        font-size: 18px;
    }
	.count-num {
        font-size: 24px;
    }
	.services-icon img {
    width: 26px;
    height: 25px;
}
.cnt-btn-side a span img {
    max-width: 26px;
}	
	.container {
    max-width: 95%;
}
	.ffg-scene {
        width: 130px;
        height: 130px;
    }
	.section-intro.height-box {
    height: 215px;
}
	.section-intro.selected-intro h2 {
        font-size: 40px;
    }
	.trusted-by-row {
    margin-bottom: 30px;
}
	.section-intro {
    margin-bottom: 40px;
}
	.ready-div {
    max-width: 100%;
}
	section.ready-build {
    padding: 60px 0 0;
}
	.questions-section {
    padding: 150px 0;
}
	.questions-open {
        font-size: 30px;
    }
	.questions-open span img {
    max-width: 30px;
}
	.all-qustions span.services-icon img {
    max-width: 18px;
    max-height: 18px;
}
	    .lets-build h2 {
        font-size: 90px;
    }
}
@media (max-width: 991px) {
    .pricing-section {
        padding-top: 80px;
    }
    .pricing-row {
        align-items: center;
    }
     .rotate-div {
        height: 650px;
    }
    .services-accordion-header{
        grid-template-columns:70px 1fr 30px;
    }
}

@media (max-width: 768px) {
	.center-wrapper {
        max-width: 100%;
        height: 490px;
    }
	    .project-card-inner {
        min-height: 540px;
    }
	.center-content-video {
        height: 400px;
    }
    .pricing-section {
        padding: 70px 15px 50px;
    }
    .pricing-heading {
        margin-bottom: 65px;
    }
    .pricing-card {
        height: auto;
        min-height: 365px;
    }
       .discover {
        min-height: auto;
    }
    .rotate-div {
        height: 600px;
        width: 100%;
    }
    .brand-text-section-title{
        font-size:70px;
        letter-spacing:-2px;
    }
    .brand-text-section-content h2{
        font-size:28px;
    }
    .brand-text-section-content h3{
        font-size:18px;
    }
    .brand-text-section-light{
        width:150px;
        height:150px;
    }
     .main-header {
        padding: 15px;
    }
    .header-left-toggler {
        max-width: 285px;
    }
	section.work-section:after {
    height: 50px;
}
	    .center-content p {
        min-height: auto;
    }
	    .center-content h2 {
        font-size: 28px;
    }
	    .tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 20px;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .tabs::-webkit-scrollbar {
        display: none;
    }

    .tabs .tab {
        flex: 0 0 auto;
        white-space: nowrap;
        word-break: keep-all;
        overflow-wrap: normal;
    }
}
@media (max-width: 767px) {
			.section-intro.height-box.empty-box {
    display: none;
}
	.section-intro.height-box {
    height: auto;
}	
	.counter-inner {
    grid-template-columns: repeat(2, 1fr);
}
	.services-accordion-content {
    grid-template-columns: 1fr;
}
	.framer-egs7xf-container {
    margin-bottom: 70px;
}
		.section-intro.height-box {
    margin-bottom: 40px;
}

    .questions-panel-inner {
        padding: 80px 20px 40px;
    }

    .questions-close {
        top: 20px;
        right: 20px;

        width: 42px;
        height: 42px;
    }

    .questions-content p {
        font-size: 16px;
    }
	    .contact-popup-dialog {
        padding: 60px 20px 30px;
    }

    .contact-popup-close {
        top: 15px;
        right: 15px;
    }
	    .header-left-toggler {
        max-width: 180px;
    }
	.dcs-menu-panel {
        width: 180px;
    }
	.dcs-menu-panel {
        top: 51px;
        left: 0;
    }
	.main-header {
        padding: 15px 0;
    }
	    .dcs-nav-logo {
        max-width: 70px;
    }
	    .dcs-menu-panel {
        padding-top: 15px;
    }
	.dcs-menu-links a {
        font-size: 18px;
    }
	.tabs {
    max-width: 100%;
    gap: 4px;
}
	    .process-flow {
        padding: 40px 40px 40px;
    }
	.process-flow {
        margin-bottom: 40px;
    }
	.all-flow {
        max-width: 95%;
    }
	.step-title {
    margin-bottom: 10px;
}
	.brand-bg {
    top: 50px;
}
	.brand-text-section:before {
    height: 80px;
}
	    .process-step.step-06.extra-last-box {
        max-width: 100%;
        position: static;
        margin-bottom: 50px;
        margin-top: 10px;
    }
	.section-intro h2 {
        font-size: 28px;
    }
	    .process-steps .section-intro h2 {
        font-size: 24px;
    }
	.section-intro.selected-intro h2 {
        font-size: 28px;
    }
	.questions-open {
        font-size: 20px;
    }
	    .questions-section {
        padding: 100px 0;
    }
	    .faq-box {
        padding: 0;
			        text-align: left;
    }
	.services-accordion-header h2 {
        font-size: 18px;
        line-height: 1.5;
    }
	    .lets-build h2 {
        font-size: 50px;
    }
.ftr-flx {
    padding: 0;
    flex-direction: column;
    gap: 30px;
}
.bottom-footer-inner {
    flex-direction: column;
    text-align: center;
}
.ready-text {
    position: static;
    transform: none;
    background: var(--accent-color);
    padding: 30px;
    border-radius: 8px;
}
html {
    overflow-x: auto;
}

body {
    overflow-x: hidden;
}
	.work-section {
    padding: 100px 0 60px;
}
}
@media (max-width: 575px) {
    .pricing-section {
        padding-top: 60px;
    }
    .pricing-card {
        max-width: 350px;
    }
}

@media (max-width: 480px) {

    .rotate-div {
        height: 520px;
    }
}
@media (min-width: 1200px) {
    .rotate-div {
        height: 800px;
    }
}
