@font-face {
    font-family: myFont1;
    src: url(../fonts/Outfit.ttf);
}

@font-face {
    font-family: myFont2;
    src: url(../fonts/Corben-Regular.ttf);
}

@font-face {
    font-family: myFontHead;
    src: url(../fonts/AlegreyaSans-ExtraBold.ttf);
}

@font-face {
    font-family: abtcf;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}


@font-face {
    font-family: codeverse;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fc0300;
}


/* --------------smooth scroll whole page-------------------- */

/* Initial hidden state */
[data-scroll] {
    opacity: 0;
    transform: translateY(50px);
    /* Slightly below its original position */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active state when the element is in view */
[data-scroll].show {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

/* --------------smooth scroll whole page end-------------------- */


body {
    background-color: #000000;
}

.main-header-section {
    background-color: #fede00;

}



/* -----------------------ham-menu-------------------- */

.hamburger {
    background-color: white;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    -moz-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
}

.ham-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.5rem;
    cursor: pointer;
    transition: width 0.3s ease;
    /* Smooth transition */
    width: 65px;
    /* Default width */
    height: 65px;

}

.ham-menu:hover {
    width: 160px;
    /* Expanded width on hover */

}


.ham-icon-img img {
    width: 50px;
    height: 50px;

}

.ham-icon i {
    color: #fc0300;
    font-size: 48px;
    margin-left: 0;
    text-align: center;

}

.hamburger:hover {
    background: #000000;
}

.ham-icon {
    display: none;
    transition: opacity 0.3s ease;
    background: #ffffff;
    border-radius: 50px;
    padding: 0 .3rem;

}

.ham-menu:hover .ham-icon {
    display: block;

}

.ham-menu:hover .ham-icon-img {
    /* margin-left: -3rem; */
    display: none;
    position: relative;


}


.shape {
    width: 400px;
    height: 400px;
    border: 1px solid blue, 1px solid blue, 1px solid blue 1px solid blue 1px solid blue;
    background-position: center;
    background: url(../images/n2.jpg) no-repeat;
    background-size: contain;

    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.nav-social-con {
    display: flex;
    justify-content: space-between;
}

.main-contact {
    display: flex;
    gap: 1rem;
    margin-left: 3rem;

}

.nav-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}


.nav-socials li {
    list-style: none;
}

.nav-socials li a i {
    padding: 0.5rem;
}


.nav-socials li a {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #D46FCF;
    /* border: 1px solid rgb(106, 106, 235); */
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease-out;
}

.nav-socials li a:hover {
    background-color: #7B47C5;
    color: #ffffff;
    border: none;
}

.nav-socials li a i {
    color: #ffffff;
}





.nav-logo1 img {
    width: 100px;
    height: 100px;

}

.nav-logo img {
    width: 200px;
    height: 200px;
    margin-left: 1rem;

}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;
    /* background-color: #040053; */

}

.navigation-menu {
    display: flex;
    justify-content: space-between;
    margin: 3rem;
    gap: 3rem;
    align-items: center;
}

.navitems {
    display: flex;
    flex-direction: column;

    /* gap: 1rem; */
}



.navitems li {
    list-style: none;
    display: inline-block;
    height: 80px;
    position: relative;

}


.navitems li a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    /* font-family: myFontnav; */
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.navitems li a:hover {
    animation: smoothHover 0.5s forwards;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: none;
}



@keyframes smoothHover {
    0% {
        background-image: none;
        -webkit-text-fill-color: white;
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 55px;
        font-style: normal;
    }

    100% {
        background-image: url(../images1/download.jpg);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-weight: 800;
        letter-spacing: 10px;
        font-size: 70px;
        /* font-style: italic; */
    }
}

.navigation-main-modal {
    display: flex;
    display: none;
    justify-content: center;

    /* width: 1300px; */
    /* display: none; */
}

.navigation-main-modal.show {
    display: block;
    /* animation: fadeIn 0.5s ease-out; */

}



.navigation-modal {
    /* display: none; */
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1001;
    /* Sit on top */
    left: 0;
    top: -5%;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 800px;


}

.nav-modal-content {
    background-color: #000000;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
    margin: 4rem 1rem;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
}

.nav-close-button {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.nav-close-button:hover,
.nav-close-button:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    justify-content: center;
}


