
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: white;
  color: black;
}
header {
  background: transparent;
  color: black;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
margin-top: -0.8rem;
height: 55px;
}

.container {
  padding-top: 10px;
}


.hero {
  padding: 0.4rem 0rem;
  background: white;
  color: white;

  margin-bottom: 1.3rem;
  margin-top: -2rem;

}

 #intro-text {
      font-family: 'Courier New', monospace;
      color: whitesmoke;
      font-size: 22px;
      white-space: pre-wrap;
      border-right: 2px solid whitesmoke;
      padding-right: 30px;
      display: inline-block;
      margin-top: 260px;
      font-weight: 400;
      margin-right: 270px;
      text-decoration: none;
padding-left: -100px;
    }


.logo {
  width: 100px;
 

}
/* styles.css */
body {
  margin: 0;
  background-color: white;
  font-family: Arial, sans-serif;
  color: black;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  color: black;
  padding: 1rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.4s ease-in-out;
  z-index: 1000;
}

header nav a {
  color:black;
  margin-right: 25px;
  text-decoration: none;
    margin-left: 10px;
 
  
}

header.hide {
  top: -100px;
}

.floating-logo {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
 
  z-index: 1001;
}
.floating-logo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last {
  text-align: center;
  display: flex;
  font-style: italic;
  font-weight: 100;
}

.contentlogs {
  display: flex;

  gap: 70px;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  max-width: 100%;
}
.logo55 {
   border-radius: 200px;
   width: 100px;
}
.contentlogs:hover {
  background-color: #000;
  border: 2px solid white;
  transition: all 1s ease-in-out;
  gap: 140px;

}
div[style*="padding:30px;"]:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.img22 {
  width: 65%;
  border-radius: 10%;
}

.cert-number {
  font-weight: bold;
  color: #0a84ff;
  margin-top: 10px;
}

.certificate-image {
  flex: 1 1 400px;
  text-align: center;
}

.certificate-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #e6e6e6;
}

/* Mobile */
@media (max-width: 768px) {
  .certificate-container {
    flex-direction: column-reverse;
    text-align: center;
  }
  .certificate-text h2 {
    font-size: 24px;
  }
}

    html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      scroll-behavior: smooth;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
      .contentlogs {
  display: flex;
  gap: 70px;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  max-width: 70%;
  justify-content: center;
  flex-wrap: wrap; /* stack nicely on small screens */
}

/* LOGO STRIP */
.contentlogs {
  display: flex;
  gap: 60px;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  max-width: 70%;
  background: #fff;
  overflow-x: auto;                 /* horizontal scroll on mobile */
  scroll-snap-type: x mandatory;    /* snap logos */
  -webkit-overflow-scrolling: touch;
  transition: background-color .6s ease, border-color .6s ease, gap .6s ease;
}

/* Active state (replaces :hover) */
.contentlogs.active {
  background: #000;
  border-color: #fff;
  gap: 50px;     
  transition: all 4s ease-in-out;                  /* mimic your hover spacing */
}

/* LOGOS */
.logo55 {
  border-radius: 200px;
  width: 70px;
  height: auto;
  flex: 0 0 auto;                   /* don't shrink */
  scroll-snap-align: center;
  transition: transform .4s ease, filter .4s ease, outline-color .4s ease;
  filter: grayscale(100%) opacity(.85);
  outline: 2px solid transparent;   /* for white ring on active */
  outline-offset: 4px;
  transition: all 4s ease-out;
}

/* Highlight the logo that's in view */
.logo55.active {
  filter: none;
  transform: scale(1.15);
  outline-color: #fff;
}



