@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
	font-family: Behind-Black;
	src: url(../fonts/Behind-The-Nineties-Sans-Bd.otf);
}

@font-face {
	font-family: Behind-Bold;
	src: url(../fonts/Behind-The-Nineties-Sans-Bd.otf);
}

@font-face {
	font-family: Behind-Medium;
	src: url(../fonts/Behind-The-Nineties-Md.otf);
}

@font-face {
	font-family: Behind-Italic;
	src: url(../fonts/Behind-The-Nineties-It.otf);
}

@font-face {
	font-family: Behind-Regular;
	src: url(../fonts/Behind-The-Nineties-Rg.otf);
}

      body,
html {
    font-size: 100%;
	padding: 0;
	margin: 0;
            background-color: var(--editorial-bg);
            -webkit-font-smoothing: antialiased;
     font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  color: #333; 
    background-color: #f4f6f9; /* Light gray */
        }

a {
    text-decoration: none;
}

.content-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1em;
}

/* =========================
   LARGE DEVICES (Default)
   ========================= */
h1 { font-size: 4.5em; font-weight: 500; line-height: 1.2; font-family: 'Behind-Medium', sans-serif; color:#fff; }
h2 { font-size: 4em; font-weight: 600; line-height: 1.25; font-family: 'Behind-Medium', sans-serif;  color:#fff; }
h3 { font-size: 3.4em; font-weight: 600; line-height: 1.3; font-family: 'Behind-Medium', sans-serif; color:#fff; }
h4 { font-size: 26px; font-weight: 500; line-height: 1.35; font-family: 'Behind-Medium', sans-serif;  color:#fff;}
h5 { font-size: 20px; font-weight: 500; line-height: 1.4; font-family: 'Behind-Medium', sans-serif;  color:#fff; }
h6 { font-size: 18px; font-weight: 400; line-height: 1.4;  color:#fff; }
p  { font-size: 16px; font-weight: 400; line-height: 1.7; color:#fff; }

 .hero-banner {
      background-image: url(../images/banner.webp);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
      align-items: center;
      padding-top: 10px;
     padding-bottom: 5em;
      color: #fff;
     height:auto;
    }

/* Custom Floating Navbar Styling */
        .navbar-floating {
            background: rgba(30, 30, 32, 0.65);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
            padding: 0.5rem 0.75rem;
            max-width: 800px; 
            min-width: auto;
            margin: 1.5rem auto; 
        }

        .navbar-floating .nav-link {
            color: rgba(255, 255, 255, 0.75);
            font-size: 0.95rem;
            font-weight: 400;
            transition: color 0.2s ease-in-out;
        }

        .navbar-floating .nav-link:hover {
            color: #ffffff;
        }

        .btn-outline-custom {
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.15);
            background: rgba(255, 255, 255, 0.02);
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.2s ease;
        }

        .btn-outline-custom:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.3);
        }

        .logo-placeholder {
            width: 36px;
            height: 36px;
            border-radius: 8px; 
            display: flex;
            align-items: center;
            justify-content: center;
        }

/*****HERO*****/

    .glass-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 15px;
      width: auto;
      max-width: max-content;
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 
        0 8px 25px rgba(0,0,0,0.4),
        inset 0 0 10px rgba(255,255,255,0.05);
      position: relative;
        margin-top: 3em;
    }

    .icon-group {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .icon-box {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .icon-box img {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }

    .badge-text {
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
    }

    .glass-badge::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 40px;
      background: linear-gradient(120deg, transparent, rgba(255,255,255,0.08), transparent);
      opacity: 0.4;
      pointer-events: none;
    }

.content__container {
    margin-top: 0.1em;
  overflow: hidden;
  height: 100px;
  padding: 0 60px;
  font-size: 4.5em; font-weight: 500; font-family: 'Behind-Medium', sans-serif;
}

.content__container__list {
  margin-top: 0;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 100px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% { transform: translate3d(0, 0, 0); }
  16.66%, 29.32% { transform: translate3d(0, -25%, 0); }
  33.32%, 45.98% { transform: translate3d(0, -50%, 0); }
  49.98%, 62.64% { transform: translate3d(0, -75%, 0); }
  66.64%, 79.3% { transform: translate3d(0, -50%, 0); }
  83.3%, 95.96% { transform: translate3d(0, -25%, 0); }
}
@keyframes opacity {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
@keyframes change {
  0%, 12.66%, 100% { transform: translate3d(0, 0, 0); }
  16.66%, 29.32% { transform: translate3d(0, -25%, 0); }
  33.32%, 45.98% { transform: translate3d(0, -50%, 0); }
  49.98%, 62.64% { transform: translate3d(0, -75%, 0); }
  66.64%, 79.3% { transform: translate3d(0, -50%, 0); }
  83.3%, 95.96% { transform: translate3d(0, -25%, 0); }
}

.content__container__list__item:nth-child(1) {
  background: linear-gradient(135deg, #FF006E, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__container__list__item:nth-child(2) {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__container__list__item:nth-child(3) {
  background: linear-gradient(135deg, #7f00ff, #e100ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__container__list__item:nth-child(4) {
  background: linear-gradient(90deg, #A8FF00 0%, #00FF85 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-btn {
 margin-top: 0.5em;    
  padding: 12px 50px;
  border-radius: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;  
  width: auto;           
  min-width: fit-content;
   overflow: visible;
  transition: all 0.35s ease;
}

.icon-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0; 
}

.icon-default,
.icon-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.icon-default {
  background: rgba(255,255,255,0.15);
  border-radius: 10px;
}

.icon-hover {
  opacity: 0;
  transform: scale(0.6);
}

.icon-hover img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.text-wrapper {
  position: relative;
  height: 24px;
  display: grid;
  align-items: center;
}

.text-default,
.text-hover {
  grid-area: 1 / 1;
  white-space: nowrap;  
}

.text-hover {
  opacity: 0;
  transform: translateY(10px);
}

.glass-btn:hover {
  background: rgba(255,255,255,0.85); 
  border: 2px solid #fff;
  color: #111; 
  transform: translateY(-3px);
}

.glass-btn:hover .icon-default {
  opacity: 0;
  transform: scale(0.6);
}

.glass-btn:hover .icon-hover {
  opacity: 1;
  transform: scale(1);
}

.glass-btn:hover .text-default {
  opacity: 0;
  transform: translateY(-10px);
}

.glass-btn:hover .text-hover {
  opacity: 1;
  transform: translateY(0);
}

 .marquee-container {
      overflow: hidden;
      position: relative;
      width: 100%;
      background:transparent;
      padding: 10px 0;
     margin-top: 2em;
    }

    .marquee-track {
      display: flex;
      width: calc(400px * 10 + 30px * 10); 
      animation: marquee-left 30s linear infinite;
    }

    .marquee-track.reverse {
      animation: marquee-right 30s linear infinite;
    }

    .marquee-track img {
      width: 450px;
      height: auto;
      object-fit: cover;
      margin-right: 30px;
      flex-shrink: 0;
        border-radius: 1em;
    }

    @keyframes marquee-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @keyframes marquee-right {
      0% { transform: translateX(-50%); }
      100% { transform: translateX(0); }
    }

    @media (max-width: 1200px) {
      .marquee-track img {
        width: 300px;
          height: auto;
      }
    }

    @media (max-width: 768px) {
      .marquee-track img {
        width: 250px;
          height: auto;
      }
    }

/******SERVICE PAGE********/

.service-body-wrapper {
      background-image: url(../images/banner.webp);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
      align-items: center;
      padding-top: 10px;
     padding-bottom: 4em;
        height: auto;
        color:#fff;   
        }


.service-body {
      background-image: url(../images/banner.webp);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
      padding-top: 10px;
     padding-bottom: 4em;
        height: auto;
        color:#fff;   
        }

.service-body h4 { font-weight: 400; }
.service-body p { color: rgba(255,255,255,0.8); font-weight: 400; }

        .content-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-card {
            background: rgba(15, 15, 15, 0.5); 
            -webkit-backdrop-filter: blur(20px); 
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.07);
            box-shadow: 
                inset 0 1px 1px 0 rgba(255, 255, 255, 0.32),
                0 10px 30px rgba(0, 0, 0, 0.5);
            border-radius: 1.6rem;
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            height: 100%;
            position: relative;
        }

        .service-card:hover {
            background: rgba(25, 25, 25, 0.7);
            border-color: rgba(255, 255, 255, 0.15); 
            box-shadow: 
                inset 0 1px 1px 0 rgba(255, 255, 255, 0.2),
                0 15px 50px rgba(0, 0, 0, 0.7);
            transform: translateY(-5px); 
        }

        .card-img-container {
            width: 140px;
            height: 140px;
            flex-shrink: 0;
            border-radius: 1rem;
            background-color: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .tool-dock {
            background: rgba(30, 30, 30, 0.5);
            -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 
                inset 0 1px 1px 0 rgba(255, 255, 255, 0.45), 
                0 15px 40px rgba(0, 0, 0, 0.6);             
            border-radius: 1.2rem;
            padding: 0.85rem 1.2rem;
            display: inline-flex;
            gap: 1rem;
        }

        .app-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1.1rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        .icon-figma { background: #2c2c2c; }
        .icon-framer { background: #0055FF; color: white; }
        .icon-spline { background: linear-gradient(135deg, #ff00ff, #00ffff); }
        .icon-ae { background: #000022; color: #9999ff; border: 1px solid #4444aa; }
        .icon-ai { background: #221100; color: #ff9900; border: 1px solid #aa5500; }
        .icon-photoshop { background:  #001E36; color: #31A8FF; border: 1px solid #0A84FF; }
        .icon-xd { background: #1E0F2E; color: #FF61F6; border: 1px solid #8A2BE2; }

        @media (max-width: 768px) {
            .serif-heading { font-size: 2.5rem; }
            .service-card { flex-direction: column; text-align: center; }
            .card-img-container { width: 100%; height: 180px; margin-bottom: 1.5rem; }
            .tool-dock { gap: 0.5rem; padding: 0.75rem 1rem;}
            .app-icon { width: 36px; height: 36px; border-radius: 9px;}
            
            
            
             .app-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1.1rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }
        
        }

/*****ABOUT ME******/
.about-wrapper {
    background-image: url(../images/About-bg_2.svg);
   -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
      align-items: center;
      padding-top: 10px;
     padding-bottom: 4em;
        height: auto;
    min-height: 100vh;
    color:#fff;
}

.ls-wide { letter-spacing: 0.15em; }

.gradient-text {
    background: linear-gradient(90deg, #4facfe 0%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section  h6 {
    background: linear-gradient(90deg, #4facfe 0%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.manifesto-section h6 {
    background: linear-gradient(90deg, #4facfe 0%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.blob-image {
    width: 100%;
    height: auto;
    border:3px solid  #f093fb  ;
    max-width: 600px;
    border-radius: 20% 60% 60% 20% / 20% 20% 60% 60%; 
    background: #fff;
    box-shadow: 0 0 80px rgba(79, 172, 254, 0.15);
}

.narrative-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
}

.deco-arc {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    border: 2px solid #4facfe;
    border-radius: 55% 0 0 0;
    border-bottom: 0;
    border-right: 0;
}

.stat-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.accent-line {
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.manifesto-section {
    background: radial-gradient(circle at bottom right, rgba(240, 147, 251, 0.05) 0%, transparent 50%);
}

.text-secondary {
    color:rgba(255,255,255,0.8)!important;
}

.video-container {
  max-width: 550px;       
  height: 450px;
  overflow: hidden;
  position: relative;
 border-radius: 20% 60% 60% 20% / 20% 20% 60% 60%; 
 border:4px solid #583D5C;   
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

/*****CONTACT US******/
        .text-gradient {
            background: linear-gradient(90deg, #a78bfa 0%, #c084fc 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .overline {
             background: linear-gradient(90deg, #a78bfa 0%, #c084fc 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            font-weight: 600;
        }

        .text-subtle {
            color: #a0a0a0;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 90%;
        }

        .glass-panel {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 24px;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .social-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.04);
            border-radius: 16px;
            text-decoration: none;
            color: #ffffff;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            aspect-ratio: 1 / 1;
        }

        .social-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-4px);
        }

        .social-card i {
            margin-bottom: 12px;
        }

        .status-indicator {
            width: 10px;
            height: 10px;
            background-color: #a3e635;
            border-radius: 50%;
            display: inline-block;
            box-shadow: 0 0 12px rgba(163, 230, 53, 0.6);
        }

/*****MY WORKS*****/

    .card-img-container-2 {
            width: 100%;
            height: auto;
            flex-shrink: 0;
            border-radius: 1rem;
            background-color: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            align-items: center;
            justify-content: center;
        }

        .card-img-container-2 img {
            border-radius: 1rem;
            border:6px solid rgba(255,255,255,0.3);
        }

.glass-arrow-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.glass-arrow-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.2), transparent 60%);
  opacity: 0.6;
}

.glass-arrow-btn .arrow {
  color: #fff;
  font-size: 22px;
  transition: all 0.35s ease;
  position: relative;
  z-index: 2;
    font-weight: 600;
}

.glass-arrow-btn:hover {
  border-color: rgba(255,255,255,0.6);
  box-shadow: 0 10px 30px rgba(255,255,255,0.25);
}

.glass-arrow-btn:active {
  transform: scale(0.95);
}

.nav-tabs {
  display: inline-flex;
  gap: 5px;
  padding: 6px;
  border-radius: 50px;
  border:2px solid rgba(255,255,255,0.2) !important;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);
    margin-bottom: 3em;
    margin-top: 1.5em;
}

.nav-tabs .nav-link {
  border: none !important;
  background: transparent !important;
  color: rgba(255,255,255,0.6);
  border-radius: 50px;
}

.nav-tabs .nav-link.active {
  background: linear-gradient(145deg, #ffffff, #D9D9D9) !important;
  box-shadow:
    inset 0 2px 6px rgba(0,0,0,0.4),
    0 4px 15px rgba(255,255,255,0.15) !important;
  color: #000 !important;
}

.ui-images img {
    border-radius: 1.4em;
    max-width: 650px;
    height: auto;
    margin-bottom: 3em;
}

.case-body {
  background-color: #050505;
     padding-top: 10px;
     padding-bottom: 4em; 
  background-image:
    radial-gradient(ellipse at 85% 5%, rgba(255, 255, 255, 0.18) 0%, transparent 60%),
    radial-gradient(circle at 95% 15%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.01) 15%, rgba(0, 0, 0, 0.9) 25%, transparent 28%),
    linear-gradient(135deg, transparent 22%, rgba(255, 255, 255, 0.06) 28%, rgba(255, 255, 255, 0.01) 45%, rgba(0, 0, 0, 0.95) 55%, transparent 58%),
    linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.04) 58%, rgba(255, 255, 255, 0.005) 75%, rgba(0, 0, 0, 1) 85%, transparent 88%),
    linear-gradient(135deg, transparent 80%, rgba(255, 255, 255, 0.03) 88%, transparent 100%);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.case-body h4, .case-body h5, .case-body h6 {
    color:#fff;
    font-weight: 400;
}

.case-body p {
   color: rgba(255,255,255,1);
    font-weight: 400;
}

   .hero-picture-box img {
  border-radius: 3em; 
}

   .hero-video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #042825;
  border-radius: 3em; 
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-video-box {
  height: 80vh;
}

@media (max-width: 991.98px) {
  .hero-video-box {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

   .case-title {
      height: 300px;
      position: relative;
      overflow: hidden;
    }

    .case-title::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 70%);
      opacity: 0.4;
    }

    .case-title-content {
      position: relative;
      z-index: 2;
    }

    .about-number {
      font-size: 80px;
      font-weight: 600;
      color: rgba(255,255,255,0.6);
      line-height: 1;
    }

    .divider {
      width: 2px;
      height: 120px;
      background: rgba(255,255,255,0.2);
      transform: rotate(15deg);
    }

    .about-text {
      font-size: 40px;
      color: #fff;
      font-weight: 400;
        margin-top: 2em;
        font-family: 'Behind-Medium', sans-serif;
    }

    @media (max-width: 768px) {
        
           .hero-video-box {
  border-radius: 1.3em; 
}
        
      .about-number { font-size: 80px; }
      .about-text { font-size: 28px; }
      .divider { height: 90px; }
    }

  .solution-section {
      padding: 80px 0;
    }

    .solution-card {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: radial-gradient(circle at center, #050505 60%, #000 100%);
      overflow: hidden;
    }

    .solution-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      padding: 2px; 
      background: linear-gradient(120deg, #00f5d4, #90dbf4, #00f5d4);
      -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
    }

    .solution-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 75%;
    }

    .solution-title {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .solution-subtitle {
      font-size: 1rem;
      color: #fff;
      margin-bottom: 10px;
    }

    .solution-text {
      font-size: 0.9rem;
      color: #fff;
    }

    .solution-item {
      margin-bottom: 40px;
    }

    @media (max-width: 768px) {
      .solution-title { font-size: 1.4rem; }
      .solution-subtitle { font-size: 0.9rem; }
      .solution-text { font-size: 0.8rem; }
        
        
           .hero-picture-box img {
  border-radius: 1.5em; 
}

    }

.persona {
            background: rgba(15, 15, 15, 0.5); 
            -webkit-backdrop-filter: blur(20px); 
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.07);
            box-shadow: 
                inset 0 1px 1px 0 rgba(255, 255, 255, 0.32),
                0 10px 30px rgba(0, 0, 0, 0.5);
            border-radius: 1.6rem;
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            height: 100%;
           padding: 2em;
          color:#fff!important;
        }

.persona img {
    max-width: 85%;
    height: auto;
    margin: 0.5em auto 1.5em auto;
}

/* =========================
   < 1200px (Laptops/Tablets)
   ========================= */
@media (max-width: 1199.98px) {
  h1 { font-size:4em; margin-top: 0.7em; }
  h2 { font-size: 4em; }
  h3 { font-size: 3.8em; }
  h4 { font-size: 24px; }
  h5 { font-size: 18px; }
  h6 { font-size: 15px; }
  p  { font-size: 15px; }
    
 .content__container {
    margin-top: 0.1em;
  overflow: hidden;
  height: 100px;
  padding: 0 30px;
  font-size: 3.5em; font-weight: 500; font-family: 'Behind-Medium', sans-serif;
}
.content__container__list {
  margin-top: 0;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 100px;
  margin: 0;
}   
}

/* =========================
   < 769px (Tablets/Mobile)
   ========================= */
@media (max-width: 769px) {
  h1 { font-size: 3.8em; }
  h2 { font-size: 3.6em; }
  h3 { font-size: 3.4em; }
  h4 { font-size: 20px; }
  h5 { font-size: 17px; }
  h6 { font-size: 14px; }
  p  { font-size: 14px; }
}

/* =========================
   < 469px (Small Phones)
   ========================= */
@media (max-width: 469px) {
  h1 { font-size: 2em; }
  h2 { font-size:  1.8em; }
  h3 { font-size: 1.6em; }
  h4 { font-size: 1.4em; }
  h5 { font-size: 1.3em; }
  h6 { font-size: 1.1em; }
  p  { font-size: 1em; }
    
.rounded-pill { border-radius: 1rem!important; }  
.navbar-toggler { border: none!important; }
  
        .navbar-floating {
            background: rgba(30, 30, 32, 0.65);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
            padding:1rem 0.75rem;
            max-width: 800px; 
            min-width: 90%;
            margin: 1.5rem auto; 
        }
    
   .content__container {
    margin-top: 0.1em;
  overflow: hidden;
  height: 70px;
  padding: 0 10px;
  font-size: 2em; font-weight: 500; font-family: 'Behind-Medium', sans-serif;
}
.content__container__list {
  margin-top: 0;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 70px;
  margin: 0;
}   
}

/* =====================================================
   WORKS PAGE RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 991.98px) {
  .service-body .container-fluid { padding-left: 0.75rem; padding-right: 0.75rem; }
  .service-body .navbar-floating .container-fluid { flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
  .service-body .navbar-nav { flex-wrap: wrap; justify-content: center; gap: 0.85rem !important; margin-right: 0 !important; }
  .service-body .ms-auto { margin-left: 0 !important; width: 100%; display: flex; justify-content: center; }
  .service-body .nav-tabs { width: 100%; display: flex; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .service-body .nav-tabs::-webkit-scrollbar { display: none; }
  .service-body .nav-tabs .nav-link { flex: 0 0 auto; white-space: nowrap; padding: 0.75rem 1rem; font-size: 0.95rem; }
  .service-body .service-card { padding: 1rem !important; }
  .service-body .service-card .d-flex.align-items-center.justify-content-between { flex-direction: column; align-items: flex-start !important; gap: 0.85rem; }
  .service-body .bottom-row { width: 100%; justify-content: flex-end; }
  .service-body .glass-arrow-btn { width: 48px; height: 48px; }
  .service-body .glass-arrow-btn .arrow { font-size: 20px; }
  .service-body .ui-images img { width: 100%; max-width: 100%; margin-bottom: 1.75rem; }
}

@media (max-width: 767.98px) {
  .service-body { padding-left: 0.5rem; padding-right: 0.5rem; }
  .service-body h1 { font-size: 2.4rem; line-height: 1.15; margin-top: 1rem; }
  .service-body h4 { font-size: 1.1rem; }
  .service-body .navbar-floating { width: 100%; max-width: 100%; min-width: 0; border-radius: 1.25rem; padding: 0.85rem 1rem; }
  .service-body .logo-placeholder { width: 32px; height: 32px; }
  .service-body .nav-tabs { border-radius:3.2rem; padding: 0.35rem; gap: 0.35rem; }
  .service-body .nav-tabs .nav-link { padding: 0.6rem 0.9rem; font-size: 0.88rem; }
  .service-body .service-card { border-radius: 1.2rem; }
  .service-body .card-img-container-2 img { width: 100%; border-width: 4px; }
  .service-body .glass-arrow-btn { width: 44px; height: 44px; }
  .service-body .glass-arrow-btn .arrow { font-size: 18px; }
  .service-body .ui-images img { border-radius: 1rem; margin-bottom: 1.5rem; }
}

@media (max-width: 575.98px) {
  .service-body .navbar-floating .container-fluid { gap: 0.6rem; }
  .service-body .navbar-nav { gap: 0.6rem !important; }
  .service-body .btn-outline-custom { width: 100%; text-align: center; }
  .service-body .nav-tabs .nav-link { padding: 0.55rem 0.75rem; font-size: 0.82rem; }
  .service-body .service-card { padding: 0.85rem !important; }
  .service-body .glass-arrow-btn { width: 42px; height: 42px; }
  .service-body .glass-arrow-btn .arrow { font-size: 17px; }
  .service-body .ui-images img { margin-bottom: 1.25rem; }
}

/* =====================================================
   ABOUT PAGE RESPONSIVE FIXES
   ===================================================== */

@media (max-width: 991.98px) {
    /* Tablet adjustments */
    .video-container {
        height: 350px;
        margin-top: 2rem;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-section .lead.w-75 {
        width: 100% !important;
    }
    .manifesto-section .ps-lg-5 {
        padding-left: 0 !important;
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    /* Mobile adjustments */
   
    .hero-section .display-1 {
        font-size: 3rem;
    }
    .video-container {
        height: 250px;
        max-width: 100%;
    }
    
    .narrative-card {
        padding: 2rem !important;
    }
    .deco-arc {
        top: -10px;
        left: -10px;
        width: 40px;
        height: 40px;
    }
    
    .stat-card {
        padding: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    /* Small Mobile adjustments */
    .hero-section .display-1 {
        font-size: 2.5rem;
    }
    .hero-section h6 {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    .video-container {
        height: 200px;
        border-width: 2px;
    }
    .stat-card h3 {
        font-size: 1.8rem;
    }
   
}