.button {
    pointer-events: auto;
    cursor: pointer;
    padding: 0.78rem 2rem;
    background: radial-gradient(circle at 3% 7.4%, rgb(0, 144, 243) 0%, rgb(0, 86, 240) 90%);
    border: none;
    outline: none;
    font-family: myFont1;
    font-size: 18px;
    position: relative;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--telesto {
    overflow: hidden;
    font-weight: 800;
    font-family: myFont1;

    font-style: italic;
    font-size: 1.15rem;
    color: #fff7f7;
}

.button--telesto span {
    display: block;
    position: relative;
    z-index: 1;

}

.button--telesto>.contact-btn span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--telesto:hover>.contact-btn span>.contact-btn span {
    animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(105%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button--telesto::before,
.button--telesto::after {
    content: '';
    background: #010203;
}

.button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}

.button--telesto::after {
    width: 105%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}



/* --------------------modal-whatsapp-expert-button----------------------- */

.expert-modal {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;

}

/* Expert Modal Content */
.expert-modal-content {
    background: #25D366;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.expert-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Expert WhatsApp Links */
.expert-whatsapp-links {
    display: block;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;

}

.expert-whatsapp-links a {
    color: #707070;
    text-decoration: none;
    background: #2dff7a;
    padding: 1px 9px;
    border-radius: 15px;
}

.expert-whatsapp-link:hover {
    background: #1eb656;
}


/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------modal-whatsapp-expert-button-end---------------------- */




/* ===================== START: Pre-Hero Yellow Banner ===================== */

.pre-hero-banner {
    position: relative;
    background: #fede00;
    overflow: hidden;
    padding: 70px 7%;
}

.pre-hero-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* LEFT CONTENT */
.pre-hero-content {
    max-width: 720px;
}

.pre-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.pre-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.pre-hero-title span {
    background: linear-gradient(90deg, #000, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pre-hero-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}

.pre-hero-points {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pre-hero-points span {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.08);
    font-weight: 500;
}

/* ===================== UI/UX NEXT LEVEL VISUAL ===================== */

.pre-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Main Motion System */
.ux-motion-system {
    position: relative;
    width: 420px;
    height: 360px;
}

/* Flow Line */
.ux-flow-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #000, transparent);
    animation: flowMove 6s linear infinite;
}

/* UX Nodes */
.ux-node {
    position: absolute;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fede00;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    animation: nodeFloat 4s ease-in-out infinite;
}

.node-research {
    top: 30px;
    left: 20px;
    animation-delay: 0s;
}

.node-wire {
    top: 120px;
    left: 90px;
    animation-delay: 0.6s;
}

.node-ui {
    top: 40px;
    right: 60px;
    animation-delay: 1.2s;
}

.node-motion {
    bottom: 110px;
    right: 40px;
    animation-delay: 1.8s;
}

.node-launch {
    bottom: 40px;
    left: 120px;
    animation-delay: 2.4s;
}

/* Design Tokens */
.ux-token {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 0 0 0 14px rgba(255, 242, 127, 0.25);
    animation: tokenOrbit 5s ease-in-out infinite;
}

.token-color {
    animation-delay: 0s;
}

.token-radius {
    animation-delay: 1.6s;
}

.token-grid {
    animation-delay: 3.2s;
}

/* Core Pulse */
.ux-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 18px rgba(0, 0, 0, 0.12),
        0 0 40px rgba(0, 0, 0, 0.4);
    animation: corePulse 2.5s ease-in-out infinite;
}

/* Animations */
@keyframes nodeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes flowMove {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes tokenOrbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(70px);
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(70px);
        opacity: 0.4;
    }
}

@keyframes corePulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.25);
    }
}

/* ===================== RESPONSIVE ===================== */

/* Large Tablets / Medium Screens */
@media (max-width: 1200px) {
    .pre-hero-container {
        gap: 40px;
    }

    .pre-hero-title {
        font-size: 36px;
    }

    .pre-hero-desc {
        font-size: 15px;
    }

    .pre-hero-points span {
        font-size: 12px;
        padding: 6px 14px;
    }

    .ux-motion-system {
        width: 360px;
        height: 310px;
    }
}

/* Small Tablets / Large Phones */
@media (max-width: 992px) {
    .pre-hero-container {
        grid-template-columns: 1fr;
        /* stack vertically */
        gap: 50px;
        text-align: center;
    }

    .pre-hero-content {
        max-width: 100%;
    }

    .pre-hero-title {
        font-size: 38px;
    }

    .pre-hero-desc {
        font-size: 16px;
    }

    .pre-hero-points {
        justify-content: center;
        gap: 10px;
    }

    .ux-motion-system {
        margin: auto;
        width: 300px;
        height: 260px;
    }
}

/* Mobile Portrait */
@media (max-width: 600px) {
    .pre-hero-banner {
        padding: 50px 4%;
    }

    .pre-hero-title {
        font-size: 35px;
        line-height: 1.3;
    }

    .pre-hero-desc {
        font-size: 15px;
    }

    .pre-hero-points span {
        font-size: 11px;
        padding: 5px 10px;
    }

    .ux-motion-system {
        width: 240px;
        height: 200px;
    }

    .ux-node {
        font-size: 10px;
        padding: 6px 12px;
    }

    .ux-token {
        width: 10px;
        height: 10px;
    }

    .ux-core {
        width: 20px;
        height: 20px;
        box-shadow:
            0 0 0 12px rgba(0, 0, 0, 0.12),
            0 0 30px rgba(0, 0, 0, 0.4);
    }
}

/* Extra Small / Very Small Phones */
@media (max-width: 400px) {
    .pre-hero-title {
        font-size: 30px;
    }

    .pre-hero-desc {
        font-size: 15px;
    }

    .pre-hero-points span {
        font-size: 13px;
        padding: 4px 8px;
    }

    .ux-motion-system {
        width: 200px;
        height: 180px;
    }

    .ux-node {
        font-size: 9px;
        padding: 5px 10px;
    }

    .ux-token {
        width: 8px;
        height: 8px;
    }

    .ux-core {
        width: 16px;
        height: 16px;
        box-shadow:
            0 0 0 10px rgba(0, 0, 0, 0.12),
            0 0 25px rgba(0, 0, 0, 0.4);
    }
}


/* ===================== END ===================== */




/* ===================== START: UI UX Hero Section ===================== */

.uiux-hero {
    position: relative;
    min-height: 100vh;
    background: #000;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Background */
.uiux-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.uiux-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.35), transparent 70%);
    filter: blur(120px);
    animation: uiuxFloat 10s infinite ease-in-out;
}

.uiux-glow-1 {
    top: -180px;
    left: -160px;
}

.uiux-glow-2 {
    bottom: -200px;
    right: -160px;
    animation-delay: 4s;
}

.uiux-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(254, 222, 0, 0.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254, 222, 0, 0.15) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.35;
}

@keyframes uiuxFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(35px);
    }
}

/* Layout */
.uiux-hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* Content */
.uiux-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(254, 222, 0, 0.15);
    border: 1px solid rgba(254, 222, 0, 0.4);
    color: #fede00;
    font-size: 14px;
    margin-bottom: 22px;
}

