@charset "UTF-8";
@import url('../css2');

/* Design Creatify brand — logo mint → blue gradient */
:root {
    --dc-brand-mint: #5ef2b7;
    --dc-brand-blue: #046de9;
    --dc-brand-mint-rgb: 94, 242, 183;
    --dc-brand-blue-rgb: 4, 109, 233;
    --dc-brand-gradient: linear-gradient(138deg, #5ef2b7 0%, #046de9 50%, #5ef2b7 100%);
    --dc-brand-gradient-diagonal: linear-gradient(135deg, #5ef2b7 0%, #046de9 100%);
    --dc-brand-gradient-soft: linear-gradient(135deg, rgba(94, 242, 183, 0.18) 0%, rgba(4, 109, 233, 0.28) 100%);
}

@font-face {
    font-family: "century-gothic-regular";
    src: url('../fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
    font-family: "century-gothic-bold";
    src: url('../fonts/CenturyGothicBold.ttf') format('truetype');
}

a {
    text-decoration: none;
}

.cta-btns {
    text-align: center;
    margin-top: 50px;
}

.cta-btns a {
    background-color: #046de9;
    display: inline-block;
    padding: 14px 50px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
}

.cta-btns a:hover {
    transform: scale(1.2);
}

.ftr-logo img {
    width: 80%;
}

.note-blk {
    text-align: center;
    padding: 40px 0 0;
}

.note-blk p {
    margin: 0;
    font-size: 22px;
    width: 75%;
    display: inline-block;
    font-weight: bold;
}

.serv-inn-bnr h1,
.serv-inn-bnr h3 {
    width: 55%;
    font-size: 66px !important;
    line-height: 79px !important;
}

.serv-inn-blk {
    text-align: center;
    padding: 0 20px;
}

.serv-inn-blk img {
    margin: 0 auto;
}

.serv-detail h3 {
    font-family: "century-gothic-bold";
    font-size: 50px;
    color: #fff;
    padding-left: 30px;
}

.serv-pg h3 {
    font-size: 78px !important;
}

.serv-pg p {
    font-size: 20px !important;
}

.about-content h3 {
    font-size: 70px !important;
    width: 60%;
}

.home-slide {
    position: relative;
    margin-top: 150px;
}

.home-slide h3 {
    font-size: 80px !important;
}

.home-slide h5 {
    position: absolute;
    top: 90px;
    left: 250px;
    color: #5ef2b7;
    font-size: 28px;
    width: 500px;
    line-height: 40px;
    font-weight: 600;
}

.thumb h3 {
    position: absolute;
    top: 168px;
    color: #fff;
    transform: rotate(24deg);
    line-height: 52px;
    font-size: 36px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 350px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.thumb p {
    position: absolute;
    bottom: 125px;
    color: #fff;
   
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    width: 32%;
    left: 200px;
}




.thumb a {
    position: absolute;
    top: 0;
    left: 177px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 999999;
}

.thumb a span {
    background-color: #8f0b3c;
    color: #fff;
    transition: all 0.5s;
    padding: 70px 80px 70px 30px;
    font-weight: 600;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.thumb a span:hover {
    background-color: #264d7d;
}

.hambergur {
    width: 50px;
    cursor: pointer;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    line-height: 47px;
    float: right;
    border-color: #fff;
}

.hambergur i {
    color: #fff;
}

.logo-side img {
    width: 100%;
}

.logo-side {
    max-width: 300px;
}

.hambergur div {
    width: 1.6rem;
    height: 2px;
    border: 1px solid #000;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.hambergur div:nth-child(2) {
    width: 1.3rem;
    background: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fullscreen {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    position: absolute;
    background: #1e1f25;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
    position: fixed !important;
}

.fullscreen ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.fullscreen ul li {
    padding: 0.5rem 1rem;
}

.fullscreen ul li a {
    font-size: 33px;
    background: rgb(94,242,183);
	background: linear-gradient(138deg, rgba(94,242,183,1) 0%, rgba(94,242,183,1) 50%, rgba(94,242,183,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Alfa Slab One', cursive !important;
    display: inline-block;
    margin: 4px 0;
}

.fullscreen ul li a:hover {
    opacity: .8;
}

.fullscreen .close {
    position: absolute;
    top: 1.3rem;
    right: 2.355rem;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    cursor: pointer;
}

.fullscreen .close div {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.fullscreen .close div:before,
.fullscreen .close div:after {
    content: "";
    width: 2rem;
    height: 2px;
    border: 1px solid #5ef2b7;
    position: absolute;
    border-radius: 5px;
}

.fullscreen .close div:after {
    transform: rotate(90deg);
    background: #5ef2b7;
}

.fullscreen.active {
    -webkit-clip-path: circle(140% at 96.5% 4%);
    clip-path: circle(140% at 96.5% 4%);
    transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
    overflow-y: scroll;
}
.fullscreen.active ul{
    height: auto;
}

.fullscreen.active ul>li {
    -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
    animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.fullscreen .nav-item .dropdown-menu {
    display: none;
}
.fullscreen .nav-item .dropdown-menu.show {
    display: block;
}

.fullscreen.reverse_anim {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    opacity: 0.6;
    transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen .nav-item .dropdown-menu.show {
    background: transparent;
}
.fullscreen .nav-item .dropdown-menu.show .dropdown-item{
    font-size: 28px;
    text-align: center;
}
.fullscreen .dropdown-toggle::after {
    color: #fff;
}
.dropdown-menu{
    position: relative;
}

@media screen and (max-width: 780px) {
    .fullscreen ul li a {
        font-size: 24px;
    }
    .fullscreen .nav-item .dropdown-menu.show .dropdown-item {
        font-size: 15px;
    }
  }
.top-sec h3 {
    /* font-family: 'proxima-nova-bold'; */
    font-size: 105px;
    line-height: 90px;
    margin: 0 0 15px;
    font-family: 'Alfa Slab One', cursive !important;
    color: #fff;
}

.side-content {
    margin: 200px 0 50px;
}

body {
    font-family: "century-gothic-regular";
    background: #000;
    color: #fff;
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }
    100% {
        opacity: 1;
    }
}

.navbar {
    align-items: center !important;
    justify-content: center !important;
    z-index: 999;
}

.top-sec p {
    font-size: 28px;
    max-width: 610px;
    margin: 0 0 0 10px;
    color: #fff;
}

.top-sec .sty-head h2,
.top-sec .sty-head__word {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-size: 350px;
    font-family: 'century-gothic-bold';
    line-height: 290px;
    margin: 0;
}

header.main-header {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.img-holder img {
    width: 100%;
}

.three-col form,
section.main:not(.inner-pg) #hdr-form .home-top-form {
    background-color: #046de9;
    color: #fff;
    text-align: center;
    padding: 50px 40px;
    max-width: 380px;
    border-radius: 50px;
    box-shadow: 0 0 0 30px #046de966;
    position: relative;
    z-index: 110;
}

.top-sec .sty-head {
    position: relative;
    z-index: 100;
}

.three-col h2,
section.main:not(.inner-pg) #hdr-form .home-top-form h2 {
    margin-bottom: 30px;
    font-size: 42px;
}

.home-top-form .form-control.form-set {
    margin-bottom: 25px !important;
}

.three-col form input,
.three-col form textarea,
section.main:not(.inner-pg) #hdr-form .home-top-form input,
section.main:not(.inner-pg) #hdr-form .home-top-form textarea,
.home-top-form .form-control.form-set {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid #5ef2b7;
    margin-bottom: 10px;
    font-size: 14px;
}

.three-col form input::placeholder,
.three-col form textarea::placeholder,
.home-top-form .form-control.form-set::placeholder,
section.main:not(.inner-pg) #hdr-form .home-top-form input::placeholder,
section.main:not(.inner-pg) #hdr-form .home-top-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.85);
    opacity: 1;
}

.three-col form input::-webkit-input-placeholder,
.three-col form textarea::-webkit-input-placeholder,
.home-top-form .form-control.form-set::-webkit-input-placeholder,
section.main:not(.inner-pg) #hdr-form .home-top-form input::-webkit-input-placeholder,
section.main:not(.inner-pg) #hdr-form .home-top-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
    opacity: 1;
}

.three-col form input:focus,
.three-col form textarea:focus,
.home-top-form .form-control.form-set:focus,
section.main:not(.inner-pg) #hdr-form .home-top-form input:focus,
section.main:not(.inner-pg) #hdr-form .home-top-form textarea:focus {
    background-color: transparent;
    color: #fff;
    border-color: #5ef2b7;
    box-shadow: 0 0 0 0.15rem rgba(94, 242, 183, 0.35);
    outline: none;
}

.three-col form input:-webkit-autofill,
.three-col form textarea:-webkit-autofill,
.home-top-form .form-control.form-set:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    transition: background-color 9999s ease-out 0s;
}

.three-col form button,
section.main:not(.inner-pg) #hdr-form .home-top-form button {
    background-color: #08575b;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    border: unset;
    padding: 10px 0;
    border-radius: 30px;
}

.three-col form a,
section.main:not(.inner-pg) #hdr-form .home-top-form a {
    color: #fff;
}

.three-col form p,
section.main:not(.inner-pg) #hdr-form .home-top-form p {
    margin: 15px 0 20px;
    color: #f49775;
}

.three-col .lft-side .img-holder {
    max-width: 530px;
    border-radius: 70px;
    overflow: hidden;
    margin-top: 230px;
}

.three-col .ryt-side .img-holder {
    border-radius: 70px;
    overflow: hidden;
    max-width: 380px;
    margin-top: 130px;
}

.holder-af::after {
    content: '';
    position: absolute;
    background-image: url(../images/home-af1.png);
    height: 66%;
    width: 100%;
    top: 45%;
    background-repeat: no-repeat;
    left: 85%;
    z-index: -1;
}

.main>.container {
    position: relative;
    padding-top: 200px;
}

/* Home — less space between header and hero */
section.main:not(.inner-pg) > .container {
    position: relative;
    padding-top: 190px;
}

section.main:not(.inner-pg) .side-content {
    margin-top: 50px;
}

section.main:not(.inner-pg) .home-slide {
    margin-top: 0;
}

/* Home — contact form beside hero (same row as headline) */
section.main:not(.inner-pg) .top-sec .home-hero-row {
    position: relative;
    z-index: 110;
}

section.main:not(.inner-pg) .home-form-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 50px;
}

section.main:not(.inner-pg) #hdr-form .form-top {
    width: 100%;
    max-width: 380px;
    margin: 0 0 0 auto;
    padding: 0;
}

