 :root {
   --bg: #0b1020;
   /* page background */
   --card: #0f152c;
   /* card background */
   --muted: #a6b0cf;
   /* muted text */
   --text: #e8ecff;
   /* primary text */
   --brand: #6e8bff;
   /* brand accent */
   --brand-2: #00e0b8;
   /* secondary accent */
   --ring: rgba(110, 139, 255, 0.35);
   --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
   --radius: 18px;
   --maxw: 1100px;
 }

 * {
   box-sizing: border-box;
 }
jsx-2128633596
 html {
   scroll-behavior: smooth;
 }

 html,
 body {
   margin: 0;
   padding: 0;
   background: var(--bg);
   color: var(--text);
   font-family: Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;
   line-height: 1.5;
 }

 a {
   color: inherit;
   text-decoration: none;
 }

 /* .cta a:hover{
  opacity: 1;
} */


.logo_img {
    /* max-width: 100%; */
    display: block;
    /* padding: 30px; */
    width: 190px;
}

 .Singapore_section_img {
   max-width: 100%;
   display: block;
   padding: 30px;
 }

 .btn-icon {
   width: 18px;
   height: 18px;
   filter: invert(1);
   /* makes SVG white on dark background */
   transition: transform 0.3s ease;
   color: white;
   margin-left: auto;
 }


 /* casestudy ------>>>> */

 :root {
   --bg-dark: #0a0f1a;
   --text-light: #e2e6f3;
   --muted: #a0a7c0;
   --accent: #1e3a8a;
   --card-bg: #0f1629;
   --border-color: rgba(255, 255, 255, 0.1);
 }

 .case-studies-section {
   /* background: var(--bg-dark); */
   color: var(--text-light);
   /* padding: 80px 20px; */
 }

 .section-title {
   font-size: 2rem;
   font-weight: 700;
   text-align: left;
   color: #cdd9ff;
   margin-bottom: 40px;
 }

 .case-study {
   background: var(--card-bg);
   border-radius: 20px;
   padding: 40px;
   display: grid;
   grid-template-columns: 1.2fr 1fr;
   align-items: center;
   gap: 40px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
 }

 .case-image {
   position: relative;
   overflow: hidden;
   border-radius: 12px;
   /* optional for smooth corners */
 }

 .case-image img {
   width: 100%;
   display: block;
   transition: transform 0.4s ease;
 }

 /* Overlay */
 .case-image .overlay {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.55);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: opacity 0.4s ease;
 }

 /* Button in the center */
 .overlay-btn {
   background: #fff;
   color: #000;
   padding: 10px 22px;
   border-radius: 30px;
   font-weight: 600;
   text-decoration: none;
   transition: all 0.3s ease;
 }

 .overlay-btn:hover {
   background: #000;
   color: #fff;
 }

 /* Hover effects */
 .case-image:hover .overlay {
   opacity: 1;
 }

 .case-image:hover img {
   transform: scale(1.05);
 }


 .case-image img {
   width: 100%;
   /* opacity: 0.85; */
   /* border-radius: 16px; */
   border-radius: 50px;
   padding: 40px;
   transition: opacity 0.3s ease;
   cursor: pointer;
 }

 /* .case-image:hover img {
  opacity: 1;
} */

 .case-desc {
   color: var(--muted);
   line-height: 1.6;
   margin-bottom: 30px;
   font-size: 18px;
 }

 .kpis {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   margin-top: 30px;
 }

 .kpi {
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid var(--border-color);
   border-radius: 12px;
   padding: 16px;
   text-align: center;
   transition: all 0.3s ease;
   font-family: Inter, system-ui, "Segoe UI", Roboto, Arial, sans-serif;

 }

 .kpi strong {
   display: block;
   font-size: 1.3rem;
   color: #ffffff;
 }

 .kpi .label {
   font-size: 0.8rem;
   color: var(--muted);
 }

 .kpi:hover {
   background: rgba(255, 255, 255, 0.1);
   transform: translateY(-4px);
 }


 .CaseStudies_section_img {
   max-width: 100%;
   display: block;
   /* padding: 30px; */
   padding: 30px;
   border-radius: 40px;

 }

 .btn {
   display: inline-block;
   padding: 0.9rem 1.2rem;
   border-radius: 999px;
   font-weight: 700;
   letter-spacing: 0.2px;
   min-width: 180px;
   text-align: center;
   white-space: nowrap;
   transition: all 0.3s ease;
   /* 👈 Smooth transition */
   width: 100%;
   max-width: 240px;
   min-width: unset;
 }

 .btn-nav {
   display: inline-block;
   padding: 0.7rem 1.1rem;
   border-radius: 999px;
   font-weight: 700;
   letter-spacing: 0.2px;
   min-width: 150px;
   text-align: center;
   white-space: nowrap;
   transition: all 0.3s ease;
 }

 .btn-form {
   display: inline-block;
   padding: 0.9rem 1.2rem;
   border-radius: 999px;
   font-weight: 700;
   letter-spacing: 0.2px;
   min-width: 180px;
   text-align: center;
   white-space: nowrap;
   transition: all 0.3s ease;
   /* 👈 Smooth transition */
   font-size: 18px;
   border: 1px;
   cursor: pointer;
   width: 100%;
   max-width: 240px;
   min-width: unset;
   font-family: Inter, system-ui, "Segoe UI", Roboto, Arial, sans-serif;
 }

 .btn.primary {
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #0a0f1f;
   box-shadow: 0 12px 24px rgba(110, 139, 255, 0.35);
 }

 .btn-nav.primary {
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #0a0f1f;
   box-shadow: 0 12px 24px rgba(110, 139, 255, 0.35);
 }

 /* Hover effect */
 .btn.primary:hover {
   transform: translateY(-3px);
   /* 👈 Button thoda upar lift hoga */
   box-shadow: 0 16px 32px rgba(110, 139, 255, 0.5);
   background: linear-gradient(135deg, var(--brand-2), var(--brand));
 }

 .btn-nav.primary:hover {
   transform: translateY(-3px);
   /* 👈 Button thoda upar lift hoga */
   box-shadow: 0 16px 32px rgba(110, 139, 255, 0.5);
   background: linear-gradient(135deg, var(--brand-2), var(--brand));
 }


 .btn-form.primary {
   background: linear-gradient(135deg, var(--brand), var(--brand-2));
   color: #0a0f1f;
   box-shadow: 0 12px 24px rgba(110, 139, 255, 0.35);
 }

 /* Hover effect */
 .btn-form.primary:hover {
   transform: translateY(-3px);
   /* 👈 Button thoda upar lift hoga */
   box-shadow: 0 16px 32px rgba(110, 139, 255, 0.5);
   background: linear-gradient(135deg, var(--brand-2), var(--brand));
 }

 /* .btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
} */


 .btn.ghost {
   border: 1px solid rgba(255, 255, 255, 0.15);
   backdrop-filter: blur(6px);
   color: #fff;
   transition: all 0.3s ease;
   /* 👈 smooth transition */
   cursor: pointer;
 }

 .btn.ghost:hover {
   background: rgba(255, 255, 255, 0.08);
   /* 👈 light greyish overlay */
   border-color: rgba(255, 255, 255, 0.25);
   /* 👈 border thoda enhance */
 }

 .badge {
   display: inline-flex;
   gap: 0.5rem;
   align-items: center;
   padding: 0.35rem 0.7rem;
   border-radius: 999px;
   background: rgba(110, 139, 255, 0.15);
   border: 1px solid var(--ring);
   color: #cfe1ff;
   font-weight: 600;
 }

 @media (max-width: 1115px) {
   .container {
     max-width: var(--maxw);
     margin-inline: auto;
     /* padding: clamp(16px, 4vw, 28px); */
   }
 }

 /* Header */
 header.site {
   position: sticky;
   top: 0;
   z-index: 30;
   background: linear-gradient(180deg,
       rgba(11, 16, 32, 0.9),
       rgba(11, 16, 32, 0.6));
   backdrop-filter: blur(8px);
   border-bottom: 1px solid rgba(255, 255, 255, 0.06);
 }

 header .bar {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
   padding-top: 9px;
   padding-bottom: 9px;
 }

 .logo {
   display: flex;
   align-items: center;
   gap: 0.6rem;
   font-weight: 800;
 }

 .logo-dot {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: var(--brand-2);
   box-shadow: 0 0 0 6px rgba(0, 224, 184, 0.15);
 }

 nav a {
   opacity: 0.85;
   margin-left: 1rem;
 }

 nav a:hover {
   opacity: 1;
 }

 .menu-toggle {
   display: none;
   font-size: 22px;
   background: none;
   color: #fff;
   border: none;
   cursor: pointer;
 }

 /* Hero */
 .hero {
   position: relative;
   isolation: isolate;
 }

 .hero::after {
   content: "";
   position: absolute;
   height: 70%;
   background: radial-gradient(50% 60% at 50% 0%,
       rgba(110, 139, 255, 0.25),
       transparent 60%),
     radial-gradient(50% 60% at 70% 20%,
       rgba(0, 224, 184, 0.18),
       transparent 60%);
   z-index: -1;
   filter: blur(30px);
 }

 .hero-grid {
   /* display: grid; */
   gap: 28px;
   grid-template-columns: 1.2fr 0.9fr;
   align-items: center;
 }

 .hero h1 {
   font-size: clamp(32px, 4.2vw, 56px);
   line-height: 1.05;
   padding: 15px 0px 0px 0px;
 }

 .sub {
   font-size: clamp(16px, 2.2vw, 18px);
   color: var(--muted);
   /* max-width: 58ch; */
 }

 .cta {
   display: flex;
   gap: 12px;
   flex-wrap: wrap;
   margin-top: 20px;
   /* justify-content: center; */
   align-items: center;
 }

 .hero-card {
   background: linear-gradient(180deg,
       rgba(255, 255, 255, 0.06),
       rgba(255, 255, 255, 0.02));
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: var(--radius);
   padding: 16px;
 }

 .hero-media {
   aspect-ratio: 16/10;
   border-radius: var(--radius);
   overflow: hidden;
   background: linear-gradient(135deg, #1a2142, #0e1430);
   border: 1px solid rgba(255, 255, 255, 0.06);
 }

 .hero-media .placeholder {
   display: grid;
   place-items: center;
   height: 100%;
   color: #a7b4f6;
   background-color: #FFF;
 }

 /* Stats */
 .stats {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 16px;
   margin-top: 28px;
 }

 .stat {
   background: var(--card);
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: var(--radius);
   padding: 18px;
   text-align: center;
   box-shadow: var(--shadow);
 }

 .stat h3 {
   margin: 0;
   font-size: clamp(22px, 3vw, 28px);
 }

 .stat p {
   margin: 0.2rem 0 0;
   color: var(--muted);
 }

 /* Section */
 section {
   padding-block: clamp(32px, 8vw, 64px);
   /* border-top: 1px solid rgba(255, 255, 255, 0.06); */
 }

 section h2 {
   font-size: clamp(26px, 3.5vw, 40px);
   margin: 0 0 10px;
 }

 section .lead {
   color: var(--muted);
   max-width: 100%;
 }

 /* Services */
 .service-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   margin-top: 22px;
 }

 .card {
   background: var(--card);
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: var(--radius);
   padding: 18px;
   box-shadow: var(--shadow);
 }

 .card2 {
   background: var(--card);
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: var(--radius);
   padding: 18px;
   box-shadow: var(--shadow);
 }

 .card h3 {
   margin: 0.4rem 0;
 }

 .pill {
   display: inline-flex;
   gap: 0.5rem;
   align-items: center;
   font-size: 0.85rem;
   color: #c9d6ff;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 0.35rem 0.6rem;
   border-radius: 999px;
 }

 /* Case studies */
 .cs-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-top: 18px;
 }


 .cs {
   display: grid;
   gap: 42px;
   grid-template-columns: repeat(2, 1fr);
   align-items: center;
 }

 .media {
   /* padding: 30px;
  aspect-ratio: 16/9; */
   border-radius: 14px;
   background: #0a0f1f;
   border: 1px solid rgba(255, 255, 255, 0.06);
   display: grid;
   place-items: center;
   color: #9fb4ff;
 }

 .kpis {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
 }

 .kpis2 {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
 }

 .kpi {
   background: rgba(110, 139, 255, 0.1);
   border: 1px solid var(--ring);
   border-radius: 12px;
   padding: 10px;
   text-align: center;
   font-size: 14px;
 }

 @media (max-width: 597px) {
   .kpis {
     grid-template-columns: 1fr;
     gap: 10px;
   }

   .menu-toggle {
     display: block;
   }

   .cta {
     justify-content: center;
   }
 }

 /* Feature list */
 .features {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
   margin-top: 16px;
 }

 .li {
   display: flex;
   gap: 12px;
   align-items: flex-start;
 }

 .li svg {
   flex: 0 0 22px;
   margin-top: 2px;
 }

 .muted {
   color: var(--muted);
 }

 /* CTA */
 .cta-block {
   background: linear-gradient(180deg,
       rgba(110, 139, 255, 0.15),
       rgba(0, 224, 184, 0.12));
   border: 1px solid var(--ring);
   border-radius: calc(var(--radius) + 6px);
   padding: 24px;
   display: grid;
   /* gap: 10px; */
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
 }

 .cta-block-form {
   border: 1px solid var(--ring);
   border-radius: calc(var(--radius) + 6px);
   padding: 24px;
   display: grid;
   /* gap: 10px; */
   box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
 }

 /* Footer */
 footer {
   padding: 28px;
   /* border-top: 1px solid rgba(255, 255, 255, 0.06); */
   color: var(--muted);
 }



 /* Responsive */
 @media (max-width: 900px) {
   .hero-grid {
     grid-template-columns: 1fr;
   }

   .stats {
     grid-template-columns: repeat(2, 1fr);
   }

   .service-grid {
     grid-template-columns: repeat(2, 1fr);
   }

   .cs-grid {
     grid-template-columns: 1fr;
   }

   .features {
     grid-template-columns: 1fr;
   }

   .case-study {
     background: var(--card-bg);
     border-radius: 20px;
     padding: 30px;
     display: grid;
     grid-template-columns: 1.2fr 1fr;
     align-items: center;
     gap: 40px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   }
 }

 @media (max-width: 768px) {
   .menu-toggle {
     display: block;
   }
   nav {
     display: none;
   }
  
   .logo_img {
    /* max-width: 100%; */
    display: block;
    /* padding: 30px; */
    width: 150px;
}

   .cta {
     flex-direction: column;
     /* Stack buttons vertically on mobile */
     align-items: center;
   }

   .form-grid {
     font-size: 14px;
   }

   input,
   textarea,
   select {
     font-size: 14px;
   }

   .btn-container {
     margin-top: 20px;
     text-align: center;
   }

   .btn {
     width: 100%;
     /* Full width on mobile */
     max-width: 240px;
     /* But not too wide */
     min-width: unset;
   }

   .btn-form {
     width: 100%;
     /* Full width on mobile */
     max-width: 240px;
     /* But not too wide */
     min-width: unset;
   }

   section h2 {
     font-size: clamp(26px, 3.5vw, 40px);
     margin: 0 0 10px;
   }

   .case-study {
     background: var(--card-bg);
     border-radius: 20px;
     padding: 30px;
     display: grid;
     grid-template-columns: 1fr;
     align-items: center;
     gap: 40px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   }

   h1 {
     font-size: 20px;
   }

   .case-desc {
     font-size: 15px;
   }

   .kpi strong {
     font-size: 1.1rem;
   }


   .case-image img {
     width: 100%;
     /* opacity: 0.85; */
     /* border-radius: 16px; */
     border-radius: 6px;
     padding: 0px;
     transition: opacity 0.3s ease;
     cursor: pointer;
   }
 }

 @media (max-width: 597px) {
   nav {
     display: none;
   }

   .stats {
     grid-template-columns: 1fr;
   }

   .service-grid {
     grid-template-columns: 1fr;
   }

   .muted {
     font-size: 12px;
   }

   .cs {
     gap: 12px;
     display: contents;
   }
 }

 @media (max-width: 480px) {
   .btn {
     padding: 0.8rem 1rem;
     /* Slightly smaller padding on very small screens */
     font-size: 14px;
     /* Smaller font if needed */
   }
 }

 /* <---- container ----> */

 /* Standard container */
 .container {
   width: 100%;
   max-width: 1200px;
   /* You can adjust (e.g., 1140px, 1280px) */
   margin: 0 auto;
   /* Centers content */
   padding-left: 16px;
   padding-right: 16px;
   box-sizing: border-box;
 }

 /* Responsive breakpoints */
 @media (max-width: 992px) {
   .container {
     max-width: 960px;
   }
 }

 @media (max-width: 768px) {
   .container {
     max-width: 720px;
   }

 }

 @media (max-width: 576px) {
   .container {
     max-width: 100%;
     padding-left: 12px;
     padding-right: 12px;
   }

   input,
   textarea,
   select {
     font-size: 16px;
   }
 }

 .tu-whatsapp-btn>div {
   background: rgb(37, 211, 102);
   box-sizing: border-box;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   cursor: pointer;
   border-radius: 40px;
   position: fixed;
   /* ✅ hamesha corner me fixed rahega */
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px;
   right: 28px;
   bottom: 56px;
   z-index: 99999;

   /* width: 48px; */
   height: 48px;
   padding: 0px 12px;
   overflow: hidden;
   transition: width 0.3s ease, padding 0.3s ease;
 }

 /* Icon ka size fix */
 .tu-whatsapp-btn>div svg {
   width: 24px;
   height: 24px;
   flex-shrink: 0;
 }

 /* Text default hidden */
 .tu-whatsapp-btn-text {
   margin-left: 10px;
   white-space: nowrap;
   transition: opacity 0.2s ease;
   font-size: 14px;
 }

 @media (max-width: 1250px) {

   .tu-whatsapp-btn-text {
     display: none;
     /* text hide */
   }

 }

 @media (min-width: 768px) and (max-width: 991px) {
   .site nav .btn {
     padding: 10px 24px;
     font-size: 16px;
     min-width: auto;
   }

   .logo_img {
    /* max-width: 100%; */
    display: block;
    /* padding: 30px; */
    width: 160px;
}

   .site nav a {
     font-size: 14px;
   }
 }

 @media (max-width: 991px) {
   .case-study {
     background: var(--card-bg);
     border-radius: 20px;
     padding: 30px;
     display: grid;
     grid-template-columns: 1fr;
     align-items: center;
     gap: 20px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   }
 }

 @media (max-width: 576px) {
   .tu-whatsapp-btn>div {
     bottom: 20px;
     right: 16px;
     width: 56px;
     height: 56px;
     padding: 0;
   }

   .tu-whatsapp-btn-text {
     display: none;
     /* text hide */
   }

   #contact .cta-phone-number {
     text-align: center;
   }

 }



 @media (max-width: 767px) {
   .tu-whatsapp-btn>div {
     box-shadow: rgba(24, 177, 51, 0.5) 0px 2px 16px;
     bottom: 28px;
   }
 }

 /* .case-study {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
} */

 .tu-whatsapp-btn-text {
   margin-left: 8px;
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
 }

 /* footer css  */

 .footer {
   background: #0c0f1a;
   /* Dark theme */
   color: #bbb;
 }

 .footer-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }

 .footer-col {
   margin: 20px;
 }

 .footer-col h3 {
   font-size: 16px;
   margin-bottom: 20px;
   color: #00e0ff;
   /* Accent color */
 }

 .footer-col ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .footer-col ul li {
   margin-bottom: 10px;
 }

 .footer-col ul li a {
   color: #bbb;
   text-decoration: none;
   transition: color 0.3s;
 }

 .footer-col ul li a:hover {
   color: #00e0ff;
 }

 .footer-logo {
   width: 250px;
   margin-bottom: 15px;
 }

 .footer-partner {
   width: 150px;
   margin-top: 10px;
   /* background-color: #e8ecff; */
 }

 .social-links {
   display: flex;
   gap: 15px;
 }

 .social-links img {
   width: 28px;
   height: 28px;
   filter: brightness(0) invert(1);
   transition: transform 0.3s;
 }

 .social-links img:hover {
   transform: scale(1.1);
 }

 .footer-bottom {
   border-top: 1px solid #333;
   padding-top: 20px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   font-size: 14px;
   color: #bbb;
   align-items: center;

 }

 .footer-bottom a {
   color: #bbb;
   text-decoration: none;
 }

 .footer-bottom a:hover {
   color: #00e0ff;
 }

 /* Responsive */
 @media (max-width: 768px) {
   .footer-container {
     flex-direction: column;
     align-items: center;
     text-align: center;
   }

   .footer-logo {
      width: 150px;
   margin-bottom: 15px;
   }


   .footer-col:has(h3:contains("CONNECT")) {
     order: -1;
   }

   /* Alternative approach using nth-child if the above doesn't work */
   .footer-col:nth-child(4) {
     order: -1;
   }


   .footer-col.info {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
   }

   .footer-col {
     margin: 15px 0;
   }

   .footer-bottom {
     flex-direction: column;
     text-align: center;
     gap: 10px;
   }
 }

 .icon {
   /* width: 40px; */
   /* height: 40px; */
   /* margin: 8px; */
   border-radius: 6px;
   transition: background 0.3s, box-shadow 0.3s;
 }

 .footer-col.info {
   display: flex;
   flex-direction: column;
 }

 /* swipper --->> */

 .swiper {
   width: 100%;
   height: 100%;
 }

 .swiper-slide {
   text-align: center;
   font-size: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
 }

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

 /* .highlight {
color: var(--brand-2);
text-decoration: none;
border-bottom: 1px solid var(--brand-2);
}

.highlight:hover {
border-bottom-width: 2px;
transition: border-bottom-width 0.2s ease;
} */



 /* form section -- */

 .form-container h2 {
   font-size: 26px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #fff;
   text-align: center;
 }

 .form-container p {
   font-size: 14px;
   color: #9ca3af;
   margin-bottom: 30px;
   text-align: center;
 }

 .form-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
   margin-bottom: 20px;
 }

 .form-grid .full {
   grid-column: 1 / 3;
 }

 input,
 textarea,
 select {
   width: 100%;
   padding: 12px 14px;
   border-radius: 10px;
   border: none;
   outline: none;
   background: #1a2036;
   color: #9ca3af;
   font-size: 18px;
   border: 1px solid rgba(255, 255, 255, 0.06);
   font-family: Inter, system-ui, Segoe UI, Roboto, Arial, sans-serif;
 }

 input::placeholder,
 textarea::placeholder {
   color: #9ca3af;
 }

 textarea {
   resize: none;
   min-height: 100px;
 }

 .btn-submit {
   display: inline-block;
   background: linear-gradient(90deg, #4facfe, #00f2fe);
   color: #fff;
   border: none;
   padding: 14px 25px;
   border-radius: 10px;
   cursor: pointer;
   font-size: 16px;
   font-weight: 600;
   transition: transform 0.2s ease, opacity 0.2s ease;
 }

 .btn-submit:hover {
   transform: scale(1.05);
   opacity: 0.9;
 }

 .btn-container {
   margin-top: 20px;
 }

 /* Responsive */
 @media(max-width: 600px) {
   .form-grid {
     grid-template-columns: 1fr;
   }

   .form-grid .full {
     grid-column: 1 / 2;
   }

   .btn-container {
     margin-top: 20px;
     text-align: center;
   }
 }

 .select-wrapper {
   position: relative;
   display: inline-block;
 }

 .platform-select {
   padding-right: 35px;
   appearance: none;
 }

 .chevron {
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   pointer-events: none;
   color: #dadbdf;
   font-size: 30px;
 }

 /* Popup Overlay */
 .popup-overlay {
   display: none;
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.75);
   z-index: 9999;
   justify-content: center;
   align-items: center;
   backdrop-filter: blur(6px);
   animation: fadeIn 0.3s ease;
 }

 /* Popup Box */
 .popup-content {
   background: var(--surface-1, #0f172a);
   color: #fff;
   max-width: 720px;
   width: 90%;
   padding: 2rem;
   border-radius: 1rem;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
   font-family: "Inter", sans-serif;
   /* line-height: 1.6; */
   max-height: 80vh;
   overflow-y: auto;
   border: 1px solid rgba(255, 255, 255, 0.1);
   animation: slideUp 0.3s ease;
 }

 /* <----- nav toggle -----> */


 .card {
   background: var(--card-bg);
   padding: 2rem;
   border-radius: 12px;
   /* max-width: 400px;
            margin: 20px auto; */
 }

 .pill {
   display: inline-block;
   background: rgba(59, 130, 246, 0.1);
   color: var(--brand-1);
   padding: 0.4rem 0.9rem;
   border-radius: 999px;
   font-size: 0.85rem;
   font-weight: 600;
   margin-bottom: 1rem;
 }

 .card h3 {
   font-size: 1.5rem;
   margin-bottom: 0.8rem;
   color: var(--text);
 }

 .muted {
   color: var(--muted);
   line-height: 1.6;
   margin-bottom: 1rem;
 }

 .highlight {
   color: var(--brand-2);
   cursor: pointer;
   text-decoration: underline;
   transition: color 0.2s;
 }

 .highlight:hover {
   color: var(--brand-1);
 }

 /* Popup Styles */
 .popup-overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.85);
   z-index: 999;
   animation: fadeIn 0.3s ease;
 }

 .popup-overlay.active {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
 }

 .popup-content {
   background: var(--card-bg);
   border: 1px solid rgba(148, 163, 184, 0.2);
   border-radius: 16px;
   max-width: 650px;
   width: 100%;
   max-height: 90vh;
   overflow-y: auto;
   padding: 2.5rem;
   position: relative;
   animation: slideUp 0.3s ease;
 }

 .close-popup {
   position: absolute;
   /* top: 20px; */
   right: 25px;
   font-size: 2rem;
   cursor: pointer;
   color: var(--brand-2);
   transition: color 0.2s;
   line-height: 1;
   font-weight: 300;
 }

 .close-popup:hover {
   color: #f87171;
 }

 .popup-content h2 {
   font-size: 1.8rem;
   margin-bottom: 1rem;
   color: var(--text);
   padding-right: 30px;
 }

 .popup-content p {
   color: var(--muted);
   line-height: 1.7;
   margin-bottom: 1.5rem;
 }

 .popup-content ol {
   list-style: none;
   counter-reset: item;
   margin-bottom: 1.5rem;
 }

 .popup-content ol li {
   counter-increment: item;
   margin-bottom: 1.2rem;
   color: var(--muted);
   line-height: 1.6;
 }

 .popup-content ol li strong {
   color: var(--text);
   font-weight: 600;
 }

 /* Deliverables Box */
 .deliverables-box {
   background: linear-gradient(180deg, rgba(110, 139, 255, 0.15), rgba(0, 224, 184, 0.12));
   border: 1px solid rgba(59, 130, 246, 0.2);
   border-radius: 12px;
   padding: 10px;
   margin: 2px;
 }

 .deliverables-box .icon {
   display: flex;
   align-items: center;
   gap: 8px;
   color: #10b981;
   font-weight: 600;
   margin-bottom: 0.7rem;
 }

 .deliverables-box .icon::before {
   content: "";
   display: flex;
   width: 25px;
   height: 25px;
   background-image: url('public/icons/deliverable.svg');
   background-size: contain;
   background-repeat: no-repeat;
 }

 .deliverables-box p {
   color: var(--muted);
   font-size: 14px;
   margin-bottom: 0px;
 }

 /* Outcome Box */
 .outcome-box {
   background: linear-gradient(180deg, rgba(110, 139, 255, 0.15), rgba(0, 224, 184, 0.12));
   border: 1px solid rgba(59, 130, 246, 0.2);
   border-radius: 12px;
   padding: 10px;
   margin-top: 15px;
 }

 .outcome-box .icon {
   display: flex;
   gap: 8px;
   align-items: center;
   color: #10b981;
   font-weight: 600;
   margin-bottom: 0.7rem;
 }

 /* .outcome-box .icon::before {
            content: "✓";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: rgba(16, 185, 129, 0.2);
            border-radius: 50%;
            font-size: 0.85rem;
        } */
 .outcome-box .icon::before {
   content: "";
   display: flex;
   width: 25px;
   height: 25px;
   background-image: url('public/icons/outcome.svg');
   background-size: contain;
   background-repeat: no-repeat;
 }

 .outcome-box p {
   color: var(--muted);
   font-size: 14px;
   margin-bottom: 0px;
 }

 .cta {
   margin-top: 1.5rem;
   text-align: left;
 }

 /* Animations */
 @keyframes fadeIn {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 @keyframes slideUp {
   from {
     transform: translateY(30px);
     opacity: 0;
   }

   to {
     transform: translateY(0);
     opacity: 1;
   }
 }

 /* Scrollbar Styling */
 .popup-content::-webkit-scrollbar {
   width: 8px;
 }

 .popup-content::-webkit-scrollbar-track {
   background: rgba(148, 163, 184, 0.1);
   border-radius: 10px;
 }

 .popup-content::-webkit-scrollbar-thumb {
   background: rgba(148, 163, 184, 0.3);
   border-radius: 10px;
 }

 .popup-content::-webkit-scrollbar-thumb:hover {
   background: rgba(148, 163, 184, 0.5);
 }

 @media (max-width: 767px) {
   .popup-content {
     padding: 1.8rem;
     max-height: 85vh;
   }

   .popup-content h2 {
     font-size: 1.5rem;
   }

   .btn {
     padding: 0.8rem 1.8rem;
     font-size: 0.95rem;
   }

   .nav-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 1);
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.3s ease;
     /* z-index: 900; */
   }

   .nav-overlay.active {
     opacity: 1;
     visibility: visible;
   }

   nav {
     position: fixed;
     top: 0;
     left: 0px;
     transform: translateX(-100%);
     width: 100%;
     height: 100vh;
     background-color: var(--bg);
     display: flex;
     flex-direction: column;
     padding: 20px;
     gap: 45px;
     transition: all 0.3s ease;
     font-size: 20px;
     z-index: 1000;
     justify-content: center;
     align-items: center;

   }


   .btn {
     display: inline-block;
     padding: 0.9rem 2.2rem;
     border-radius: 999px;
     font-weight: 700;
     letter-spacing: 0.2px;
   }

   .btn-form {
     display: inline-block;
     padding: 0.9rem 2.2rem;
     border-radius: 999px;
     font-weight: 700;
     letter-spacing: 0.2px;
     font-size: 16px;
     border: 1px;
     cursor: pointer;
   }

   nav.active {
     transform: translateX(0%);
   }

   .menu-toggle {
     display: block;
     z-index: 1100;
   }
 }



 #snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 320px;
  background-color: #00e0b8; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