.uiux-hero-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.15;
}

.uiux-hero-title span {
    color: #fede00;
}

.uiux-hero-desc {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
    color: #d6d6d6;
    max-width: 600px;
}

/* Actions */
.uiux-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 36px;
}

.uiux-btn-primary {
    padding: 18px 42px;
    background: linear-gradient(135deg, #fede00, #fff2a0);
    color: #000;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.uiux-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(254, 222, 0, 0.4);
}

.uiux-btn-secondary {
    padding: 18px 36px;
    border: 1px solid rgba(254, 222, 0, 0.6);
    border-radius: 40px;
    color: #fede00;
    text-decoration: none;
}

/* Tags */
.uiux-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.uiux-hero-tags span {
    padding: 6px 14px;
    border-radius: 14px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ccc;
}

/* Visual */
.uiux-hero-visual {
    display: flex;
    justify-content: center;
}

.uiux-canvas {
    position: relative;
    width: 420px;
    height: 420px;
}

.uiux-frame {
    position: absolute;
    width: 220px;
    height: 140px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(254, 222, 0, 0.4);
    backdrop-filter: blur(6px);
    animation: frameFloat 8s infinite ease-in-out;
}

.frame-1 {
    top: 0;
    left: 0;
}

.frame-2 {
    top: 120px;
    right: 0;
    animation-delay: 2s;
}

.frame-3 {
    bottom: 0;
    left: 80px;
    animation-delay: 4s;
}

@keyframes frameFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

/* Cursor */
.uiux-cursor {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fede00;
    top: 160px;
    left: 200px;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.7);
    animation: cursorMove 6s infinite ease-in-out;
}

@keyframes cursorMove {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(40px, -30px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* Responsive */
/* @media (max-width: 980px) {
    .uiux-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .uiux-hero-actions {
        justify-content: center;
    }

    .uiux-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
} */

/* Large Tablets / Medium Screens */
@media (max-width: 1200px) {
    .uiux-hero-container {
        gap: 50px;
    }

    .uiux-hero-title {
        font-size: 48px;
    }

    .uiux-hero-desc {
        font-size: 16px;
    }

    .uiux-btn-primary {
        padding: 16px 36px;
        font-size: 15px;
    }

    .uiux-btn-secondary {
        padding: 16px 28px;
        font-size: 14px;
    }

    .uiux-canvas {
        width: 360px;
        height: 360px;
    }

    .uiux-frame {
        width: 200px;
        height: 120px;
    }

    .uiux-cursor {
        width: 18px;
        height: 18px;
    }
}

/* Small Tablets / Large Phones */
@media (max-width: 992px) {
    .uiux-hero-container {
        grid-template-columns: 1fr;
        /* stack vertically */
        gap: 60px;
        text-align: center;
    }

    .uiux-hero-content {
        max-width: 100%;
    }

    .uiux-hero-title {
        font-size: 48px;
    }

    .uiux-hero-desc {
        font-size: 17px;
    }

    .uiux-hero-actions {
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .uiux-hero-tags {
        justify-content: center;
    }

    .uiux-canvas {
        margin: auto;
        width: 300px;
        height: 300px;
    }

    .uiux-frame {
        width: 180px;
        height: 110px;
    }

    .uiux-cursor {
        width: 16px;
        height: 16px;
    }
}

/* Mobile Portrait */
@media (max-width: 600px) {
    .uiux-hero {
        padding: 50px 4%;
    }

    .uiux-hero-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .uiux-hero-desc {
        font-size: 17px;
    }

    .uiux-btn-primary {
        padding: 14px 28px;
        font-size: 17px;
    }

    .uiux-btn-secondary {
        padding: 14px 24px;
        font-size: 15px;
    }

    .uiux-hero-tags span {
        font-size: 15px;
        padding: 5px 10px;
    }

    .uiux-canvas {
        width: 240px;
        height: 240px;
    }

    .uiux-frame {
        width: 150px;
        height: 90px;
    }

    .uiux-cursor {
        width: 14px;
        height: 14px;
    }

    .uiux-glow {
        width: 350px;
        height: 350px;
        filter: blur(90px);
    }
}

/* Extra Small / Very Small Phones */
@media (max-width: 400px) {
    .uiux-hero-title {
        font-size: 34px;
    }

    .uiux-hero-desc {
        font-size: 17px;
    }

    .uiux-btn-primary {
        padding: 12px 22px;
        font-size: 15px;
    }

    .uiux-btn-secondary {
        padding: 12px 18px;
        font-size: 15px;
    }

    .uiux-hero-tags span {
        font-size: 13px;
        padding: 4px 8px;
    }

    .uiux-canvas {
        width: 200px;
        height: 200px;
    }

    .uiux-frame {
        width: 130px;
        height: 80px;
    }

    .uiux-cursor {
        width: 12px;
        height: 12px;
    }

    .uiux-glow {
        width: 280px;
        height: 280px;
        filter: blur(70px);
    }
}




/* ===================== END: UI UX Hero Section ===================== */




/* ===================== START: Why User Experience Matters Section ===================== */
.ux-matters-section {
    position: relative;
    background: #000;
    color: #fff;
    overflow: hidden;
    padding: 120px 0;
}

/* Background */
.ux-matters-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ux-matters-glow {
    position: absolute;
    width: 580px;
    height: 580px;
    background: radial-gradient(circle, rgba(254, 123, 0, 0.759), transparent 70%);
    filter: blur(110px);
}

.ux-glow-1 {
    top: -140px;
    left: -120px;
}

.ux-glow-2 {
    bottom: -160px;
    right: -120px;
}

.ux-matters-lines {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg,
            rgba(254, 123, 0, 0.156),
            rgba(254, 123, 0, 0.149) 1px,
            transparent 1px,
            transparent 18px);
    opacity: 0.35;
}

/* Layout */
.ux-matters-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: center;
}

/* Content */
.ux-matters-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    font-size: 13px;
    margin-bottom: 22px;
}