section.main:not(.inner-pg) .three-col {
    margin-top: -290px;
}

/* "Start Project" stripe text — hidden on home where the contact form sits */
@media (min-width: 992px) {
    section.main:not(.inner-pg) .st-pro {
        display: none;
    }
}

.magic>img {
    position: absolute;
    top: 0px;
}

img.redt {
    right: 0;
}

img.bluet {
    right: 150px;
}

img.orgt {
    right: 290px;
    filter: brightness(0);
}

img.orgeff {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 9;
}

.top-sec {
    position: relative;
}

.three-col {
    position: relative;
    margin-top: -290px;
    padding-bottom: 20px;
}

section.main {
    overflow: hidden;
}

.st-pro p {
    margin: 0;
}

.st-pro {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    color: #fff;
    font-size: 25px;
    z-index: 120;
    letter-spacing: 2px;
    top: 31%;
}

.st-pro.con-pro {
    top: 25%;
}

.st-pro.service-st {
    top: 18%;
}

.tech {
    color: #fff;
    padding: 80px 0 80px;
}

.tech .sec-head {
    font-size: 45px;
    margin-bottom: 50px;
}

.tech .img-holder {
    max-width: 70px;
    margin: 0 auto 25px;
}

.tech h4 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 10px;
}

.redtxt {
    color: #046de9;
}

.greentxt {
    color: #5ef2b7;
}

.orgtxt {
    color: #5ef2b7;
}

.two-col {
    color: #fff;
    padding: 50px 0 50px;
}

.two-col .lft-side p {
    font-size: 20px;
    color: #c2c2c2;
    line-height: 40px;
    max-width: 504px;
}

.two-col .lft-side p::before {
    content: '';
    position: absolute;
    background-image: url(../images/home-af2.png);
    height: 116%;
    width: 80%;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
}

.two-col .lft-side p strong {
    color: #fff;
}

.two-col .ryt-side p {
    font-size: 44px;
    margin: 0px 0 40px;
}

.two-col .ryt-side a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.reddiv {
    background-image: url(../images/redbox.webp);
    background-repeat: no-repeat;
}

.greendiv {
    background-image: url(../images/greenbox.webp);
    background-repeat: no-repeat;
}

.bluediv {
    background-image: url(../images/bluebox.webp);
    background-repeat: no-repeat;
}

.projects {
    color: #fff;
    text-align: center;
    padding: 70px 0 70px;
}

.projects .sec-head {
    font-size: 45px;
    margin: 0 0 15px;
}

.projects .container>p {
    max-width: 600px;
    margin: 0 auto 50px;
}

.shape-div {
    min-height: 422px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    padding: 0 36px 0;
    position: relative;
}

.projects h3 {
    font-size: 28px;
    font-family: 'century-gothic-bold';
}

.projects .shape-div p {
    font-size: 20px;
    margin-bottom: 25px;
}

.projects .shape-div a {
    color: #fff;
    text-decoration: none;
    font-family: 'century-gothic-bold';
    position: relative;
    z-index: 99;
}

.shape-div:after {
    position: absolute;
    content: '';
    bottom: -39px;
    left: 50%;
    height: 40px;
    background: url(../images/shadow.png);
    background-repeat: no-repeat;
    width: 200px;
    transform: translateX(-50%);
}

.f-sldier .sec-head {
    font-size: 135px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 100px;
}

.f-sldier .sec-head:after {
    content: 'Featured projects';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    bottom: 63px;
    font-size: 101px;
    width: 100%;
}

.port-head.sec-head:after {
    content: 'Portfolio';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    bottom: 70px;
    font-size: 135px;
    width: 100%;
}

.proj-head.sec-head:after {
    content: 'Projects';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    bottom: 80px;
    font-size: 135px;
    width: 100%;
}

.fea-slider .slick-slide {
    padding: 15px;
    margin-top: 0 !important;
}

.fea-slider .slick-track {
    display: flex !important;
    align-items: flex-start;
}

.fea-slider .slick-slide > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fea-slider .slick-slide .img-holder {
    border-radius: 45px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 10;
    flex-shrink: 0;
    background: #0d0d0d;
}

.fea-slider .slick-slide .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.fea-slider h5 {
    color: #fff;
    font-size: 22px;
    margin: 20px 0 10px;
    text-transform: capitalize;
}

.work-card-img2-txt .logo-img img {
    width: 100%;
    max-width: 180px;
}

.fea-slider a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.fea-slider .slick-dots li.slick-active {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.fea-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    left: -1px;
}

.fea-slider .slick-dots li.slick-active button {
    width: 30px;
    height: 30px;
}

.fea-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

.fea-slider .slick-dots {
    bottom: auto;
    top: -40px;
}

.txt-scroll .scrolling-text-content {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.55em;
}

.txt-scroll span {
    font-size: 130px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: 'century-gothic-bold';
    line-height: 1;
    flex-shrink: 0;
}

.txt-scroll p {
    white-space: nowrap;
    /* line-height: 140px; */
    left: 100vw;
}

.txt-scroll span:nth-child(2n) {
    color: transparent !important;
}

.txt-scroll .o-scroll span:nth-child(2n) {
    -webkit-text-stroke: 1px #fe8252;
}

.txt-scroll .g-scroll span:nth-child(2n) {
    -webkit-text-stroke: 1px #10bdc6;
}

.txt-scroll .b-scroll span:nth-child(2n) {
    -webkit-text-stroke: 1px #5ef2b7;
}

.txt-scroll .r-scroll span:nth-child(2n) {
    -webkit-text-stroke: 1px #046de9;
}

.txt-scroll .o-scroll span {
    color: #fe8252;
}

.txt-scroll .g-scroll span {
    color: #10bdc6;
}

.txt-scroll .b-scroll span {
    color: #5ef2b7;
}

.txt-scroll .r-scroll span {
    color: #046de9;
}

.txt-scroll {
    overflow: hidden;
}

.container-fluid {
    position: relative;
    width: 100vw;
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
    color: #fff;
    /* font-size: 50px; */
    white-space: nowrap;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    /* line-height: 141px; */
    /* margin: 25px 0; */
}

.scrolling-text-content {
    /* line-height: 141px;  */
    margin: 25px 0;
}

.clients .sec-head {
    text-align: center;
    color: #fff;
    font-size: 100px;
    position: relative;
    padding: 0 0 40px;
}

.clients {
    padding: 50px 0 50px;
}

.clients .sec-head:after {
    position: absolute;
    content: 'Our Clients';
    left: 50%;
    transform: translateX(-50%);
    bottom: -119px;
    font-size: 180px;
    width: 100%;
    opacity: .1;
}

.clients .img-holder {
    background-color: #fff;
    margin: 0 -6px 10px;
}