@media (max-width: 600px) {
  .contentlogs { gap: 40px; }
  .contentlogs.active { gap: 80px; }
  .logo55 { width: 84px; }
}

    html, body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }



    header#mainHeader {
     margin-left: 3.1rem;
     
      padding: 0.5rem 1rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      background: white;
      max-width: 95%;
      position: fixed;
      top: 20px;
      left: 46%;

      transform: translateX(-50%);
      z-index: 1000;
      transition: opacity 0.4s ease-in-out;
    }
    header#mainHeader.hidden {
      opacity: 0;
      pointer-events: none;
    }
    section {
      text-align: center;
      padding: 6rem 2rem;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .con {
      z-index: 77;
    }
    .flip-logo {
      position: fixed;
      bottom: 2rem;
      left: 2rem;
      width: 80px;
      height: 80px;
      z-index: 998;
      perspective: 1000px;
    }
    .flip-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 50%;
    box-shadow: 0 0 10px #0a84ff;   
    animation: smoothFlip 6s infinite ease-in-out;
      
    }
    @keyframes smoothFlip {
      0% { transform: rotateY(0deg); }
      50% { transform: rotateY(180deg); }
      100% { transform: rotateY(360deg); }
    }
    .background-video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: -1;
    }
    .background-video-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    @media (max-width: 768px) {
      header#mainHeader {
        margin: 1rem;
        padding: 0.5rem;
      }
      .flip-logo {
        width: 60px;
        height: 60px;
      }
      .contentlogs {
       max-width: 100%;
       display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:50px;
       
      }
      .contentlogs:hover {
  background-color: #000;
  border: 2px solid white;
  transition: all 1s ease-in-out;
  gap: 60px;

}
  
    
  }

  .img22 {
    width: 100%;

  }
  section img:hover {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: scale(1.05);
  }



  .con {
  text-align: center;
  color: #fff;
  padding: 80px 5px;
}

.tagline {
  font-size: 18px;
  letter-spacing: 2px;
  color: #00d084;
  text-transform: uppercase;
  font-weight: 600;
}

.subtext {
  font-size: 80px;
  margin-bottom: 10px;
  opacity: 0.9;
}



.highlight {
  color: #00d084;
}







/* Fix for About section overflow & small screen issues */
#about {
  overflow: visible !important;
}

#about img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive text and spacing adjustments */
@media (max-width: 768px) {
  #about h2 {
    font-size: 2rem !important;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  #about p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    padding: 0 0.5rem;
  }

  #about .grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  #about .p-8 {
    padding: 1.5rem !important;
  }

  #about ul {
    padding-left: 1rem !important;
  }
}

@media (max-width: 480px) {
  #about h2 {
    font-size: 1.75rem !important;
  }

  #about p {
    font-size: 0.95rem !important;
  }
}









/* start new style */

/* -----------------------------
   GLOBAL HEADER (DESKTOP)
-------------------------------- */
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.nav-links {
  display: flex;
  gap: 40px;
}

.nav-links a {
  color: black;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover {
  opacity: 0.7;
}

.request-btn {
 background:    #0a84ff;

  padding: 10px 24px;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.request-btn:hover {
  background: #b8952f;
}

/* -----------------------------
   HAMBURGER MENU (MOBILE ONLY)
-------------------------------- */
.hamburger {
  display: none;
  width: 35px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  background: white;
  height: 4px;
  width: 100%;
  border-radius: 5px;
}

/* -----------------------------
   HERO SECTION – DESKTOP
-------------------------------- */
.hero {
  width: 100%;
  height: 100vh;
  background: white;  /* your dark theme */
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-inner {
  max-width: 700px;
}

.hero-title {
  color: white;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  
}



.hero-cta:hover {
  background: #8d32e6;
}

/*mobile hero look*/
/* ---------- MOBILE (max-width: 768px) ---------- */
@media (max-width: 768px) {

  header {
    padding: 20px 25px;
  }

  .nav-links,
  .request-btn {
    display: none; /* hide full nav */
  }

  .hamburger {
    display: flex; /* show hamburger */
  }

  .hero {
    padding: 0 25px;
    justify-content: center;
    text-align: center;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtext {
    font-size: 1rem;
    width: 90%;

  }

  
  
}

@media (min-width: 800px) {

 .hero-title {
 
  margin-right: 49rem;
  margin-bottom: -9rem;
 } 
 .cta {
  margin-top:  1rem !important;
}

}




/* Desktop Menu */
.navbar {
  width: 100%;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

/* Hamburger (hidden on desktop) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: black;
  border-radius: 50px;
}

/* MOBILE MODE */
@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: #111;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-left: 30px;
    gap: 30px;
    transition: 0.4s;
  }

  .nav-links.show {
    right: 0;
  }

  .hamburger {
    display: flex;
  }
}



/* MOBILE MODE */
@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: #111;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-left: 30px;
    gap: 30px;
    transition: 0.4s;
  }

  .nav-links.show {
    right: 0;
  }

  .hamburger {
    display: flex;
  }
}


.cta {

  color: black !important;
  background-color: aliceblue !important;
  margin-top: 5rem !important;
  padding: 12px 24px !important;
  border-radius: 30px !important;
  text-decoration: none;
  margin-right: 5rem !important;
  background-color: rgba(255,255,255,0.02) !important;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00)) !important;
  color: rgb(10, 10, 10) !important;
  border: 2px solid rgb(10, 10, 10) !important;
  box-shadow: 0 10px 30px rgba(0,208,132,0.10), 0 0 12px rgba(0,208,132,0.06) inset !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.6) !important;
  backdrop-filter: blur(6px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(6px) saturate(130%) !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  outline: none !important;
  will-change: transform, box-shadow !important;
  z-index: 20 !important;
  position: absolute !important;
  right: 1rem !important;
}