.ux-matters-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
}

.ux-matters-title span {
    color: #fede00;
}

.ux-matters-desc {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.75;
    color: #d6d6d6;
    max-width: 620px;
}

/* Highlights */
.ux-matters-highlights {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.ux-highlight strong {
    display: block;
    color: #fede00;
    font-size: 16px;
    margin-bottom: 6px;
}

.ux-highlight span {
    font-size: 14px;
    color: #cfcfcf;
}

/* Visual */
.ux-matters-visual {
    display: flex;
    justify-content: center;
}

.ux-visual-box {
    background: linear-gradient(145deg,
            rgba(254, 222, 0, 0.15),
            rgba(0, 0, 0, 0.9));
    border: 1px solid rgba(254, 222, 0, 0.3);
    border-radius: 26px;
    padding: 40px;
    width: 100%;
    max-width: 420px;
}

.ux-visual-label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fede00;
}

.ux-visual-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ux-visual-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(254, 222, 0, 0.15);
    font-size: 15px;
    color: #eaeaea;
}

/* Responsive */
@media (max-width: 992px) {
    .ux-matters-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .ux-matters-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .ux-matters-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .ux-matters-title {
        font-size: 36px;
    }

    .ux-matters-section {
        padding: 90px 0;
    }
}

/* ===================== END: Why User Experience Matters Section ===================== */



/* ===================== START: UI/UX Design Services Section ===================== */
.uiux-serv-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 70px 0 100px;
    overflow: hidden;
}

/* Background */
.uiux-serv-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Layout Split */
.uiux-serv-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* Right Image */
.uiux-serv-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uiux-image-wrap {
    position: relative;
    /* max-width: 100%; */
    overflow: hidden;

}

.uiux-image-wrap img {
    width: 620px;
    display: block;
}


.uiux-serv-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(254, 220, 0, 0.863), transparent 70%);
    filter: blur(120px);
}

.uiux-glow-a {
    top: -180px;
    left: -140px;
}

.uiux-glow-b {
    bottom: -180px;
    right: -140px;
}

.uiux-serv-wave {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(254, 220, 0, 0.959),
            transparent 60%);
    opacity: 0.6;
}

/* Layout */
.uiux-serv-container {
    position: relative;
    z-index: 2;
    margin: auto 0;
    padding: 0 7%;
}

/* Header */
.uiux-serv-header {
    max-width: 700px;
    margin-bottom: 70px;
}

.uiux-serv-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    font-size: 13px;
    margin-bottom: 20px;
}

.uiux-serv-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.uiux-serv-title span {
    color: #fede00;
}

.uiux-serv-subtitle {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #d4d4d4;
}

/* Flow Layout */
.uiux-serv-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.uiux-flow-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.uiux-flow-step {
    font-size: 26px;
    font-weight: 800;
    color: #fede00;
    min-width: 50px;
}

.uiux-flow-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.uiux-flow-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #cfcfcf;
    max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
    .uiux-serv-title {
        font-size: 36px;
    }

    .uiux-flow-item {
        gap: 18px;
    }

    .uiux-image-wrap {
        position: relative;
        /* max-width: 100%; */
        overflow: hidden;

    }

    .uiux-image-wrap img {
        width: 380px;
        display: block;
    }
}

@media (max-width: 576px) {
    .uiux-serv-section {
        padding: 90px 0;
    }

    .uiux-serv-title {
        font-size: 30px;
    }

    .uiux-flow-item {
        flex-direction: column;
    }

    .uiux-image-wrap {
        position: relative;
        /* max-width: 100%; */
        overflow: hidden;

    }

    .uiux-image-wrap img {
        width: 380px;
        display: block;
    }
}

/* Responsive */
@media (max-width: 980px) {
    .uiux-serv-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .uiux-serv-right {
        order: -1;
    }

    .uiux-image-wrap {
        position: relative;
        /* max-width: 100%; */
        overflow: hidden;

    }

    .uiux-image-wrap img {
        width: 380px;
        display: block;
    }

}

/* ===================== END: UI/UX Design Services Section ===================== */


/* ===================== START UI/UX CTA===================== */
.uiux-cta-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #000, #0c0c0c);
    position: relative;
    overflow: hidden;
}

.uiux-cta-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.uiux-cta-content {
    color: #fff;
}

.uiux-cta-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    background: #fede00;
    border-radius: 30px;
    margin-bottom: 18px;
}

.uiux-cta-content h2 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 18px;
}

.uiux-cta-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #dcdcdc;
    max-width: 520px;
    margin-bottom: 30px;
}

.uiux-cta-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.uiux-cta-btn {
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.35s ease;
}

.uiux-cta-btn.primary {
    background: #fede00;
    color: #000;
}

.uiux-cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(254, 222, 0, 0.45);
}

.uiux-cta-btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.uiux-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* Visual Side */
.uiux-cta-visual {
    display: flex;
    justify-content: center;
}

.uiux-cta-mock {
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.12),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(254, 222, 0, 0.25);
    border-radius: 26px;
    padding: 30px;
    display: grid;
    gap: 14px;
    backdrop-filter: blur(10px);
}

.uiux-cta-mock span {
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.55);
    color: #fede00;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3px;
    transition: transform 0.3s ease;
}

.uiux-cta-mock span:hover {
    transform: translateX(6px);
}

/* Responsive */
@media (max-width: 992px) {
    .uiux-cta-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .uiux-cta-content p {
        margin: auto auto 30px;
    }

    .uiux-cta-actions {
        justify-content: center;
    }
}