.we-do .slider-nav h2 {
    font-size: 32px;
    margin: 0;
    line-height: 40px;
    color: #fff;
}

.we-do .row {
    align-items: center;
    flex-direction: row-reverse;
}

.v-slider .slick-slide img {
    margin: 0 auto;
}

.we-do .slick-list.draggable {
    height: 100% !important;
}

.verticle-slider .slick-track {
    transform: unset !important;
}

.we-do .slider-nav .slick-current h2 a {
    color: #5ef2b7;
}

.we-do .slider-nav h2 a {
    color: #fff;
}

.we-do .sec-head {
    color: #fff;
    font-size: 22px;
}

.we-do>div>a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.we-do .slider-nav .slick-slide {
    margin: 5px 0;
}

.we-do {
    padding: 80px 0 180px;
    background: rgb(56, 64, 90);
    background: linear-gradient(180deg, rgba(56, 64, 90, 0) 0%, rgba(56, 64, 90, 1) 100%);
}

.we-do .verticle-slider {
    margin: 80px 0 80px;
}


/*.we-do .v-slider:after {*/


/*  width: 100%;*/


/*  height: 100%;*/


/*  background: transparent;*/


/*  position: absolute;*/


/*  left: 0;*/


/*  top: 0;*/


/*  z-index: 999;*/


/*  content: '';*/


/*}*/

.w-340 {
    max-width: 340px;
}

.w-460 {
    max-width: 460px;
}

.tes-sec .img-holder {
    border-radius: 40px;
    overflow: hidden;
}

.tes-sec .ryt-side {
    text-align: right;
}

.tes-sec {
    color: #ffffff;
    padding: 80px 0 80px;
    position: relative;
    display: none;
}

.tes-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/home-af3.png);
    height: 550px;
    width: 60%;
    background-repeat: no-repeat;
    bottom: 10%;
    z-index: -1;
}

.tes-sec .content-holder p,
.content-holder h6 {
    margin: 0;
}

.tes-sec .content-holder {
    margin-top: 10px;
}

.tes-sec .content-holder p {
    font-size: 15px;
    color: #ff8252;
}

.tes-sec .content-holder h6 {
    font-size: 18px;
}

.tes-sec .r2 {
    margin-top: -150px;
    margin-bottom: -150px;
}

.tes-sec .r3 .hov-div {
    float: right;
}

.tes-sec .r4 .hov-div {
    float: right;
}

.tes-sec .r4 {
    align-items: center;
}

.tes-sec .r4 h2 {
    font-size: 140px;
}

.tes-sec .r4 .sec-head {
    text-align: center;
    float: right;
}

.tes-sec .r4 .sec-head a {
    color: #fff;
}

.talk {
    text-align: center;
    color: #fff;
    padding: 200px 0 0;
    position: relative;
}

.talk::after {
    content: '';
    position: absolute;
    background-image: url(../images/ftr-after.png);
    height: 365px;
    width: 15%;
    background-repeat: no-repeat;
    right: 0;
    top: 45%;
}

.talk a {
    display: block;
    background: rgb(94,242,183);
	background: linear-gradient(138deg, rgba(94,242,183,1) 0%, rgba(4,109,233,1) 50%, rgba(94,242,183,1) 100%);
    color: #fff;
    font-size: 15px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height: 132px;
    margin: 60px auto;
}

.talk h2 {
    font-size: 80px;
    margin: 0 0 0
}

.talk h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 15px 0 0;
}

.talk h2 span {
    font-family: sans-serif;
    margin-left: 10px;
}

footer {
    position: relative;
    z-index: 10000000;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    font-size: 15px;
}

footer h4 {
    font-size: 24px;
    font-family: 'century-gothic-bold';
    margin: 0 0 20px;
}

.f-bot {
    border-top: 1px solid #212223;
    padding: 15px 0;
}

.f-bot p {
    margin: 0;
}

.f-bot li:not(li:last-child) {
    border-right: 1px solid #212223;
    margin: 0 15px 0px 0;
    padding-right: 19px;
}

.f-bot a {
    color: #fff;
    padding: 0 0;
}

.f-bot li {
    display: inline-block;
}

.f-bot ul {
    float: right;
}

footer a {
    color: #fff;
}

.c-data li {
    display: flex;
    align-items: baseline;
}

.c-data i {
    min-width: 30px;
}

.c-data li:not(li:last-child) {
    margin-bottom: 10px;
}

.soc-icn li {
    display: inline-block;
}

.soc-icn li:not(li:last-child) {
    margin-right: 15px;
}

.soc-icn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.soc-icn a i {
    pointer-events: none;
}

.soc-icn a .fa-whatsapp {
    color: #25d366;
}

.soc-icn a:hover .fa-whatsapp {
    color: #1ebe57;
}

.dc-whatsapp-widget {
    position: fixed;
    left: max(28px, env(safe-area-inset-left, 0px));
    right: auto;
    bottom: 28px;
    z-index: 10000050;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-sizing: border-box;
}

.dc-whatsapp-chat {
    width: 300px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.96);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
    pointer-events: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.dc-whatsapp-chat.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    max-height: 500px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.dc-whatsapp-chat__close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.dc-whatsapp-chat__header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 40px 14px 14px;
    background: #075e54;
    color: #fff;
}

.dc-whatsapp-chat__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.dc-whatsapp-chat__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 4px;
    box-sizing: border-box;
}