/* Hide menu in mobile */
@media (max-width:800px) {
  .nav-links ul {
    display: none;
    flex-direction: column;
    background: black;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
  }

  .nav-links ul.show {
    display: flex;
  }
}





/* Mobile Menu */
#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 70%;
  max-width: 280px;
  background: rgba(20, 20, 20, 0.97);
  backdrop-filter: blur(6px);
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  z-index: 9999;
}

#mobileMenu.open {
  transform: translateX(0);
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.mobile-menu-content a {
  margin: 15px 0;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
}

.close-btn {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
  cursor: pointer;
  width: fit-content;
}
@media (max-width: 600px) {

  
  header{

    width: 83% !important;

  }
 
}





/* new code */
.why-section {
  padding: -13px 20px;
  background: #ffffff;
  height: auto !important;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
  color: #0d0d0d;
}

.section-title span {
  color: #0a84ff; /* Real gold tone */
}

.section-subtitle {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 70px;
  font-size: 1.15rem;
  color: #4b4b4b;
  line-height: 1.6;
}

/* GRID */
.why-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* FEATURE CARDS */
.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.35s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  border-color: #0a84ff;
}

/* ICON */
.feature-icon {
  width: 55px;
  margin-bottom: 15px;
}

/* HEADINGS */
.feature-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d0d0d;
}

/* TEXT */
.feature-card p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .section-title { font-size: 2.2rem; }
  .section-subtitle { font-size: 1rem; }
  .feature-card { padding: 30px 20px; }
}
.ia {
  background: linear-gradient(to bottom, #fafafa, #ffffff);
  
}


.ia {
  width: 48px !important;
  height: 48px !important;
}

@media (max-width: 768px) {
  .ia {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 480px) {
  .ia {
    width: 32px !important;
    height: 32px !important;
  }
   #cred-logo {
    display: none !important;
   }
   .cred-center {
    display: none !important;
   }
}

.video-container video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: translate(-50%, -50%) !important;
}
.ia  {
  width: 40px;
  height: 40px;
  color: #0a84ff; /* NextGen gold */
  stroke-width: 1.5;
  margin-bottom: 1rem;
}
.primary-btn {
  background: #0a84ff;
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
}

.primary-btn:hover {
  background: #0a84ff;
}










.trust-section{
padding:80px 40px;
background:#f8f8f8;
overflow:hidden;
}

.logo-row{
display:flex;
align-items:center;
gap:70px;
margin-bottom:40px;
}

.logo-row img{
height:35px;

filter:grayscale(100%);
opacity:0.7;

transition:0.3s;
}

.logo-row img:hover{
filter:none;
opacity:1;
transform:scale(1.05);
}


.moving{
animation:scrollLogos 25s linear infinite;
}