/*===================== END UI/UX CTA =====================*/



/* ===================== UI/UX PRO BEFORE AFTER ===================== */
.uiux-pro-bva {
    background: #000;
    color: #fff;
    padding: 80px 0 140px;
    position: relative;
    overflow: hidden;
}

.uiux-pro-bva::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(254, 0, 0, 0.138), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(254, 220, 0, 0.389), transparent 60%);
}

/* Container */
.uiux-pro-container {
    max-width: 1500px;
    margin: auto;
    padding: 0 6%;
    position: relative;
    z-index: 2;
}

/* Header */
.uiux-pro-header {
    max-width: 900px;
    margin-bottom: 100px;
}

.uiux-pro-eyebrow {
    color: #fede00;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.uiux-pro-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 14px;
}

.uiux-pro-title span {
    color: #fede00;
}

.uiux-pro-subtitle {
    margin-top: 22px;
    font-size: 18px;
    color: #cfcfcf;
    max-width: 700px;
}

/* Stage */
.uiux-pro-stage {
    position: relative;
    display: grid;
    gap: 120px;
}

/* Panel Base */
.uiux-pro-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* Diagonal glass background */
.uiux-pro-panel-bg {
    position: absolute;
    inset: -40px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.01));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: skewY(-2deg);
    z-index: -1;
}

/* Content */
.uiux-pro-panel-content h3 {
    font-size: 26px;
    margin-bottom: 14px;
}

.uiux-pro-panel-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #d7d7d7;
    margin-bottom: 20px;
}

.uiux-pro-panel-content ul {
    list-style: none;
    padding: 0;
}

.uiux-pro-panel-content li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.uiux-pro-panel-content li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fede00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Images */
.uiux-pro-panel-image img {
    width: 100%;
    border-radius: 24px;
}

/* After panel reverse */
.uiux-pro-after {
    grid-template-columns: 1.2fr 1fr;
}

/* Transformation axis */
.uiux-pro-transform {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
}

.uiux-pro-transform span {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            transparent,
            #fede00,
            transparent);
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 1100px) {
    .uiux-pro-panel {
        grid-template-columns: 1fr;
    }

    .uiux-pro-after {
        grid-template-columns: 1fr;
    }

    .uiux-pro-transform {
        display: none;
    }
}

@media (max-width: 600px) {
    .uiux-pro-title {
        font-size: 34px;
    }

    .uiux-pro-subtitle {
        font-size: 16px;
    }
}

/* ===================== END: UI/UX PRO BEFORE AFTER ===================== */

/* ===================== START: UI/UX Tools We Use ===================== */