.dc-whatsapp-chat__meta {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.dc-whatsapp-chat__meta strong {
    font-size: 15px;
    font-weight: 600;
}

.dc-whatsapp-chat__meta span {
    font-size: 12px;
    opacity: 0.85;
}

.dc-whatsapp-chat__body {
    padding: 14px 12px 16px;
    background: #e5ddd5;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dc-whatsapp-chat__bubble {
    max-width: 88%;
    align-self: flex-start;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.dc-whatsapp-chat.is-visible .dc-whatsapp-chat__bubble--1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.dc-whatsapp-chat.is-msg2-visible .dc-whatsapp-chat__bubble--2 {
    opacity: 1;
    transform: translateY(0);
}

.dc-whatsapp-chat__bubble p {
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    border-radius: 0 12px 12px 12px;
    font-size: 14px;
    line-height: 1.45;
    color: #111;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.dc-whatsapp-chat__bubble--2 a {
    color: #075e54;
    font-weight: 600;
    text-decoration: underline;
}

.dc-whatsapp-chat__bubble--2 a:hover {
    color: #128c7e;
}

.dc-whatsapp-chat__action {
    margin-top: 10px;
    margin-bottom: 0;
}

.dc-whatsapp-chat__action a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #25d366 !important;
    text-decoration: none;
}

.dc-whatsapp-chat__action a:hover {
    color: #5dff9a !important;
}

.dc-whatsapp-chat.is-visible,
.dc-whatsapp-float {
    pointer-events: auto;
}

.dc-whatsapp-float {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: inherit;
    font-size: 28px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.dc-whatsapp-float:hover {
    color: #fff;
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.dc-whatsapp-float__label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (max-width: 575px) {
    .dc-whatsapp-float__label {
        display: none;
    }
}

.f-top {
    margin: 110px 0 50px;
}

h2.gomagic {
    text-align: center;
    position: fixed;
    z-index: 9;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 200px;
}


/* 
 */

.oh h2 {
    font-size: 148px;
    font-family: "century-gothic-bold";
    line-height: 260px;
    -webkit-text-stroke: 1px #7293be;
}

.oh {
    margin-top: -150px;
    text-align: center;
    font-family: "century-gothic-bold";
    /* color: #5CA17C; */
    /* font-size: 100px; */
    /* background: -webkit-linear-gradient( #38405a, #98aabe, #38405a ); */
    background: url(../images/bbg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.r1 .hov-div,
.r3 .hov-div {
    position: relative;
    z-index: 9999;
}


/* about.html  */

.top-sec .about-content p {
    font-size: 17px;
    max-width: 610px;
    margin: 0 0 0 10px;
}


/* video player  */

.about-laptop img {
    width: 100%;
    box-shadow: 0px 9px 19px 2px #0000008a;
    border-radius: 65px;
}

section.about-video {
    padding: 60px 0;
    position: relative;
}

.about-laptop {
    position: relative;
    margin-top: 30%;
}

.btn-play a {
    /* background-image: linear-gradient(to bottom, #dd56bf, #d153cb, #c053d8, #ab55e4, #8f59f1); */
    height: 108px;
    width: 108px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 108px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #8f0b3c;
}

.btn-play a i {
    margin-left: 5px;
}


/* video player   End */


/* counter */

.counter-main {
    position: relative;
    margin-bottom: 40px;
}

.counter-main::after {
    content: '';
    position: absolute;
    border-top: 3px solid #5ef2b7;
    width: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -30px;
}

.counter-main .col_half {
    width: 49%;
}

.counter-main .col_third {
    width: 32%;
}

.counter-main .col_fourth {
    width: 20%;
}

.counter-main .col_fifth {
    width: 18.4%;
}

.counter-main .col_sixth {
    width: 15%;
}

.counter-main .col_three_fourth {
    width: 74.5%;
}

.counter-main .col_twothird {
    width: 66%;
}

.counter-main .col_half,
.counter-main .col_third,
.counter-main .col_twothird,
.counter-main .col_fourth,
.counter-main .col_three_fourth,
.counter-main .col_fifth {
    position: relative;
    display: inline-block;
}

.counter-main .end {
    margin-right: 0 !important;
}


/* Column Grids End */

.counter-main .wrapper {
    position: relative;
    text-align: center;
}

.counter-main .counter {
    padding: 20px 0;
    border-radius: 5px;
}

.counter-main .count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.counter-main .count-text {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.counter-main .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.counter-main .count-title::after {
    content: '+';
    position: absolute;
    width: 50%;
    right: -15px;
    font-weight: bold;
}

.counter-main .count-text::after {
    content: '';
    position: absolute;
    border: 7px solid #046de9;
    background-color: #fff;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}


/* counter end */

.counter-para {
    text-align: center;
    color: #Fff;
    padding: 60px 0;
    width: 75%;
    margin: 0 auto;
}

.counter-para p {
    font-size: 17px;
    line-height: 30px;
}

.appverticals-insights {
    text-align: center;
    color: #fff;
}

.appverticals-insights h3 {
    font-family: "century-gothic-bold";
    font-size: 80px;
}

.appverticals-insights p {
    width: 65%;
    margin: 0 auto;
    font-size: 17px;
    padding-top: 15px;
}

.insights-cards {
    padding: 50px 0;
}

.ins-card {
    padding: 25px 0;
}

.ins-txt {
    color: #fff;
    padding: 20px 0;
}

.ins-txt h5 {
    font-size: 35px;
}

.ins-txt p {
    width: 70%;
    font-size: 17px;
}

.radius-30 {
    overflow: hidden;
    border-radius: 40px;
}

.web-app-dev .row {
    align-items: center;
}

.web-app-dev .img-holder {
    max-width: 587px;
}

.web-app-txt {
    color: #fff;
}

.web-app-txt h4 {
    font-weight: bold;
    font-size: 70px;
}

.web-app-txt p {
    font-size: 17px;
    width: 80%;
}

.st-pro.about-st {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    color: #fff;
    font-size: 25px;
    z-index: 120;
    letter-spacing: 2px;
    top: 12%;
}


/* about.html End */


/* contact.html  */

.contact-content p {
    font-size: 15px;
}

.contact-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5ef2b7;
    border-radius: 0;
}

.contact-form label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-form .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}

.contact-form form {
    padding: 40px 0;
}

.contact-form .form-control:focus {
    box-shadow: none;
    color: #fff;
}

.contact-form textarea {
    resize: none;
}

.contact-btn {
    padding: 40px 0;
}

.contact-btn button {
    background: #046de9;
    border: 2px solid #046de9;
    border-radius: 50px;
    padding: 20px 68px;
    color: #fff;
    font-size: 19px;
}

.contact-info {
    padding-top: 40px;
}

.contact-info h6 {
    color: #fff;
    font-size: 20px;
    width: 70%;
    padding: 10px 0;
    font-weight: bold;
    
}
.contact-info a{
    color:#fff;
}
.contact-info a:hover{
    color:#5ef2b7;
}

/* contact.html End */


/* projects.html  */

section.work-card-images {
    padding-bottom: 40px;
    padding-top: 20%;
}

.word-cd {
    position: relative;
}

.work-card-img1 {
    background: linear-gradient(to right, #dcdcdc, #e9e9e9);
    width: 100%;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0px 9px 19px 2px #0000008a;
    height: 700px;
    overflow: hidden;
    color: #121212;
}

.work-card-img1 .work-card-head,
.work-card-img1 .work-card-head h4 {
    color: #121212;
}

.work-card-img1 .work-card-head p {
    color: #2a2a2a;
}

/* Light surfaces: override body { color: #fff } */
.company-slogan:not(.design-2) .company-slogan-bg,
.company-slogan:not(.design-2) .slogan-txt,
.company-slogan:not(.design-2) .slogan-txt h4,
.company-slogan:not(.design-2) .slogan-txt p {
    color: #121212;
}

.work-card-head h4 {
    font-size: 50px;
    margin: 20px 0;
    font-weight: bold;
}

.work-card-head p {
    font-size: 15px;
    width: 70%;
    color: #2a2a2a;
}

.work-txt h4 {
    font-weight: bold;
    font-size: 40px;
    padding: 20px 0;
}

.case-study-btn {
    margin: 30px 0;
}

.case-study-btn a {
    border: 1px solid #046de9;
    background-color: #046de9;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    transition: 0.5s all;
}

.case-study-btn a:hover {
    background-color: #5ef2b7;
    color: #000;
    border: 1px solid #5ef2b7;
}

.work-card-image {
    text-align: center;
}

.work-card-image img {
    width: 100%;
}

.work-card-img2 {
    border-radius: 30px;
    overflow: hidden;
}

.slogan-logo img {
    width: 100%;
    max-width: 310px;
}

.work-card-img2 img {
    width: 100%;
    height: 825px;
    object-fit: cover;
}

.web-view {
    margin-top: 50px;
    height: 404px;
    overflow: hidden;
    border-radius: 0;
}

.web-view img {
    width: 100%;
}

.work-card-img2 {
    position: relative;
    box-shadow: 0px 9px 19px 2px #0000008a;
    border-radius: 15px;
}

.work-card-img2-txt {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    width: 95%;
}

.case-study-btn2 a {
    border: 1px solid #fff;
    color: #fff;
}

.case-study-btn2 a:hover {
    background-color: #fff;
    color: #000;
}

section.company-slogan {
    margin-bottom: 40px;
}

.company-slogan-bg {
    background: #e5e5e5;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 9px 19px 2px #0000008a;
    color: #070707;
}

.company-slogan-bg .slogan-content,
.company-slogan-bg .case-study-btn a {
    color: inherit;
}

.company-slogan-bg .case-study-btn a {
    color: #fff;
}

.company-slogan-bg .row {
    align-items: center;
}

.slogan-content {
    padding: 70px;
}

.device-card-img {
    box-shadow: 0px 9px 19px 2px #0000008a;
    border-radius: 21px;
}

.work-card-color {
    box-shadow: 0px 9px 19px 2px #0000008a;
}

.slogan-txt {
    color: #070707;
}

.slogan-txt h4,
.slogan-txt p {
    color: #070707;
}

.slogan-txt h4 {
    margin: 30px 0 50px;
    font-size: 40px;
}

.design-2 .slogan-logo img {
    max-width: 140px;
}

.design-2 .company-slogan-bg {
    background: #262626;
}

.pro-detail .proj-img {
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    overflow: hidden;
    background-size: cover;
    height: 650px;
}

.three-col.no-margin {
    margin-top: 0;
}

.no-margin .pro-detail {
    margin-top: 0;
    padding: 50px 50px 0 50px;
}

.pro-detail .proj-img:hover {
    background-position: 100% 100%;
    transition: 6s !important;
    transform: none;
}

.design-2 .slogan-txt {
    color: #fff;
}

.slogan-txt p {
    font-size: 15px;
}

.slogan-img img,
.mockup-img img {
    width: 100%;
}

.device-card-img img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.work-card-color {
    background: #3a4052;
    border-radius: 20px;
}

.device-card {
    background-color: #112e4f;
    width: 100%;
    color: #fff;
    border-radius: 20px;
}

.work-card-img1.work-card-image1 {
    background: transparent;
}

.device-card-content {
    padding: 40px;
}

.work-card-image1 {
    color: #fff;
    text-align: center;
}

.blur-h {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,204476+10,204476+90,7db9e8+100&0+0,1+10,1+90,0+100 */
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(94, 242, 183, 1) 10%, rgba(94, 242, 183, 1) 90%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(94, 242, 183, 1) 10%, rgba(94, 242, 183, 1) 90%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(94, 242, 183, 1) 10%, rgba(94, 242, 183, 1) 90%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
    height: 1px;
    width: 100%;
    margin: 100px 0;
}


/* projects.html End */


/* peojects-detail.html  */

.side-content.project-content h1,
.side-content.project-content h3 {
    font-weight: lighter !important;
    line-height: 110px;
}

.side-content.project-content p {
    font-size: 17px;
}

.side-content.project-content p span {
    font-weight: bold;
}

.pro-detail {
    margin-top: 25%;
}

.pro-img img {
    width: 65%;
}

.project-demo {
    text-align: center;
    color: #fff;
    margin: 0 0 50px;
}

.project-demo h2 {
    font-size: 165px;
    position: relative;
}

.project-demo h2::before {
    content: 'Homepage';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    bottom: 68px;
    font-size: 157px;
    width: 100%;
}

.demo-heading p {
    font-size: 17px;
    width: 76%;
    margin: 30px auto;
}

.demo-img img {
    width: 100%;
}

.dem-image {
    margin: 0 auto;
}

.demo-img {
    margin-left: -75px;
}


/* peojects-detail.html End */


/* services.html  */

.services-laptop img {
    width: 100%;
}

.services-laptop {
    position: relative;
    top: -28%;
    z-index: 999;
}

.services-laptop::after {
    content: '';
    position: absolute;
    background-image: url(../images/service-before.png);
    height: 95%;
    width: 100%;
    background-repeat: no-repeat;
    left: 65%;
    top: 95%;
}

.service-card {
    position: relative;
}

.service-card::before {
    content: '';
    position: absolute;
    background-image: url(../images/service-before.png);
    height: 50%;
    width: 40%;
    background-repeat: no-repeat;
    left: -12%;
    top: 40%;
}


/* services.html End */


/* service-detail.html  */

.detail-sec {
    padding: 100px 0;
}

.detail-sec .row {
    align-items: center;
}

.detail-sec p {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 40px;
    width: 80%;
}

.detail-sec p span {
    color: #fff;
    font-weight: bold;
}

.detail-sec-img {
    float: right;
}

.serv-detail {
    position: relative;
    padding: 160px 0 0;
}

.serv-laptop img {
    width: 100%;
    box-shadow: 0px 9px 19px 2px #0000008a;
    border-radius: 65px;
}

.serv-detail .row {
    align-items: center;
}

.serv-detail p a {
    color: var(--dc-brand-mint);
    font-weight: 600;
    text-decoration: underline;
}

.serv-detail p a:hover {
    color: #8df8d4;
}

.serv-detail p {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 40px;
    padding-left: 40px;
}

.serv-detail p span {
    color: #fff;
    font-weight: bold;
}

section.serv-inn {
    padding-top: 140px;
    text-align: center;
}

.serv-inn-blk h4 {
    color: #fff;
    font-size: 26px;
    margin: 30px 0 15px;
}

.serv-inn-blk p {
    color: #fff;
    font-size: 18px;
    padding: 0 40px;
    line-height: 34px;
}

.serv-inn-blk {
    cursor: pointer;
}

.serv-inn-blk:hover img {
    transform: rotateY(155deg);
}

.serv-inn-blk img {
    transition: all 0.5s;
}


/* service-detail.html end */

section.two-col {
    overflow: hidden;
    position: relative;
}

.project-demo h2 {
    font-size: 40px;
}

.inner-pg .st-pro {
    display: none;
}

.contact-form .col {
    margin-bottom: 40px;
}

.terms-condition {
    position: relative;
}

.policy-content {
    padding-top: 60px;
    position: relative;
    background: #000;
}

.policy-content p {
    color: #fff;
}

.policy-content h5 {
    color: #fff;
    padding: 30px 0;
    margin: 0 0 -10px 0;
}

.terms-content {
    padding-top: 60px;
    position: relative;
    background: #000;
}

.terms-content p {
    color: #fff;
}

.terms-content h5 {
    color: #fff;
    padding: 30px 0;
    margin: 0 0 -10px 0;
}

.terms-content ul {
    padding: 0 0 0 50px;
}

.terms-content li {
    list-style: disc;
    padding-left: 10px;
    color: #fff;
}

.terms-content ol {
    list-style: circle;
    line-height: 40px;
    color: #fff;
}

.terms-content ul ol li {
    list-style: square;
}

.st-pro a {
    color: #fff;
}

.contact-btn button:hover {
    border-color: #5ef2b7;
    color: #000;
    background: #5ef2b7;
}

footer a:hover {
    color: #5ef2b7;
}

.three-col form button:hover {
    background-color: #096266c7;
}

.three-col form a:hover {
    color: #08575c;
}

.projects .shape-div a:hover,
.fea-slider a:hover,
.we-do>div>a:hover,
.st-pro a:hover {
    color: #5ef2b7;
}
.hambergur:hover {
    border-color: #046de9;
}


.talk a:hover {
    color: #000;
}

.hambergur:hover i {
    color: #5ef2b7;
}


/* RESPONSIVE MEDIA QUERIES */

@media only screen and (max-width:1399px) {
    .serv-pg h3 {
        width: 60%;
    }
    .side-content {
        margin: 120px 0 50px;
    }
    .f-sldier .sec-head {
        font-size: 120px;
    }
    .tes-sec .r4 h2 {
        font-size: 120px;
    }
    .talk {
        padding: 100px 0 0;
    }
    .project-demo h2::before {
        font-size: 107px;
    }
    .project-demo h2 {
        font-size: 100px;
    }
    .thumb a {
        left: 114px;
    }
    .thumb p {
        bottom: 137px;
        width: 36%;
        left: 150px;
    }
}

@media only screen and (max-width:1199px) {
    .serv-pg .services-laptop {
        top: 0;
    }
    .top-sec .sty-head h2 {
        font-size: 300px;
        line-height: 250px;
    }
    .side-content {
        margin: 70px 0 110px;
    }
    .three-col form {
        padding: 50px 40px;
        max-width: 360px;
        margin: 0 0 0 30px;
    }
    .shape-div {
        padding: 20px 35px 0;
        background-size: 100%;
    }
    .f-sldier .sec-head {
        font-size: 94px;
    }
    .f-sldier .sec-head:after {
        font-size: 80px;
    }
    .txt-scroll span {
        font-size: 110px;
    }
    .txt-scroll .scrolling-text-content {
        column-gap: 0.5em;
    }
    .clients .sec-head {
        font-size: 90px;
    }
    .clients .sec-head:after {
        font-size: 80px;
    }
    .tes-sec .r4 h2 {
        font-size: 100px;
    }
    .about-content h3 {
        font-size: 58px !important;
    }
    .about-laptop {
        margin-top: 35%;
    }
    .appverticals-insights h3 {
        font-size: 70px;
    }
    .web-app-txt h4 {
        font-weight: bold;
        font-size: 55px;
        margin: 0 0 20px;
    }
    .side-content.project-content h1,
.side-content.project-content h3 {
        font-size: 65px;
        line-height: 80px;
        margin-bottom: 30px;
    }
    .thumb a {
        left: 54px;
    }
    .thumb p {
        bottom: 142px;
        width: 43%;
        left: 100px;
    }
}

@media only screen and (max-width:991px) {
    .serv-pg h3 {
        width: 70%;
        font-size: 55px !important;
        line-height: 75px;
    }
    .main>.container {
        padding-top: 140px;
    }
    section.main:not(.inner-pg) > .container {
        padding-top: 70px;
    }
    section.main:not(.inner-pg) .side-content {
        margin-top: 40px;
    }
    .home-slide h3 {
        font-size: 55px !important;
        line-height: 70px;
    }
    .home-slide h5 {
        top: 72px;
        left: 180px;
        font-size: 22px;
        width: 430px;
        line-height: 30px;
    }
    .top-sec .sty-head h2 {
        font-size: 250px;
        line-height: 200px;
    }
    .top-sec p {
        font-size: 22px;
        max-width: 570px;
        margin: 30px 0 0 10px;
    }
    .st-pro {
        right: -20px;
        font-size: 25px;
        top: 25%;
    }
    .three-col form {
        padding: 30px 25px;
        max-width: 360px;
        margin: 0 0 0 30px;
        box-shadow: 0 0 0 25px #cd643e66;
    }
    .three-col h2 {
        margin-bottom: 30px;
        font-size: 35px;
    }
    .tech {
        padding: 60px 0 20px;
    }
    .tech .img-holder {
        max-width: 80px;
        margin: 0 auto 30px;
    }
    .tech h4 {
        font-size: 18px;
        text-align: center;
        margin: 0 0 10px;
    }
    .two-col .lft-side p {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .two-col .ryt-side p {
        font-size: 32px;
        margin: 0px 0 50px;
    }
    .projects {
        padding: 30px 0 70px;
    }
    .f-sldier .sec-head {
        font-size: 60px;
    }
    .f-sldier .sec-head:after {
        font-size: 50px;
    }
    .clients .sec-head {
        font-size: 60px;
    }
    .clients .sec-head:after {
        font-size: 50px;
        bottom: 10px;
    }
    .we-do {
        padding: 20px 0 180px;
    }
    .we-do .verticle-slider {
        margin: 0 0 10px;
    }
    .oh h2 {
        font-size: 160px;
        line-height: 140px;
    }
    .oh {
        margin-top: -90px;
    }
    .tes-sec .r4 h2 {
        font-size: 76px;
    }
    .talk h2 {
        font-size: 60px;
    }
    .talk {
        padding: 10px 0 0;
    }
    .talk h3 {
        font-size: 20px;
    }
    .about-content h3 {
        font-size: 50px !important;
        width: 70%;
    }
    .counter-main .count-title {
        font-size: 25px;
    }
    .appverticals-insights h3 {
        font-size: 45px;
    }
    .ins-txt h5 {
        font-size: 32px;
        margin: 0 0 16px;
    }
    .web-app-txt h4 {
        font-size: 45px;
    }
    .top-sec .serv-inn-bnr {
        margin-bottom: 0;
    }
    .serv-detail {
        padding: 70px 0 0;
    }
    .serv-detail h3 {
        padding-left: 0;
        margin: 30px 0 20px;
    }
    .serv-detail p {
        padding-left: 0;
    }
    section.serv-inn {
        padding-top: 80px;
    }
    .serv-inn-blk img {
        width: 100%;
        max-width: 120px;
    }
    .serv-inn-blk p {
        font-size: 17px;
        padding: 0 5px;
        line-height: 32px;
    }
    .about-content h3 {
        font-size: 45px !important;
        line-height: 65px;
    }
    .contact-info h6 {
        font-size: 18px;
        width: 100%;
        line-height: 27px;
    }
    .pro-detail {
        margin-top: 33%;
    }
    .blur-h {
        margin: 70px 0;
    }
    .project-demo h2 {
        font-size: 55px;
    }
    .project-demo h2::before {
        font-size: 45px;
    }
    .demo-heading p {
        width: 100%;
    }
    .thumb a {
        left: 4px;
    }
    .thumb p {
        bottom: 136px;
        width: 58%;
        left: 30px;
    }
}

@media only screen and (max-width:767px) {
    .three-col.no-margin .work-card-images {
        padding: 0 !important;
    }
    .home-slide h3 {
        font-size: 45px !important;
        line-height: 60px;
    }
    .home-slide h5 {
        top: 62px;
        left: 142px;
        font-size: 18px;
        width: 360px;
        line-height: 30px;
    }
    .st-pro {
        display: none;
    }
    .side-content {
        margin: 70px 0 50px;
    }
    section.main:not(.inner-pg) .home-form-col {
        margin-top: 30px;
        justify-content: center;
    }
    section.main:not(.inner-pg) #hdr-form .form-top {
        margin-left: auto;
        margin-right: auto;
    }
    section.main:not(.inner-pg) .three-col {
        margin-top: -120px;
    }
    .top-sec .sty-head h2 {
        font-size: 190px;
        line-height: 170px;
    }
    .three-col form {
        padding: 30px 25px;
        max-width: 100%;
        margin: 60px 30px 0 30px;
        box-shadow: 0 0 0 25px #cd643e66;
    }
    .three-col .ryt-side .img-holder {
        border-radius: 70px;
        overflow: hidden;
        max-width: 100%;
        margin-top: 65px;
    }
    .tech h4 {
        font-size: 18px;
        text-align: center;
        margin: 0 0 50px;
    }
    .two-col .lft-side p {
        margin: 20px 0 40px;
    }
    .two-col .ryt-side p {
        font-size: 26px;
        margin: 0px 0 30px;
    }
    .projects .sec-head {
        font-size: 30px;
    }
    .shape-div {
        padding: 20px 35px 0;
        background-size: 360px;
        max-width: 370px;
        margin: 0 auto;
    }
    .f-sldier .sec-head,
    .clients .sec-head {
        font-size: 35px;
    }
    .f-sldier .sec-head:after {
        font-size: 30px;
        bottom: 73px;
    }
    .txt-scroll span {
        font-size: 70px;
    }
    .txt-scroll .scrolling-text-content {
        column-gap: 0.45em;
    }
    .scrolling-text-content {
        margin: 5px 0;
    }
    .clients .sec-head:after {
        font-size: 30px;
        bottom: 10px;
    }
    .we-do .sec-head {
        font-size: 22px;
        margin: 0 0 50px;
    }
    .thumb a {
        left: 0;
    }
    .tes-sec .r4 h2 {
        font-size: 50px;
    }
    .talk h2 {
        font-size: 50px;
    }
    footer .s-links {
        margin-bottom: 20px;
    }
    .f-bot ul {
        width: 100%;
        margin: 5px 0 0;
    }
    .f-bot {
        text-align: center;
    }
    .thumb p {
        bottom: 136px;
        font-size: 14px;
        width: 50%;
        left: 40px;
    }
    .counter-main .count-title {
        font-size: 20px;
    }
    .counter-main .count-title::after {
        position: unset;
        width: auto;
        margin: 0 0 0 5px;
    }
    .counter-main .count-text::after {
        height: 25px;
        width: 25px;
    }
    .counter-main::after {
        bottom: -5px;
    }
    .counter-para {
        padding: 20px 0 30px;
        width: 75%;
    }
    .ins-txt p {
        width: 100%;
        font-size: 17px;
    }
    .ins-card img {
        max-width: 90px;
        margin: 0 auto;
        display: block;
    }
    .ins-card {
        text-align: center;
    }
    .web-app-txt h4 {
        margin: 30px 0 20px;
    }
    .web-app-dev.pos-01 .row {
        flex-direction: column-reverse;
    }
    .web-app-txt p {
        width: 100%;
        margin: 0 0 30px;
    }
    .web-app-dev.pos-02 {
        margin-bottom: 50px;
    }
    footer .c-data {
        margin-bottom: 20px;
    }
    .serv-inn-bnr h1,
.serv-inn-bnr h3 {
        width: 100%;
        font-size: 35px !important;
        line-height: 49px !important;
    }
    .serv-detail h3 {
        font-size: 35px;
    }
    .three-col.no-margin .about-laptop {
        margin-top: 0;
    }
    .three-col.no-margin {
        margin-top: 0;
    }
    .pro-detail {
        margin-top: 0;
    }
    .side-content.project-content h1,
.side-content.project-content h3 {
        font-size: 55px;
    }
}

@media only screen and (max-width:578px) {
    .work-card-head h4 {
        font-size: 35px;
    }
    .serv-pg h3 {
        width: 100%;
        font-size: 35px !important;
        line-height: 45px;
    }
    .home-slide h3 {
        font-size: 35px !important;
        line-height: 42px;
    }
    .home-slide h5 {
        width: 100%;
        line-height: 30px;
        position: unset;
    }
    .top-sec p {
        font-size: 18px;
        max-width: 100%;
        margin: 15px 0 0 0;
    }
    .top-sec .sty-head h2 {
        font-size: 164px;
        line-height: 170px;
    }
    .tech .sec-head {
        font-size: 35px;
        margin-bottom: 50px;
        text-align: center;
    }
    .two-col {
        padding: 0px 0 20px;
    }
    .fea-slider h5 {
        text-align: center;
    }
    .fea-slider a {
        display: block;
        text-align: center;
    }
    .w-340 {
        max-width: 100%;
    }
    .tes-sec .r2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tes-sec .content-holder h6,
    .tes-sec .content-holder p {
        text-align: center;
    }
    .tes-sec .r4 .hov-div {
        float: unset;
    }
    .tes-sec .r4 .hov-div {
        float: unset;
        margin: 20px 0;
    }
    .tes-sec .r4 .sec-head {
        margin: 0 0 30px;
        float: unset;
    }
    .talk h2 {
        font-size: 35px;
    }
    .talk h3 {
        font-size: 18px;
    }
    .talk a {
        margin: 30px auto;
    }
    .f-top {
        margin: 50px 0 50px;
    }
    .verticle-slider .v-slider {
        display: none;
    }
    .we-do .sec-head {
        margin: 0 0 10px;
    }
    .we-do .slider-nav h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .oh h2 {
        font-size: 140px;
        line-height: 140px;
    }
    .logo-side img {
        width: 100%;
        max-width: 180px;
    }
    .menu-side {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .main>.container {
        padding-top: 75px;
    }
    .about-content h3 {
        font-size: 35px !important;
        width: 100%;
        line-height: 55px;
    }
    .about-laptop {
        margin-top: 280px;
    }
    .web-app-txt h4 {
        font-size: 35px;
    }
    .insights-cards {
        padding: 20px 0 0px;
    }
    .web-app-txt h4 br {
        display: none;
    }
    .appverticals-insights h3 {
        font-size: 35px;
    }
    .side-content.project-content h1,
.side-content.project-content h3 {
        font-size: 35px;
        line-height: 48px;
    }
}

@media only screen and (max-width:480px) {
    .side-content {
        margin: 40px 0 40px;
    }
    .top-sec .sty-head h2 {
        font-size: 104px;
        line-height: 90px;
        margin: 0 0 20px;
        text-align: center;
    }
    .three-col {
        margin-top: -210px;
    }
    .three-col form {
        padding: 20px 14px;
        margin: 50px 30px 0 30px;
        box-shadow: 0 0 0 17px #cd643e66;
    }
    .oh h2 {
        font-size: 115px;
    }
    .about-laptop img {
        border-radius: 15px;
    }
    .about-laptop {
        margin-top: 200px;
    }
    .btn-play a {
        height: 78px;
        width: 78px;
        line-height: 78px;
    }
    .counter-main .counter {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .counter-main {
        margin: 30px 0 30px;
    }
    .counter-main p:after {
        display: none;
    }
    .counter-main::after {
        display: none;
    }
    .counter-para {
        width: 100%;
    }
    .project-demo h2::before {
        bottom: 45px;
    }
    .project-demo h2::before {
        font-size: 45px;
    }
    .project-demo h2 {
        font-size: 45px;
    }
}


/* END RESPONSIVE MEDIA QUERIES */

.for-animination-css {
    padding-top: 105px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .for-animination-css {
        padding-top: 50px;
    }
}

.for-animination-css h5 {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
}

.for-animination-css p{
    margin: 0 0 0 0 !important;
   
}

.text {}

p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.word {
    position: absolute;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
      
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}


.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   
   

}

.wisteria {
    color: #FFFFFF;
    /* text-shadow: 0 0 5px #FF8252, 0 0 5px #FF8252; */
    -webkit-text-stroke: 2px #046de9;
}
.belize {
   color: #FFFFFF;
    /* text-shadow: 0 0 5px #FF8252, 0 0 5px #FF8252; */
    -webkit-text-stroke: 2px #5ef2b7;
}
.pomegranate {
    color: #FFFFFF;
    /* text-shadow: 0 0 5px #FF8252, 0 0 5px #FF8252; */
    -webkit-text-stroke: 2px #046de9;
}
.green {
    color: #FFFFFF;
    /* text-shadow: 0 0 5px #FF8252, 0 0 5px #FF8252; */
    -webkit-text-stroke: 2px #126E74;
}
.midnight {
    color: #FFFFFF;
    /* text-shadow: 0 0 5px #FF8252, 0 0 5px #FF8252; */
    -webkit-text-stroke: 2px #5ef2b7;
}

@-o-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}
#success_message{
   
    background-color: #cd643e;
    color: #fff;
    text-align: center;
    padding: 50px 40px;
    max-width: 380px;
    border-radius: 50px;
    box-shadow: 0 0 0 30px #cd643e66;
    position: relative;
    z-index: 110;

}
#success_message h2{
   
    font-size: 28px;

}
textarea.form-set {
    background-color: unset;
    box-shadow: unset;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    border-color: #5ef2b7;
    margin-bottom: 10px;
    font-size: 14px;
}
textarea.form-set::placeholder,
textarea.form-set::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.85);
    opacity: 1;
}
.form-control.form-set {
    margin-bottom: 50px;
}
.fea-slider .slick-slide .img-holder:hover {
    box-shadow: 0 0 20px 6px #5ef2b78a;
}





@media (min-width: 320px) and (max-width: 480px) {
    .for-project-page {
        padding-bottom:160px !important;
    }
    .f-sldier .sec-head:after {
    font-size: 30px;
    bottom: 154px !important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
    .for-project-page {
        padding-bottom:250px !important;
    }
     .f-sldier .sec-head:after {
    font-size: 30px;
   bottom: 241px !important;
}
}

@media (min-width: 767px) and (max-width: 991px) {
    .for-project-page {
        padding-bottom:180px !important;
    }
    .f-sldier .sec-head:after {
    font-size: 50px;
    top: 20px;
}
}


.contact-form .form-control {
    
    color: #ffffff;
   
}
.contact-form .form-control  {
        font-size: 1rem !important;
}

/* ——— Portfolio case study (detail pages) ——— */
.dc-project-main {
    padding-bottom: 40px;
}

.dc-project-main .st-pro a {
    color: #fff;
    text-decoration: none;
}

.dc-project-main .st-pro a:hover {
    color: #5ef2b7;
}

.dc-project-hero {
    max-width: 920px;
    margin: 40px 0 30px;
    color: #fff;
}

.dc-project-hero__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(94, 242, 183, 0.15);
    color: #5ef2b7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dc-project-hero__title {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.15;
    margin: 0 0 16px;
    font-family: 'century-gothic-bold', sans-serif;
}

.dc-project-hero__tagline {
    font-size: 18px;
    line-height: 1.6;
    color: #c8c8c8;
    max-width: 720px;
    margin: 0 0 24px;
}

.dc-project-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 30px;
    background: #046de9;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.dc-project-hero__cta:hover {
    color: #fff;
    background: #0356b8;
    transform: translateY(-2px);
}

.dc-project-hero-media {
    margin: 0 0 50px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(94, 242, 183, 0.25);
}

.dc-project-hero-media img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 520px;
}