@keyframes scrollLogos{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

.moving{
animation:scrollLogos 25s linear infinite;
transform:rotate(-2deg);
}



:root{
  --ng-gold: #0a84ff;   /* NextGen gold */
  --ng-dark: #0f1720;
  --ng-ink: #111827;
  --ng-muted: #6b7280;
  --card-bg: #ffffff;
  --card-shadow: 0 10px 30px rgba(15,23,32,0.06);
  --glass: rgba(255,255,255,0.6);
  --radius: 14px;
}

/* Section layout */
.ng-services {
  background: #070707; /* white theme */
  color: white;
  padding: 64px 20px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.ng-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.ng-services-header { text-align: center; margin-bottom: 36px; }
.ng-title {
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0;
  color: var(--ng-gold);
  letter-spacing: -0.02em;

}
.ng-sub {
  
  color: white;
  font-size: 1rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.ng-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 28px;
}

/* Card */
.ng-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: var(--radius);
  padding: 28px;
  background: black;
  box-shadow: #181818;
  transition: transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .36s;
  border: 1px solid whitesmoke;
  will-change: transform;
  min-height: 220px;
  justify-content: flex-start;
  color: white;
}
.ng-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(15,23,32,0.08);
  border-color: rgba(212,175,55,0.12);
}

/* Icon (circle + gold accent left) */
.ng-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(180deg, rgb(15, 15, 15), rgb(14, 13, 13));
  color:  white;
  box-shadow: 0 6px 12px rgba(0,0,0,0.04);
  border: 1px solid rgba(15,23,32,0.04);
  transition: transform .36s;
}
.ng-card:hover .ng-card-icon { transform: translateY(-6px); color: var(--ng-gold); }

/* Title / copy */
.ng-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: white;
}
.ng-card-copy {
  color: snow;
  font-size: 0.96rem;
  margin: 0;
  line-height: 1.6;
  margin-top: 6px;
}

/* Reveal animation state (starts hidden) */
[data-reveal] { opacity: 0; transform: translateY(10px); transition: all .6s cubic-bezier(.2,.9,.2,1); }
[data-reveal].in-view { opacity: 1; transform: translateY(0); }