.ux-tools-section {
    position: relative;
    background: linear-gradient(180deg, #fede00 0%, #ffe84d 100%);
    overflow: hidden;
}

.ux-tools-container {
    max-width: 1400px;
    margin: auto;
    padding: 90px 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* LEFT CONTENT */
.ux-tools-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.ux-tools-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.ux-tools-title span {
    background: linear-gradient(90deg, #000, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux-tools-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    max-width: 620px;
}

.ux-tools-points {
    margin-top: 26px;
    padding-left: 18px;
}

.ux-tools-points li {
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
    list-style: square;
}

/* ===================== VISUAL SYSTEM ===================== */
.ux-tools-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ux-tools-orbit {
    position: relative;
    width: 420px;
    height: 420px;
    animation: orbitRotate 20s linear infinite;
}

/* Core */
.ux-tools-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: #000;
    color: #fede00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* Tools */
.ux-tool {
    position: absolute;
    padding: 10px 18px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
    animation: floatTool 4s ease-in-out infinite;
}

/* Tool Positions */
.tool-figma {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tool-xd {
    top: 25%;
    right: 0;
}

.tool-ps {
    bottom: 25%;
    right: 0;
}

.tool-ai {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tool-zeplin {
    bottom: 25%;
    left: 0;
}

.tool-maze {
    top: 25%;
    left: 0;
}

/* Animations */
@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatTool {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ===================== RESPONSIVE ===================== */

/* @media (max-width: 991px) {
    .ux-tools-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ux-tools-points {
        text-align: left;
        display: inline-block;
    }

    .ux-tools-orbit {
        margin-top: 60px;
        transform: scale(0.9);
    }
}

@media (max-width: 575px) {
    .ux-tools-title {
        font-size: 32px;
    }

    .ux-tools-orbit {
        transform: scale(0.75);
    }
} */

/* Large Tablets / Medium Screens */
@media (max-width: 1200px) {
    .ux-tools-container {
        gap: 50px;

    }

    .ux-tools-title {
        font-size: 38px;
    }

    .ux-tools-desc {
        font-size: 17px;
    }

    .ux-tools-points li {
        font-size: 16px;
    }

    .ux-tools-orbit {
        width: 360px;
        height: 360px;
    }

    .ux-tools-core {
        width: 100px;
        height: 100px;
        font-size: 13px;
    }

    .ux-tool {
        padding: 8px 14px;
        font-size: 16px;
    }
}

/* Small Tablets / Large Phones */
@media (max-width: 992px) {
    .ux-tools-container {
        grid-template-columns: 1fr;
        /* stack vertically */
        gap: 60px;
    }

    .ux-tools-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .ux-tools-title {
        font-size: 38px;
    }

    .ux-tools-desc {
        font-size: 17px;
    }

    .ux-tools-points {
        padding: 0 15px;
    }

    .ux-tools-orbit {
        margin: auto;
        width: 320px;
        height: 320px;
    }

    .ux-tools-core {
        width: 120px;
        height: 120px;
        font-size: 16px;
    }

    .ux-tool {
        padding: 7px 12px;
        font-size: 16px;
    }
}

/* Mobile Portrait */
@media (max-width: 600px) {
    .ux-tools-container {
        padding: 50px 4%;
    }

    .ux-tools-title {
        font-size: 38px;
    }

    .ux-tools-desc {
        font-size: 17px;
    }

    .ux-tools-points li {
        font-size: 16px;
    }

    .ux-tools-orbit {
        width: 250px;
        height: 250px;
    }

    .ux-tools-core {
        width: 100px;
        height: 100px;
        font-size: 11px;
    }

    .ux-tool {
        padding: 6px 10px;
        font-size: 15px;
    }
}

/* Extra Small / Very Small Phones */
@media (max-width: 400px) {
    .ux-tools-title {
        font-size: 38px;
    }

    .ux-tools-desc {
        font-size: 17px;
    }

    .ux-tools-points li {
        font-size: 16px;
    }

    .ux-tools-orbit {
        width: 200px;
        height: 200px;
    }

    .ux-tools-core {
        width: 90px;
        height: 90px;
        font-size: 14px;
    }

    .ux-tool {
        padding: 5px 8px;
        font-size: 14px;
    }
}


/* ===================== END: UI/UX Tools We Use ===================== */


/* ================== START:UIUX EXPERIENCE FLOW ================== */


.uxflow-section {
    position: relative;
    padding: 80px 6%;
    background:
        radial-gradient(900px 420px at 15% 15%, rgba(254, 152, 0, 0.18), transparent 60%),
        radial-gradient(700px 360px at 85% 85%, rgba(255, 255, 255, 0.06), transparent 65%),
        linear-gradient(135deg, #fb9b017a, #100b02 45%, #e193028a);
    overflow: hidden;
    color: #fff;
}

/* animated canvas grid */
.uxflow-canvas {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg,
            rgba(254, 222, 0, 0.06) 0,
            rgba(254, 222, 0, 0.06) 1px,
            transparent 1px,
            transparent 90px);
    animation: uxCanvasMove 26s linear infinite;
    z-index: 0;
}

@keyframes uxCanvasMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 480px 480px;
    }
}

/* floating accent glow */
.uxflow-accent {
    position: absolute;
    width: 460px;
    height: 460px;
    right: -180px;
    top: 10%;
    background:
        radial-gradient(circle,
            rgba(254, 222, 0, 0.45),
            rgba(254, 222, 0, 0.18),
            transparent 65%);
    animation: uxFloat 7s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes uxFloat {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(50px);
    }
}

/* ================= CONTAINER ================= */

.uxflow-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

/* ================= INTRO ================= */

.uxflow-intro {
    max-width: 720px;
    margin-bottom: 70px;
}

.uxflow-kicker {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #fede00;
    margin-bottom: 16px;
}

.uxflow-intro h2 {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.uxflow-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #d6d6d6;
}

/* ================= PATH GRID ================= */

.uxflow-paths {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    perspective: 1600px;
}

/* =================================================
   NODE DESIGN – UIUX SYSTEM STYLE (NOT CARDS)
   ================================================= */

.uxflow-node {
    position: relative;
    padding: 52px 46px;
    border-radius: 32px;
    background:
        linear-gradient(135deg,
            rgba(255, 255, 255, 0.07),
            rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    transition:
        transform 0.7s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.7s ease;
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    overflow: hidden;
}

/* layered surface skin */
.uxflow-node::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(420px 180px at top left,
            rgba(254, 222, 0, 0.22),
            transparent 60%),
        radial-gradient(360px 140px at bottom right,
            rgba(255, 255, 255, 0.05),
            transparent 60%);
    pointer-events: none;
}

/* shimmer pass */
.uxflow-node::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background:
        linear-gradient(120deg,
            transparent,
            rgba(254, 222, 0, 0.35),
            transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.uxflow-node:hover {
    transform: translateY(-32px) rotateX(8deg) rotateY(-6deg);
    box-shadow:
        0 70px 140px rgba(0, 0, 0, 0.65),
        inset 0 0 0 1px rgba(254, 222, 0, 0.35);
}

.uxflow-node:hover::after {
    opacity: 1;
}

/* ================= UX DOT ================= */

.uxflow-dot {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, #fede00, #fff3a0);
    margin-bottom: 30px;
    transform: rotate(45deg);
    box-shadow:
        0 0 0 0 rgba(254, 222, 0, 0.6),
        0 12px 28px rgba(254, 222, 0, 0.4);
    animation: uxPulse 3s infinite;
}

@keyframes uxPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(254, 222, 0, 0.6),
            0 12px 28px rgba(254, 222, 0, 0.4);
    }

    70% {
        box-shadow:
            0 0 0 26px rgba(254, 222, 0, 0),
            0 20px 52px rgba(254, 222, 0, 0.6);
    }

    100% {
        box-shadow:
            0 0 0 0 rgba(254, 222, 0, 0),
            0 12px 28px rgba(254, 222, 0, 0.4);
    }
}

/* ================= TEXT ================= */

.uxflow-node h3 {
    font-size: 28px;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
}

.uxflow-node p {
    font-size: 16px;
    line-height: 1.75;
    color: #d0d0d0;
    margin-bottom: 26px;
}

/* inline link only */
.uxflow-node a {
    color: #fede00;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.uxflow-node a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fede00, transparent);
    transform: scaleX(0);
    transition: transform 0.35s ease;
}

.uxflow-node a:hover::after {
    transform: scaleX(1);
}

/* =================================================
   RESPONSIVE – ALL SCREEN TYPES
   ================================================= */

/* Large laptops */
@media (max-width: 1200px) {
    .uxflow-paths {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets */
@media (max-width: 900px) {
    .uxflow-section {
        padding: 110px 6%;
    }

    .uxflow-intro h2 {
        font-size: 40px;
    }

    .uxflow-paths {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .uxflow-section {
        padding: 90px 20px;
    }

    .uxflow-intro h2 {
        font-size: 34px;
    }

    .uxflow-intro p {
        font-size: 16px;
    }

    .uxflow-node {
        padding: 38px 30px;
    }

    .uxflow-node h3 {
        font-size: 24px;
    }
}


/* ================== END UIUX EXPERIENCE FLOW ================== */



/* ===================== START: Case Studies Section ===================== */
.cs-case-section {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cs-case-container {
    max-width: 1400px;
    margin: auto;
    padding: 70px 7%;
}

/* Header */
.cs-case-header {
    max-width: 800px;
    margin-bottom: 90px;
}

.cs-case-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254, 222, 0, 0.15);
    color: #fede00;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cs-case-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
}

.cs-case-title span {
    color: #fede00;
}

.cs-case-subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}

/* Rows */
.cs-case-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 100px;
}

.cs-case-reverse {
    direction: rtl;
}

.cs-case-reverse>* {
    direction: ltr;
}

/* Visual */
.cs-case-visual img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}

/* Content */
.cs-case-type {
    display: inline-block;
    font-size: 13px;
    color: #fede00;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.cs-case-content h3 {
    font-size: 32px;
    font-weight: 700;
}

.cs-case-content p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #ddd;
}

.cs-case-points {
    margin-top: 18px;
    padding-left: 18px;
}

.cs-case-points li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #bbb;
}