.dc-project-panel {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 28px 30px;
    height: 100%;
    color: #e8e8e8;
}

.dc-project-panel h2,
.dc-project-panel h3 {
    color: #fff;
    font-family: 'century-gothic-bold', sans-serif;
    margin: 0 0 14px;
}

.dc-project-panel h2 {
    font-size: 26px;
}

.dc-project-panel h3 {
    font-size: 18px;
}

.dc-project-panel p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #c2c2c2;
}

.dc-project-panel--accent {
    background: linear-gradient(145deg, #0a2a4a 0%, #111 100%);
    border-color: rgba(4, 109, 233, 0.35);
}

.dc-project-intro-row,
.dc-project-story-row {
    margin-bottom: 36px;
}

.dc-project-tech-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dc-project-tech-list li {
    padding: 8px 14px;
    border-radius: 30px;
    background: rgba(94, 242, 183, 0.12);
    color: #5ef2b7;
    font-size: 13px;
    font-weight: 600;
}

.dc-project-features {
    margin: 20px 0 50px;
    color: #fff;
}

.dc-project-features .sec-head {
    margin-bottom: 28px;
}

.dc-project-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
    padding: 18px 16px;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.dc-project-feature-card:hover {
    border-color: #5ef2b7;
    transform: translateY(-2px);
}

.dc-project-feature-card i {
    color: #5ef2b7;
    margin-top: 2px;
    flex-shrink: 0;
}

.dc-project-gallery {
    margin: 10px 0 50px;
    color: #fff;
}

.dc-project-gallery .sec-head {
    margin-bottom: 28px;
}

.dc-project-gallery__item {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    background: #0d0d0d;
}

.dc-project-gallery__item img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 220px;
    transition: transform 0.5s ease;
}