/* Responsive grid */
@media (min-width: 720px) {
  .ng-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .ng-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Slight larger icon on big screens */
@media (min-width: 1100px) {
  .ng-card-icon { width: 72px; height: 72px; border-radius: 14px; }
  .ng-card { min-height: 240px; padding: 34px; }
  .ng-title { font-size: 2.4rem; }
}

/* Accessibility & small improvements */
.ng-card-icon svg { width: 44px; height: 44px; stroke-width: 1.5; }



 .srv {
        font-size: 1.1rem ;
        color: white ; /* fallback color */
        text-transform: uppercase ;
        font-weight: 700 ;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) ;
        line-height: 1.2 ;
        /* wider multicolor gradient for a smooth transition */
        background: linear-gradient(90deg, white 20%, #8a31d8 60%, rgb(57, 57, 235) 100%) ;
        background-size: 300% 300% ;
        -webkit-background-clip: text ;
        -webkit-text-fill-color: transparent ;
        background-clip: text ;
        will-change: background-position ;
        /* slow continuous transition — 30s is subtle; adjust if you want faster/slower */
        animation: gradientText 10s linear infinite;
        }

    @keyframes gradientText {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50% ; }
        100% { background-position: 0% 50%; }
    }


    #cred-logo {
      width: 90px !important;
      border-radius: 20%;


    }
    .cred-center {
      background: black;
    }
    

    /* new code */ 


    :root{
  --bg:rgb(121, 212, 93);
  --accent:#0b76ff;   /* blue accent */
  --muted:#6b7280;
  --card-bg: #f8fbff;
  --radius:14px;
  --shadow: 0 10px 30px rgba(11,118,255,0.08);
  --max-width:1100px;
  --center-size:140px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.cred-wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.cred-top { text-align:center; margin-bottom:36px; }
.cred-title { font-size:28px; font-weight:700; color:#0f1724; margin:0 0 8px; }
.cred-sub { color:var(--muted); margin:0; font-size:15px; }

.cred-stage { position:relative; height:520px; display:flex; align-items:center; justify-content:center; }

/* SVG area */
.cred-svg-wrap { position:relative; width:100%; max-width:980px; height:520px; }
#cred-pipes { position:absolute; inset:0; width:100%; height:100%; overflow:visible; }

/* pipe base styles */
.pipe {
  fill: none;
  stroke: rgba(11,118,255,0.09);
  stroke-width:22;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter: blur(0.2px);
}

/* thin bright highlight overlay (drawn with smaller stroke) */


/* center logo overlay */
.cred-center {
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:var(--center-size); height:var(--center-size);
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg,#fff,#f7fbff);
  box-shadow: 0 6px 30px rgba(11,118,255,0.06), inset 0 -6px 20px rgba(11,118,255,0.02);
  z-index:6;
  transition: transform .28s cubic-bezier(.2,.9,.2,1);
}
#cred-logo { width:84%; height:84%; object-fit:contain; }

/* particle (we animate this via JS/CSS offset-path) */
#particle { z-index:7; filter: drop-shadow(0 6px 14px rgba(11,118,255,0.16)); }

/* cards */
.cred-cards { position:absolute; inset:0; pointer-events:auto; z-index:5; }
.card { width:220px; min-height:84px; background:var(--card-bg); border-radius:12px; box-shadow:var(--shadow); display:flex; gap:12px; align-items:center; padding:14px; justify-content:flex-start; transform:translateY(0); opacity:0; transition: transform .45s ease, opacity .35s ease; }
.card img { width:56px; height:56px; object-fit:contain; border-radius:8px; background:white; padding:6px; box-shadow:0 6px 18px rgba(16,24,40,0.04); }
.card-title { font-weight:600; color:#0f1724; font-size:14px; }

/* position each card */


/* reveal helper class (applied by JS when visible) */
.card.show { transform:translateY(0) scale(1); opacity:1; }

/* stats */
.cred-stats { display:flex; gap:68px; justify-content:center; margin-top:66px; }
.stat { text-align:center; }
.stat-value { font-size:45px; font-weight:800; color:var(--accent); color: black;}
.stat-label { color:var(--muted); font-size:17px; margin-top:34px; }

/* small responsive tweaks */
@media (max-width:900px){
  .cred-stage { height:640px; padding-top:50px; padding-bottom:50px; }
  .card { width:200px; }
  .card-right { right:20% !important; }
  .card-left { left:20% ; }
 
}
@media (max-width:700px){
  .cred-stage { height:auto; padding:30px 0 10px; display:block; }
  .cred-svg-wrap { height:360px; }
  .card { width:86%; margin:12px auto; left:50%; transform:translateX(-50%); position:relative; opacity:1; }
  .card-top, .card-bottom, .card-left, .card-right { position:relative; top:auto !important; left: auto !important;; right: auto !important;; transform:none; }
  .cred-stats { flex-direction:row; gap:18px; flex-wrap:wrap; justify-content:center; }
  .cred-stats {
  margin-top: 150px;}
  .ratingSec img {
   padding: auto !important;
   margin: auto !important;
   width: 230px !important;

  }
#cred-logo {
  display: none;
}
.cred-center {
  display: none;
}
}

/* tiny animations for cards */
.card.anim-float { animation: floaty 5s ease-in-out infinite; }
@keyframes floaty {
  0% { transform: translateY(0) }
  50% { transform: translateY(-8px) }
  100% { transform: translateY(0) }
}


/* rating styels */

.ratingSec {
  width: 100%;
  justify-content: center;
  margin: auto;
  display: block;
  padding: auto;
  
  padding-top: 70px;
}

.ratingSec img:hover {
  transform: none;
}
.ratingSec h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}
@media (min-width: 700px) {
  .card-top { position:absolute; left:47%; transform:translate(-50%,-50%); top:7%; }
.card-right { position: absolute; top:40% ; left:  80%; transform:translate(0,-50%); right:6%; }
.card-bottom { position:absolute; left:47%; transform:translate(-50%,0); bottom:7%; }
.card-left { position:absolute; top:40%; left: 5%; transform:translate(0,-50%); }
.ratingSec img {
  
  margin: auto;
}
.cred-stats {
  gap: 179px;
}
}


.ratingSec img {

 width: 400px;
 

 
 
 

}

@media (max-width: 800px) {
  .card-right {
    left: 65% ;
  
  }
  .card-left {
    left: -1% ;
  }
}
 @media (max-width: 1000px) {
  
 .ratingSec img {
  position: relative;
    left: 200px !important;
  }

 }
.cred-section {
  padding: 90px 0;
  background: #fafafa;
}

.cred-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 30px;
}

.cred-badge {
  flex: 1;
  display: flex;
  justify-content: center;
}

.badge-img {
  width: 270px;
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.cred-text {
  flex: 1.4;
}

.cred-text h2 {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.3;
  color: #222;
  margin-bottom: 20px;
}

.cred-text p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.7;
}

.cred-list {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
}