/* Results */
.cs-case-results {
    display: flex;
    gap: 40px;
    margin-top: 26px;
}

.cs-case-results div strong {
    font-size: 28px;
    color: #fede00;
}

.cs-case-results div span {
    display: block;
    font-size: 13px;
    color: #aaa;
}

/* Responsive */
@media (max-width: 991px) {
    .cs-case-row {
        grid-template-columns: 1fr;
    }

    .cs-case-reverse {
        direction: ltr;
    }
}

@media (max-width: 575px) {
    .cs-case-title {
        font-size: 32px;
    }

    .cs-case-content h3 {
        font-size: 26px;
    }
}

/* ===================== END: Case Studies Section ===================== */


/* ================= UI/UX TESTIMONIAL SECTION START ================= */
.uiux-test {
    position: relative;
    background: #fede00;
    padding: 100px 20px;
    overflow: hidden;
    color: #000;
}

.uiux-test-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(0, 0, 0, 0.12), transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(0, 0, 0, 0.1), transparent 50%),
        repeating-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.05) 1px,
            transparent 1px,
            transparent 14px);
    z-index: 0;
}

.uiux-test-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}

.uiux-test-header {
    max-width: 760px;
    margin-bottom: 70px;
}

.uiux-test-tag {
    display: inline-block;
    background: #000;
    color: #fede00;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 18px;
}

.uiux-test-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
}

.uiux-test-sub {
    margin-top: 14px;
    font-size: 17px;
    color: #111;
}

/* Grid */
.uiux-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.uiux-test-item {
    background: linear-gradient(145deg, #000, #111);
    color: #fff;
    padding: 32px 28px;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.uiux-test-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background: linear-gradient(120deg, rgba(254, 222, 0, 0.35), transparent 55%);
    opacity: 0.6;
    pointer-events: none;
}

.uiux-test-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
}

.uiux-test-item h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #fede00;
}

.uiux-test-type {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 16px;
}

.uiux-test-text {
    font-size: 16px;
    line-height: 1.6;
    color: #f1f1f1;
}

.uiux-test-meta {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uiux-test-stars {
    color: #fede00;
    font-size: 18px;
    letter-spacing: 2px;
}

.uiux-test-result {
    font-size: 14px;
    color: #ddd;
}

/* Responsive */
@media (max-width: 900px) {
    .uiux-test-grid {
        grid-template-columns: 1fr;
    }

    .uiux-test-title {
        font-size: 34px;
    }
}

/* ================= UI/UX TESTIMONIAL SECTION END ================= */
































/* ---------------start- Premium FAQ Section ---------------- */

.cf-faq-section {
    padding: 4rem 2rem;
    background: radial-gradient(circle at top, #fede00 0%, #000 65%);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

/* floating glowing dots */
.cf-faq-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(254, 222, 0, 0.15);
    filter: blur(120px);
    border-radius: 50%;
}

.cf-faq-title {
    font-size: 48px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

/* Container */
.cf-faq-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    width: 90%;
    margin: auto;
}

.cf-faq-col {
    width: 50%;
}

/* FAQ Item */
.cf-faq-item {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(254, 222, 0, 0.4);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.1);
    transition: 0.3s ease;
}

.cf-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(254, 222, 0, 0.3);
}

/* Question */
.cf-faq-question {
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.cf-faq-question span {
    font-size: 26px;
    transition: transform 0.3s ease;
}

/* Answer */
.cf-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.4s ease;
}

.cf-faq-item.active .cf-faq-answer {
    max-height: 250px;
    opacity: 1;
    margin-top: 10px;
}

.cf-faq-item.active .cf-faq-question span {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 992px) {
    .cf-faq-container {
        flex-direction: column;
        width: 100%;
    }

    .cf-faq-col {
        width: 100%;
    }

    .cf-faq-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .cf-faq-title {
        font-size: 28px;
    }
}


/* ----------------------------end faq section-------------------------- */


/* ================================contact-us-section================================== */


