body {
    font-family: 'Open Sans', sans-serif;
} 

@keyframes gradientMove {
    from { background-position: left; }
    to { background-position: right; }
}

/* ===== Particle Canvas ===== */
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* ===== Fade-in Effect ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in { animation: fadeIn 1.5s ease forwards; }

/* ===== Navigation CSS ===== */
.custom-nav {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.custom-nav a {
    color: #FFFFFF;
    transition: 0.5s;
}

.custom-nav a:hover {
    color: #EF8B29;
}

.custom-nav a.active {
    color: #EF8B29;
    font-weight: 600;
}

#mobileMenu a {
    display: block;
}

#mobileMenu a:hover {
    color: #EF8B29;
}

.Mobile-toggle {
    color: #EF8B29;
    cursor: pointer;
}

.xperience_logo {
    border-left: 1px solid #fff;
    height: 60px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.xperience_logo img {
    width: 150px;
}

@media(max-width:768px) {
    .logo img {
        width: 90px;
    }
}

/* Hero Section CSS */
.hero_section {
    max-width: 1120px;
    margin: 0 auto;
}

@media(min-width:992px) {
    .hero_section h1 {
        font-size: 64px;
        line-height: 96px;
    }
}

.hero_section p {
    color: #CFD3DE;
    font-size: 14px;
    line-height: 20px;
}

.blur-box {
    background-color: rgba(12, 56, 91, 0.7);
    border-radius: 400px;
    box-shadow: 0 0 30px rgba(12, 56, 91, 1);
    padding: 80px 15px;
}

/* Choose Us CSS */
@media(min-width:992px) {
    h1 {
        font-size: 64px !important;
        line-height: 96px !important;
    }
}

.choose_us {
    background-color: #002940 !important;
}

.choose_us p {
    color: #CFD3DE;
    font-size: 14px;
    line-height: 20px;
    max-width: 650px;
    text-align: center;
}

.choose-card {
    position: relative;
    border-radius: 32px;
    border: 2px solid rgba(111, 141, 175, 0.6);
    z-index: 1;
    background: linear-gradient(144.66deg, rgba(74, 158, 255, 0.2) 4.01%, rgba(0, 41, 64, 0.2) 49.87%, rgba(74, 158, 255, 0.2) 95.73%);
}

.ux_scales {
    background-color: #002940;
}

.ux_scales_column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.our_services {
    background-color: #16376a !important;
}

.bg-layer {
    background: linear-gradient(129.66deg, rgba(16, 106, 226, 0.24) 3.35%, rgba(76, 255, 249, 0.24) 50.01%, rgba(16, 106, 226, 0.24) 96.68%);
     padding: 80px 0;
}

.our_services .our_services_slider {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.our_services .owl-nav {
    display: none;
}

.our_services .owl-carousel .owl-item {
    background: linear-gradient(144.66deg, rgba(74, 158, 255, 0.2) 4.01%, rgba(0, 41, 64, 0.2) 49.87%, rgba(74, 158, 255, 0.2) 95.73%);
    border-radius: 20px;
    border: 4px solid rgb(94, 134, 161);
}

.our_services .owl-carousel .owl-item p {
    max-width: 700px;
}

.our_services .owl-carousel .owl-item img {
    width: auto;
}

.our_services .owl-carousel .owl-item {
    border-width: 2px;
}

.our_tools .owl-nav, .our_clients .owl-nav {
    display: none;
}

.our_tools .owl-dots, .our_clients .owl-dots {
    display: block;
}

.owl-dots {
    margin-top: 40px;
}

.owl-dots .owl-dot span {
    width: 20px !important;
    height: 8px !important;
    opacity: 0.4;
}

.owl-dots .owl-dot:hover span {
    background-color: rgba(76, 255, 249, 1) !important;
    opacity: 1;
}

.owl-dots .owl-dot.active span {
    background-color: rgba(76, 255, 249, 1) !important;
    opacity: 1;
    width: 80px !important;
}

.design_lab {
    background: none !important;
    padding: 120px 0;
}

.design_lab_layout {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.lab_text h2 {
    background: linear-gradient(90deg, #4CFFF9 0%, #EF8B29 58.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for modern browsers */
}

.lab_text p {
    color: #CFD3DE;
    font-size: 18px;
    line-height: 28px;
    color: rgba(209, 213, 219, 1);
}

.design_lab_bg {
    box-shadow: 0px 8px 32px 0px #020C1B59;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border: 2px solid;
    background: linear-gradient(144.66deg, rgba(74, 158, 255, 0.2) 4.01%, rgba(0, 41, 64, 0.2) 49.87%, rgba(74, 158, 255, 0.2) 95.73%);
    border-image-source: linear-gradient(323.68deg, rgba(74, 158, 255, 0.32) 6.94%, rgba(255, 255, 255, 0.32) 93.69%);
}

.our_clients {
    background: none !important;
}

.our_clients .bg-layer{
   background: none!important;
   padding-top: 0 !important;
}

.our_clients .owl-carousel .owl-item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(144.66deg, rgba(74, 158, 255, 0.2) 4.01%, rgba(0, 41, 64, 0.2) 49.87%, rgba(74, 158, 255, 0.2) 95.73%);
}

.bottom_bg {
    background: linear-gradient(180deg, #002940 0%, #16376A 34.13%, #154C91 52.88%, #16376A 69.71%, #002940 100%)!important;
}

.case_studies .case_studies_container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.studies_item {
    border: 2px solid rgba(69, 103, 136, 0.5);
}

.studies_item h3 {
    font-size: 20px;
    font-weight: bold;
}

.studies_item_text {
    background: linear-gradient(357.98deg, #002940 10.48%, #154C91 58.48%, #16376A 106.49%);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

footer {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 80px;
}

@media(max-width:992px) {
    footer {
        padding-top: 50px;
    }
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.footer_nav p {
    padding-bottom: 18px;
}

.footer_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 24px;
}

.design_process {
    background: linear-gradient(180deg, #002940 0%, #16376A 34.13%, #154C91 52.88%, #16376A 69.71%, #002940 100%);
}

.process_container{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.design_process_card {
    box-shadow: 0px 8px 32px 0px #020C1B59;
    backdrop-filter: blur(12px);
    border: 2px solid #176079;
    /* border-image-source: linear-gradient(323.68deg, rgba(74, 158, 255, 0.32) 6.94%, rgba(255, 255, 255, 0.32) 93.69%); */
    background: linear-gradient(248.58deg, rgba(0, 41, 64, 0.65) -5.65%, rgba(21, 76, 145, 0.65) 51.3%, rgba(0, 41, 64, 0.65) 103.02%);
    padding: 32px;
    border-radius: 16px;
}

.design_process_container {
    height: 460px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.design_process_container:last-child {
    height: auto;
    margin-bottom: 80px !important;
}

.design_process_card h4 {
    margin: 0;
    background: linear-gradient(90deg, #4CFFF9 0%, #EF8B29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.design_process_card p {
    color: #C6D6E5;
    font-size: 14px;
    line-height: 20px;
}

.design_process_card ul {
    list-style: disc;
    padding-left: 18px;
    color: #C6D6E5;
    font-size: 14px;
    line-height: 20px;
}
/* Accordion CSS START */
ul.accordion {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: auto;
    margin-top: 16px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: none;
    border: none;
    color: #4CFFF9;
    cursor: pointer;
    font-size: 1rem;
    padding: 10px 0;
    transition: color 0.3s ease;
    text-align: left;
}

.accordion-header:hover {
    color: #EF8B29;
}

.accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #EF8B29;
    color: white;
    margin-right: 16px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.accordion-panel {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #d1d5db;
    max-height: 0;
    overflow: hidden;
    /* transition: all 0.3s ease; */
    opacity: 0;
}

.accordion-panel ul {
    list-style: disc;
    padding-left: 18px;
}

.accordion-panel.open {
    max-height: 500px;
    opacity: 1;
    padding-left: 36px;
}

.font-semibold {
    font-weight: 600;
}

.left_steps {
    height: 460px;
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

.left_steps:last-child {
    height: auto;
}   

.left_steps .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #176079;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_steps .inner_circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #4CFFF980;
    background-color: #0f5464;
}

.left_steps .circle::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 460px;
    background-color: #176079;
    top: 50px;
}

.left_steps:last-child .circle::after {
    height: 200px;
} 

.left_steps h3 {
    margin: 0;
    background: linear-gradient(90deg, #4CFFF9 0%, #EF8B29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
}


/* GLobal Styles */
.container {
    max-width: 1150px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.full_banner {
    width: 100%;
    margin: 0 auto;
}

.full_banner h1 {
    font-size: 42px !important;
    line-height: 52px !important;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
}

.full_banner p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.full_section {
    background-color: #272526;
}

.full_section h2 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 32px;
}

.full_section h3 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.full_section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.left_column {
    min-width: 435px;
    max-width: 435px;
}

@media(max-width:767px) {
    .full_banner h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    } 

    .full_banner p {
        font-size: 16px;
        line-height: 22px;
    }

    .left_column {
        min-width: 360px;
        max-width: 360px;
    }
}

.bar {
    display: flex;
    align-items: center;
    margin: 25px 0;
    position: relative;
}

.label {
    width: 200px;
    text-align: right;
    margin-right: 15px;
    font-size: 16px;
    color: white;
}

.bar-fill {
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(90deg, #6346ff, #9b8fff);
    position: relative;
    transition: all 0.3s ease;
}

.bar-fill:hover::after {
    content: attr(data-value);
    position: absolute;
    right: -45px;
    top: -35px;
    background-color: #222;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}

.bar-fill:hover {
    opacity: 0.85;
    transform: scaleX(1.02);
}

/* Adjust each bar width */
.time { width: 60%; }
.speed { width: 40%; }
.seo { width: 30%; }
.satisfaction { width: 20%; }
.it { width: 50%; }

/* Bottom metrics */
.metrics {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.metric {
    margin: 20px;
    flex: 1 1 200px;
}

.metric h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.metric h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.metric p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
}


/* initial hidden states */
.hidden-left { 
    opacity: 0; 
    transform: translateX(-50px); 
    transition: transform 700ms cubic-bezier(.2,.8,.2,1), 
    opacity 600ms ease; 
}

.hidden-right { 
    opacity: 0; 
    transform: translateX(50px); 
    transition: transform 700ms cubic-bezier(.2,.8,.2,1), 
    opacity 600ms ease; 
}

/* bottom slide for full container (start at least 200px below) */
.hidden-bottom { 
    opacity: 0; 
    transform: translateY(200px); 
    transition: transform 700ms cubic-bezier(.2,.8,.2,1), 
    opacity 700ms ease; 
}

.in-view-bottom { 
    opacity: 1 !important; 
    transform: translateY(0) !important; 
}

/* in-view state for left/right elements */
.in-view { 
    opacity: 1 !important; 
    transform: translateX(0) !important; 
}

/* footer button entrance from left/right (start ~400px off-screen) */
.btn-left, .btn-right { 
    opacity: 0; 
    transform: translateX(100px); 
    transition: transform 600ms cubic-bezier(.2,.8,.2,1), 
    opacity 500ms ease; 
}

.btn-left { 
    transform: translateX(-100px); 
}

.in-view-bottom .btn-left, 
.in-view-bottom .btn-right { 
    opacity: 1 !important; 
    transform: translateX(0) !important; 
}

/* small stagger so left appears slightly before right */
.in-view-bottom .btn-left { 
    transition-delay: 0.18s; 
}
.in-view-bottom .btn-right { 
    transition-delay: 0.32s; 
}

/* small responsive tweak */
@media (max-width: 768px) {

    .hidden-left, .hidden-right { 
        transform: translateY(20px); 
    }

    /* mobile: keep a strong slide but slightly smaller than desktop */
    .hidden-bottom { 
        transform: translateY(160px); 
    }

    /* mobile buttons: start ~200px off-screen for a nicer fit */
    .btn-left, .btn-right { 
        transform: translateX(0px);
    }

    .btn-left { 
        transform: translateX(0px); 
    }
}

.case_studies_container .owl-nav {
    display: none;
}

.arrow-box {
  position: relative;
  background: #002940; /* Blue center */
  color: #fff;
  width: calc(100% - 30px);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 400;
  /* clip-path: polygon(
    10% 0%, 100% 0%, 90% 100%, 0% 100%
  ); */
}

/* Optional: black arrow edges */
.arrow-box::before,
.arrow-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 65px;
  background: #272526;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.arrow-box::after {
  right: -32px;
  /* transform: scaleX(-1); */
  background: #002940;
}

.arrow-box::before {
    left: 0;
}

.stats-container {
    display: flex;
    gap: 40px; /* Space between the stat cards */
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    padding-bottom: 20px; /* Space for the line */
    position: relative;
    margin-bottom: 40px;
}

.stats-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* Adjust as needed */
    right: 10%; /* Adjust as needed */
    height: 1px;
    background-color: #333; /* The thin horizontal line */
    width: 80%; /* Width of the line */
}

.stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1; /* Allows cards to grow and shrink */
    min-width: 250px; /* Minimum width before wrapping */
}

.pie-chart-container {
    width: 150px; /* Size of the outer circle */
    height: 150px;
    border-radius: 50%;
    background-color: #333; /* Grey background for the "unfilled" part */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Important for the pseudo-elements to clip correctly */
    margin-bottom: 20px;
    --percentage: 0; /* Default percentage, overridden by inline style */
}

.pie-chart-container::before,
.pie-chart-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1; /* Ensure colored arcs are above the grey background */
}

.pie-chart-container::before {
    /* This creates the blue filled part of the circle */
    background: conic-gradient(#4a90e2 var(--percentage), #333 var(--percentage));
    /* This gradient draws a cone from 0 to percentage, then the rest is grey */
}

.pie-chart-container::after {
    /* This is the inner circle cutout, creating the donut effect */
    content: '';
    position: static;
    top: 20px; /* Adjust for donut thickness */
    left: 20px; /* Adjust for donut thickness */
    right: 20px; /* Adjust for donut thickness */
    bottom: 20px; /* Adjust for donut thickness */
    border-radius: 50%;
    background-color: #0d0d0d; /* Background color to hide the center */
    z-index: 2; /* Make sure it's above the colored arc */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 80%;
}


.pie-chart {
    position: absolute;
    z-index: 3; /* Ensure text is on top */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.percentage-text {
    font-size: 2.5em;
    font-weight: bold;
    color: #f0f0f0;
}

.stat-title {
    font-size: 1.4em;
    margin: 10px 0 5px;
    color: #f0f0f0;
}

.stat-description {
    font-size: 0.9em;
    color: #ccc;
    line-height: 1.5;
    max-width: 250px; /* Constrain description width */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 60px; /* More space when stacked */
    }

    .stats-container::after {
        left: 5%;
        right: 5%;
        width: 90%;
    }
}

.persona_pic {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.designLabBanner .container {
    max-width: 1440px !important;
}

.designLabText .choose-card {
    max-width: 345px;
    width: 100%;
}

.designLabText .single_row .choose-card {
    max-width: 100%;
}

.designLabText .multiple_row .choose-card {
    max-width: 48%;
}

footer ul li a:hover {
    color: #EF8B29
}

@media(max-width:767px) {
    .full_section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .designLabText .multiple_row .choose-card {
        max-width: 100%;
    }

    .left_steps {
        height: 90px;
    }

    .left_steps h3 {
        font-size: 28px;
        line-height: 36px;
        margin-left: 10px !important;
    }

    .left_steps .circle {
        width: 30px;
        height: 30px;
    }

    .left_steps .inner_circle {
        width: 15px;
        height: 15px;
    }

    .left_steps .circle::after {
        height: 60px;
        top: 33px;
    }

    .design_process_card {
        padding: 16px;
    }

    .design_process_card h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .design_process_container {
        height: auto;
        margin-bottom: 25px !important;
    }

    .design_lab {
        padding: 80px 0;
    }

    .footer_nav ul {
        gap: 24px;
    }

    .footer_nav p, .footer_nav ul li a {
        font-size: 12px;
    }
}

/* Popup modal styling */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.popup-content video {
  border-radius: 10px;
}

.popup-content img {
    width: 100%;
}

.close {
  /* position: absolute;
  top: 10px;
  right: 20px; */
  margin-top: -20px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  float: right;
}