.cred-list li {
  font-size: 1.05rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 8px;
}
  
/* RESPONSIVE */
@media (max-width: 960px) {
  .cred-container {
    flex-direction: column;
    text-align: center;
  }

  .cred-text {
    text-align: center;
  }

  .cred-list li {
    text-align: center;
  }
}.testimonials-grid {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: flex-start;
}

.col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#testimonials {
height: 600px;
width: auto;
overflow:hidden;
background: whitesmoke;



}

.testimonial-card {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform .25s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.name {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}

.role {
  font-size: .85rem;
  color: #666;
  margin-bottom: 12px;
}

.text {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 15px;
}

.source {
  font-size: .85rem;
  opacity: .75;
  font-weight: 600;
}


.source {
  font-size: 0.85rem;
  font-weight: 600;
  color: #111;
  opacity: 0.7;
}


.with{
        font-size: 1.8rem ;
        color: rgb(10, 10, 10) ; /* fallback color */
        text-transform: uppercase ;
        font-weight: 600 ;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) ;
        line-height: 1.2 ;
        /* wider multicolor gradient for a smooth transition */
        background: linear-gradient(90deg, rgb(3, 3, 3) 20%, #8a31d8 60%, rgb(57, 57, 235) 100%) ;
        background-size: 300% 300% ;
        -webkit-background-clip: text ;
        -webkit-text-fill-color: transparent ;
        background-clip: text ;
        will-change: background-position ;
        /* slow continuous transition — 30s is subtle; adjust if you want faster/slower */
        animation: gradientText 10s linear infinite;
        z-index: 50;
        
        

        }

    @keyframes gradientText {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50% ; }
        100% { background-position: 0% 50%; }
    }







:root{
  --gold: #0a84ff;
  --muted: #6b6b6b;
  --card-shadow: 0 10px 30px rgba(16,16,16,0.06);
  --radius: 14px;
  --maxw: 1200px;
  --container-padding: 40px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.portfolio-section {
  background: #fff;
  color: #111;
  padding: 64px 0 96px;
}

.portfolio-section .wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  text-align: center;
}

.portfolio-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #111;
  letter-spacing: -0.02em;
}

.portfolio-subtitle {
  max-width: 760px;
  margin: 0 auto 36px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

/* GRID */
.portfolio-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 18px;
  align-items: stretch;
}

/* Project card */
.project-card{
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s;
  border: 1px solid rgba(15,15,15,0.03);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(16,16,16,0.12);
}

/* Image */
.project-media {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f6f7, #ffffff);
}

.project-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.project-card:hover .project-media img {
  transform: scale(1.03);
}

/* body */
.project-body {
  padding: 18px 20px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.project-meta .project-category {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-title{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.project-desc{
  margin: 0;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}

/* actions */
.project-actions {
  display:flex;
  gap: 12px;
  align-items:center;
  margin-top: 8px;
}

.btn-ghost{
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.06);
  background: transparent;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  box-shadow: none;
}

.btn-primary{
  background: var(--gold);
  color: #000;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 800;
  margin-left: 12px;
}

/* bottom CTA */
.portfolio-cta {
  margin-top: 36px;
  font-size: 16px;
  color: #222;
  display:flex;
  justify-content:center;
  gap: 12px;
  align-items:center;
}

/* RESPONSIVE */
@media (max-width: 1000px){
  .portfolio-grid{ grid-template-columns: repeat(2, 1fr); }
  .portfolio-subtitle{ max-width: 680px; }
}

@media (max-width: 640px){
  .portfolio-grid{ grid-template-columns: 1fr; gap: 18px; }
  .portfolio-section { padding: 40px 0 64px; }
  .portfolio-title { font-size: 28px; }
  .project-body { padding: 14px; }
  .project-desc { font-size: 14px; color: #444; }
}


/* ===== MOBILE (Horizontal Scroll) ===== */
@media (max-width: 768px) {
  .testimonials-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
 overflow: visible !important;
  }

  .testimonials-grid {
    display: flex;
    gap: 1rem;

  }

  .col {
    min-width: 75%; /* visible enough to hint scrolling */
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .testimonials-viewport::-webkit-scrollbar {
    height: 6px;
  }
  .testimonials-viewport::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
  }
}

/* ===== DESKTOP (3 Column Grid) ===== */
@media (min-width: 769px) {
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;

  }

  .col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .testimonials-viewport {
    overflow-y: visible; /* no scroll on desktop */
    
  }
}
@media (max-width: 600px) {
  
    .testimonials-grid {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      overflow: hidden; /* no scroll on desktop */
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      padding: 12px;
      background: #ffffff;
      align-items: flex-start;
      width: 100%;
      box-sizing: border-box; 
     
    }

    /* each column becomes a horizontally scrollable card */
    .testimonials-grid .col {
      min-width: 80%;   
      flex: 0 0 80%;
      scroll-snap-align: start;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      background: #ffffff;
      border-radius: 12px;
      padding: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.04);
      box-sizing: border-box;
    }

    /* improve touch + scrollbar visuals */
    .testimonials-grid::-webkit-scrollbar {
      height: 8px;
    }
    .testimonials-grid::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,0.12);
      border-radius: 8px;
    }
   .testimonials-viewport {
    overflow: visible !important;
  }

  }