.dc-project-gallery__item:hover img {
    transform: scale(1.03);
}

.dc-project-outcome {
    margin: 0 0 40px;
    padding: 32px 36px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(4, 109, 233, 0.2) 0%, rgba(94, 242, 183, 0.12) 100%);
    border: 1px solid rgba(94, 242, 183, 0.3);
    color: #fff;
}

.dc-project-outcome h2 {
    font-size: 28px;
    margin: 0 0 12px;
}

.dc-project-outcome p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #e0e0e0;
}

.dc-project-demo .demo-heading p {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.dc-projects-grid {
    margin-top: 40px;
    padding-top: 60px !important;
}

.dc-projects-grid .col-12 + .col-12 {
    margin-top: 8px;
}

.dc-project-card {
    background: linear-gradient(145deg, #0a1a2e 0%, #122a45 50%, #0f1f33 100%);
    border: 1px solid rgba(94, 242, 183, 0.35);
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
    color: #fff;
    overflow: hidden;
}

.dc-project-card__type {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(94, 242, 183, 0.15);
    color: #5ef2b7 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dc-project-card__title {
    color: #ffffff !important;
    font-size: clamp(26px, 3.5vw, 42px) !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 0 0 16px !important;
    font-family: 'century-gothic-bold', sans-serif;
}

.dc-project-card__desc {
    color: #e4e4e4 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 8px !important;
}

.dc-project-card .case-study-btn {
    margin: 20px 0 0;
}

.dc-project-card .case-study-btn a {
    background-color: #046de9;
    border-color: #046de9;
    color: #fff !important;
    font-weight: 600;
}

.dc-project-card .case-study-btn a:hover {
    background-color: #5ef2b7;
    border-color: #5ef2b7;
    color: #000 !important;
}

.dc-project-card__preview {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.dc-project-card__preview img {
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    max-height: 380px;
}

@media (max-width: 991px) {
    .dc-project-card {
        padding: 28px 22px;
    }

    .dc-project-card__preview {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .dc-project-hero {
        margin-top: 20px;
    }

    .dc-project-hero-media img {
        max-height: 360px;
    }

    .dc-project-panel {
        margin-bottom: 16px;
    }
}

/* —— Enhanced service pages (brand gradient only) —— */
.dc-svc-trust .sec-head,
.dc-svc-why .sec-head,
.dc-svc-process .sec-head,
.dc-svc-tech .sec-head,
.dc-svc-projects .sec-head,
.dc-svc-packages .sec-head,
.dc-svc-faq .sec-head,
section.main.inner-pg .dc-svc-cta .sec-head,
.dc-project-features .sec-head,
.dc-project-gallery .sec-head {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-align: center;
    margin-bottom: 28px;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-family: 'century-gothic-bold', 'century-gothic-regular', sans-serif;
}

.dc-svc-trust {
    padding: 48px 0 24px;
}

.dc-svc-trust__item {
    background: rgba(var(--dc-brand-blue-rgb), 0.12);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.25);
    border-radius: 12px;
    padding: 20px 12px;
}

.dc-svc-trust__item strong {
    display: block;
    font-size: 1.75rem;
    line-height: 1.2;
    background: var(--dc-brand-gradient-diagonal);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.dc-svc-trust__item span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

.dc-svc-why,
.dc-svc-process,
.dc-svc-tech,
.dc-svc-projects,
.dc-svc-packages,
.dc-svc-faq {
    padding: 56px 0;
}

.dc-svc-why__card,
.dc-svc-process__step {
    background: rgba(var(--dc-brand-blue-rgb), 0.1);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.2);
    border-radius: 14px;
    padding: 24px;
    height: 100%;
}

.dc-svc-pack-card {
    background: rgba(var(--dc-brand-blue-rgb), 0.1);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.2);
    border-radius: 14px;
    padding: 24px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dc-svc-why__card h4,
.dc-svc-process__step h4,
.dc-svc-pack-card h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.dc-svc-why__card p,
.dc-svc-process__step p,
.dc-svc-pack-card li,
.dc-svc-tech__lead,
.dc-svc-projects__lead,
.dc-svc-packages__note {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.6;
}

.dc-svc-process__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--dc-brand-gradient-diagonal);
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    box-shadow: 0 4px 16px rgba(var(--dc-brand-blue-rgb), 0.45);
}

.dc-svc-tech__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.dc-svc-tech__list li {
    background: rgba(var(--dc-brand-blue-rgb), 0.2);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.35);
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.88rem;
}