.con-main-section {
    display: flex;
    justify-content: center;
    padding: 5rem 0 5rem 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 0% 50%,
            #282828 23.5%,
            rgba(255, 170, 0, 0) 0) 21px 30px,
        radial-gradient(circle farthest-side at 0% 50%,
            #2c3539 24%,
            rgba(240, 166, 17, 0) 0) 19px 30px,
        linear-gradient(#282828 14%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 85%,
            #282828 0) 0 0,
        linear-gradient(150deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(30deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(90deg, #2c3539 2%, #282828 0, #282828 98%, #2c3539 0%) 0 0 #282828;
    background-size: 40px 60px;
}

.contact-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Left Side - Contact Info */
.contact-info {
    background: #fff387;
    padding: 40px;
    flex: 1;
}

.contact-info h2 {
    color: #e63946;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail i {
    font-size: 22px;
    background: #e63946;
    color: #fefefe;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-detail h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Social Links */
.con-social-links h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 10px;
}

.con-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #e63946;
    font-size: 20px;
    transition: 0.3s;
}

.con-social-links a:hover {
    color: #000;
}

/* Right Side - Contact Form */
.contact-form {
    padding: 40px;
    flex: 1;
}

.contact-form h2 {
    color: #333;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.con-form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.con-form-group input {
    width: 100%;
    border: none;
    background: #fedc003c;
    padding: 1rem;
    border-radius: 40px;
    outline: none;
    font-family: "Poppins", sans-serif;

}



.con-form-foot textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    font-family: "Poppins", sans-serif;

}

.con-form-foot textarea {
    resize: none;
}

.con-form-foot button {
    background: #fede00;
    color: #000;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.con-form-foot button:hover {
    background: #e63946;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

/* ================================end-contact-us-section================================== */


/* --------------------------------whatsapp-chat-end----------------------------------------- */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    background: #25D366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 180px;
}

.whatsapp-popup p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.whatsapp-popup a {
    text-decoration: none;
    color: #25D366;
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    transition: background 0.3s ease;
}

.whatsapp-popup a:hover {
    background: #f0f0f0;
}


/* --------------------------------whatsapp-chat-end----------------------------------------- */

/* -----------------back-to-top and back-to-bottom------------------------------------ */


/* Back to Top Button (Right Side) */
.back-top-btn {
    position: fixed;
    bottom: 90px;
    /* Above WhatsApp */
    right: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1001;
}

/* Back to Bottom Button (Left Side) */
.back-bottom-btn {
    position: fixed;
    top: 90px;
    /* Appears on the left side */
    left: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    z-index: 1001;
}

/* Show buttons when scrolled */
.back-top-show {
    opacity: 1;
    transform: translateY(0);
}

.back-bottom-show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.back-top-btn:hover,
.back-bottom-btn:hover {
    background: #555;
}


/* -----------------back-to-top and back-to-bottom-end----------------------------------- */




/* -------------footer-starts-------------- */

.footer {
    background: #000000;
    color: #fede00;
    text-align: center;
    /* padding: 30px 0; */
    font-family: "Poppins", sans-serif;

    border: 2px solid #fede00;
}

/* Top Section */
.top-section {
    display: flex;
    justify-content: center;
}

.box {
    flex: 1;
    padding: 4rem 2rem;
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #fede00;
    text-align: center;
}

.box a {
    text-decoration: none;
    color: #fede00;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background: #fede00;
}

.box:hover a {
    color: #000;
}

/* Middle Section */
.middle-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

/* Newsletter Styling */
.newsletter {
    width: 40%;
    text-align: left;
    position: relative;
}

.newsletter form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fede00;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    outline: none;
    /* Removes outline */
    transition: all 0.3s ease-in-out;
}

.newsletter input::placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
}

.newsletter input:focus::placeholder {
    top: 10px;
    font-size: 12px;
    color: #fede00;
}

.newsletter .sub {
    position: absolute;
    /* right: 0; */
    left: 41%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    /* border: 1px solid #fede00;
    border-radius: 20px ; */
}

.newsletter .sub:hover {
    color: #e63946;
}

.small-text {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 200;
}

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
    gap: 1rem;
}


.links div {
    text-align: left;
}

.links h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 5px;
}

.links ul li a {
    text-decoration: none;
    color: #fede00;
    font-size: 16px;
}

.links ul li a:hover {
    color: #e63946;
}





/* Bottom Section */
.bottom-section {
    text-align: center;
    padding: 30px 0;
}

.bottom-section h1 {
    font-size: 220px;
    font-weight: 900;
    font-family: codeverse;
    text-transform: capitalize;
}

.bottom-section h1:hover {
    text-shadow:
        2px 0 #fede00,
        0 -2px #fede00,
        -2px 0 #fede00,
        0 2px #fede00;
    color: #000;
    transition: text-shadow 1s, color .10s;

}

.social-icons img {
    width: 35px;
    height: 35px;
}


.bottom-section p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}

.icons {
    margin-top: 10px;
    font-size: 18px;
}

.sub {
    color: #fede00;
}




/* ========== RESPONSIVE DESIGN ========== */

/* Tablets and smaller screens */
@media (max-width: 1024px) {

    .top-section {
        flex-direction: column;
    }

    .box {

        font-size: 28px;
        padding: 1.5rem;
    }

    .middle-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        text-align: center;
    }

    .newsletter form {
        justify-content: center;
    }

    .newsletter input {
        width: 70%;
    }

    .newsletter .sub {
        left: auto;
        right: 1rem;
    }

    .links {
        width: 100%;
        margin: auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .links div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 1rem;
    }


}

/* Mobile screens */
@media (max-width: 768px) {
    .box {

        font-size: 24px;
        padding: 1rem;
    }

    .newsletter input {
        width: 80%;
    }

    .newsletter .sub {
        font-size: 15px;
    }

    .bottom-section h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-left: -1rem;
    }

    .bottom-section p {
        font-size: 15px;
        padding: 0 1rem;

    }

    .links {
        width: 100%;
        margin: auto;
        padding-top: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .support {
        text-align: center;
    }

}



/* =======================footer-ends========================= */