#testimonials {
  position: relative;
}

#testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; /* adjust fade height */
  background: linear-gradient(to bottom, white, rgba(255,255,255,0));
  pointer-events: none; /* so it doesn't block clicks */
  z-index: 10;
}


.testheader{

  text-align: center;
  background: white;
  width: 100%;
  height: 100px;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 80px;

}


.with2 {
  color: black;
 font-size: 2.15rem;
  
  color: #111;
  padding-bottom: 40px !important;
  margin-bottom: 20px !important;

}

#testimonials::after {
  content: "";
  position: absolute;
  bottom:  0;
  left: 0;
  width: 100%;
  height: 15px; /* adjust fade height */
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  pointer-events: none; /* so it doesn't block clicks */
  z-index: 10;

  opacity: 0.6;
}
/* CONTACT SECTION */
.contact-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.contact-container {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.contact-section h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-subtext {
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #000;
}

/* FORM DESIGN */
#contactForm {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  transition: 0.2s;
}

/* Focus effect */
#contactForm input:focus,
#contactForm textarea:focus {
  outline: none;
  border-color: #0a84ff; /* Gold color */
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.4);
}

/* Textarea height */
#contactForm textarea {
  min-height: 140px;
  resize: vertical;
}

/* BUTTON */
#contactForm button {
  padding: 14px;
  background: #0a84ff; /* Gold */
  color: white;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.25s;
}

#contactForm button:hover {
  background: #b8952f;
}

/* FEEDBACK MESSAGE */
#formMessage {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}





.social-icon {
  color: #000 !important;
  margin-right: 15px !important;
  display: inline-block !important;
  transition: 0.3s ease;
}

.social-icon:hover {
  color: #6a5af9 !important; /* soft purple hover */
}


@media (max-width: 860px) {

  .con {
    padding: 40px 20px !important;
    text-align: center !important;
  }

  .hero-text-cont {
    width: 100% !important;
  }

  .hero-title {
    font-size: 2.2rem !important;       /* clean, bold, readable */
    line-height: 1.25 !important; 
    font-weight: 800 !important;
    color: white;
    margin-bottom: 20px !important;
  }

  .subtext {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
    color: #f1f1f1 !important;
    padding: 0 5px !important;
  }

  .cta {
    display: inline-block !important;
    background: #000 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 600 !important;
  }
}





@media (max-width: 900px) {

  .hero-title,
  #intro-text,
  .tagline,
  .cta {
    position: relative !important;   /* remove absolute locking */
    left: -30px !important;
    right: 0 !important;
    top: auto !important;
    margin: 23px auto !important;
    text-align: center !important;
  }

  .hero-title {
    margin-top: 40px !important;
    font-size: 1.8rem !important;
  }

  #intro-text {
    margin-top: 20px !important;
    font-size: 1rem !important;
    width: 90% !important;
  }

  .tagline {
    margin-top: 10px !important;
    font-size: 0.9rem !important;
  }

  .cta {
    margin-top: 25px !important;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 500px) {

.testimonials-grid {
  grid-template-columns: 1fr !important;
}
}