.dc-svc-project-card {
    background: linear-gradient(160deg, rgba(var(--dc-brand-blue-rgb), 0.35) 0%, rgba(0, 0, 0, 0.92) 100%);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.22);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    padding-bottom: 18px;
}

.dc-svc-project-card__img {
    display: block;
}

.dc-svc-project-card__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.dc-svc-project-card__tech {
    font-size: 0.8rem;
    color: var(--dc-brand-mint);
    margin: 14px 18px 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dc-svc-project-card h4 {
    margin: 0 18px 8px;
    font-size: 1.05rem;
}

.dc-svc-project-card h4 a {
    color: #fff;
}

.dc-svc-project-card__link,
.dc-svc-projects__more a {
    color: var(--dc-brand-mint);
}

.dc-svc-packages__note a,
.dc-svc-packages__extra a {
    color: var(--dc-brand-mint);
    font-weight: 600;
}

.dc-svc-project-card__link {
    display: inline-block;
    margin: 0 18px;
    font-size: 0.9rem;
    text-decoration: underline;
}

.dc-svc-project-card__link:hover,
.dc-svc-projects__more a:hover,
.dc-svc-packages__note a:hover,
.dc-svc-packages__extra a:hover {
    color: #fff;
}

.dc-svc-projects__more {
    margin-top: 28px;
}

.dc-svc-packages__note {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.dc-svc-packages .row {
    align-items: stretch;
}

.dc-svc-packages .dc-svc-pack-col {
    display: flex;
    align-items: stretch;
}

.dc-svc-pack-card {
    position: relative;
    flex: 1 1 auto;
    min-height: 100%;
}

.dc-svc-pack-card--featured {
    border-color: var(--dc-brand-mint);
    box-shadow: 0 0 0 1px rgba(var(--dc-brand-mint-rgb), 0.45), 0 8px 28px rgba(var(--dc-brand-blue-rgb), 0.35);
}

.dc-svc-pack-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--dc-brand-gradient-diagonal);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}

.dc-svc-pack-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
}

.dc-svc-pack-card li,
.dc-svc-why__card p,
.dc-svc-process__step p {
    position: relative;
}

.dc-svc-pack-card li {
    padding-left: 22px;
    margin-bottom: 8px;
    list-style: none;
}

.dc-svc-pack-card li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--dc-brand-mint);
    font-size: 0.75rem;
}

.dc-svc-pack-card__btn {
    display: block;
    background: var(--dc-brand-gradient);
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    border: none;
    margin-top: auto;
    flex-shrink: 0;
    align-self: stretch;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.dc-svc-pack-card h4 {
    flex-shrink: 0;
}

.dc-svc-pack-card__badge {
    flex-shrink: 0;
}

.dc-svc-pack-card__btn:hover {
    opacity: 0.95;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(var(--dc-brand-blue-rgb), 0.5);
}

.dc-svc-faq__item {
    background: rgba(var(--dc-brand-blue-rgb), 0.08);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.18);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 4px 18px;
}

.dc-svc-faq__item[open] summary {
    color: var(--dc-brand-mint);
}

.dc-svc-faq__item summary {
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    padding: 14px 0;
    list-style: none;
}

.dc-svc-faq__item summary::-webkit-details-marker {
    display: none;
}

.dc-svc-faq__item p {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 14px;
    margin: 0;
    font-size: 0.95rem;
}

.dc-svc-cta {
    padding: 0 0 72px;
}

.dc-svc-cta__inner {
    background: var(--dc-brand-gradient-soft);
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.45);
    border-radius: 18px;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(var(--dc-brand-blue-rgb), 0.2);
}

.dc-svc-cta__inner h2 {
    color: #fff;
    margin-bottom: 12px;
}

.dc-svc-cta__inner > p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
    margin: 0 auto 28px;
}

.dc-svc-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.dc-svc-cta__btn {
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
}

.dc-svc-cta__btn--primary {
    background: var(--dc-brand-gradient);
    color: #fff !important;
    border: none;
}

.dc-svc-cta__btn--primary:hover {
    opacity: 0.95;
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(var(--dc-brand-blue-rgb), 0.55);
}

.dc-svc-cta__btn--wa {
    background: #25d366;
    color: #fff !important;
}

.dc-svc-cta__btn--ghost {
    border: 1px solid rgba(var(--dc-brand-mint-rgb), 0.55);
    color: #fff !important;
    background: transparent;
}

.dc-svc-cta__btn--ghost:hover {
    border-color: var(--dc-brand-mint);
    background: rgba(var(--dc-brand-mint-rgb), 0.12);
    color: #fff !important;
}

@media (max-width: 767px) {
    .dc-svc-why,
    .dc-svc-process,
    .dc-svc-tech,
    .dc-svc-projects,
    .dc-svc-packages,
    .dc-svc-faq {
        padding: 40px 0;
    }

    .dc-svc-cta__inner {
        padding: 36px 20px;
    }
}

/* Cookie consent */
.dc-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000100;
    padding: 16px;
    pointer-events: none;
}

.dc-cookie-banner__inner {
    pointer-events: auto;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0b1a2e 0%, #102a4a 100%);
    border: 1px solid rgba(94, 242, 183, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.dc-cookie-banner__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
}

.dc-cookie-banner__desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
}

.dc-cookie-banner__desc a {
    color: #5ef2b7;
    text-decoration: underline;
}

.dc-cookie-banner__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.dc-cookie-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
}

.dc-cookie-btn--decline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.dc-cookie-btn--accept {
    background: #5ef2b7;
    color: #0b1a2e;
}

.dc-cookie-btn--accept:hover {
    background: #7ef5c8;
}

@media (max-width: 767px) {
    .dc-cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .dc-cookie-banner__actions {
        width: 100%;
    }

    .dc-cookie-btn {
        flex: 1;
    }
}