@media (max-width: 768px) {
  .testimonials-viewport {
    overflow-y: auto !important;
  }

  .testimonials-grid {
    display: block;
  }

  .testimonials-grid .col {
    width: 100%;
    transform: none !important;
  }

  .testimonial-card {
    margin-bottom: 24px;
  }

.logo-row img{
  height: 30px;
}
}




.trust-section{
padding:80px 40px;
background:#f8f8f8;
overflow:hidden;
}


.logo-row{
display:flex;
align-items:center;
gap:70px;
margin-bottom:40px;
}

.logo-row img{
height:64px;

filter:grayscale(100%);
opacity:0.7;

transition:0.3s;
}

.logo-row img:hover{
filter:none;
opacity:1;
transform:scale(1.05);
}.moving{
animation:scrollLogos 25s linear infinite;
}



@keyframes scrollLogos{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}.moving{
animation:scrollLogos 25s linear infinite;
transform:rotate(-2deg);
}


.cred-section{
background:#f5f5f5;
padding:80px 0;
font-family:Arial;

color: #000;
}

.cred-container{
display:flex;
align-items:center;
gap:50px;
max-width:1200px;
margin:auto;
}

.cred-image{
position:relative;
flex:1;
}

.cred-image img{
width:100%;
border-radius:8px;
}

.experience-box{
position:absolute;
bottom:20px;
right:20px;
background:white;
padding:20px 30px;
text-align:center;
box-shadow:0 10px 20px rgba(0,0,0,0.1);
border-radius:6px;

color: #000;
}

.experience-box h3{
font-size:40px;
margin:0;
}

.cred-content{
flex:1;
}

.cred-content h2{
font-size:34px;
margin-bottom:15px;
color: #111;
}

.cred-list{
margin-top:25px;
}

.cred-item{
margin-bottom:20px;
font-weight:600;
}

.cred-item p{
font-weight:normal;
color:#666;
margin-top:5px;
}

/* STATS */

.cred-stats{
display:flex;
justify-content:space-between;
max-width:1200px;
margin:60px auto 0;
}

.stat-box{
text-align:center;
}

.stat-icon{
background:#ff2a2a;
color:white;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:6px;
margin:auto;
font-size:25px;
}

.stat-number{
font-size:40px;
font-weight:bold;
margin-top:10px;
}



.stars{
color:#f5b301;
font-size:14px;
margin:6px 0;
letter-spacing:2px;
}




.tracking-section{
padding:80px 20px;
background:#f7f7f7;
text-align:center;
color:#000;
}

.tracking-container h2{
font-size:34px;
margin-bottom:10px;
}

.tracking-container p{
color:#666;
margin-bottom:30px;
}

.tracking-box{
display:flex;
justify-content:center;
gap:10px;
flex-wrap:wrap;
}

.tracking-box input{
padding:14px 18px;
width:300px;
border:1px solid #ddd;
border-radius:6px;
font-size:16px;
}

.tracking-box button{
background:#ff3b2f;
color:white;
border:none;
padding:14px 24px;
border-radius:6px;
cursor:pointer;
font-weight:600;
}



body {
  background-color: white !important;
}




@media (max-width: 768px){

/* Reduce spacing so more logos fit */
.logo-row{
  gap:18px;
  margin-bottom:20px;
}

/* Make logos smaller */
.logo-row img{
  height:28px;   /* smaller = more logos visible */
}

/* Make animation smoother & tighter */
.moving{
  animation-duration: 12s; /* faster scroll */
  transform:rotate(0deg); /* remove tilt for clean mobile */
}

/* Optional: duplicate effect improvement */
.logo-row{
  width:max-content; /* prevents breaking */
}

}



 .whatsapp-float { 
      position: fixed; 
      bottom: 20px; right: 20px; 
      z-index: 999; 
      animation: bounce 1.6s infinite; 
    }
    .whatsapp-float img { 
      width: 56px; height: 56px; 
      border-radius: 50%; 
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 
    }
    @keyframes bounce {
      0%,20%,50%,80%,100%{ transform: translateY(0); }
      40%{ transform: translateY(-10px); }
      60%{ transform: translateY(-5px); }
    }

  .whatsapp-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  background: rgb(196, 9, 9);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}/* ============================
   PRODUCT GRID — FINAL FIX
   FORCE 4 ITEMS PER ROW (DESKTOP)
   LIKE GUCCI / SHOPIFY STYLE
============================ */