@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');   
body{
  padding-top: 200px;
background: radial-gradient(#5b5b5b, rgb(39 25 109)) !important;
}
@media (max-width: 600px) {
body{
  padding-top: 120px;
}
}


nav {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #7261d1af;
  box-shadow: 0 4px 6px rgba(56, 56, 56, 0.288);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 35px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

/* logo */
nav > img {
  height: 50px;
  padding-left: 8%;
  transition: all 0.25s ease;
}

/* main button / link */
nav > a {
  display: inline-block;
  padding-right: 8%;
  text-decoration: none;
  color: #204B28;
  background: radial-gradient(circle at center, rgb(195, 231, 196) 0%, rgb(49, 167, 53) 100%);
  background-size: 200% 200%;
  border-radius: 20px;
  padding: 16px 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 0 16px 2px rgb(46 169 50);
  cursor: pointer;
  transition: all 0.3s ease;
  animation: glowPulse 2s ease-in-out infinite, gradientMove 4s ease-in-out infinite;
}

/* Glowing / breathing effect */
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 16px 2px rgb(46 169 50);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 32px 6px rgb(46 169 50 / 80%);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 16px 2px rgb(46 169 50);
    transform: scale(1);
  }
}

/* Moving gradient light */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.second-cta {
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  color: #ffffff;
  background: radial-gradient(circle at center, rgb(105, 216, 107) 0%, rgb(44, 174, 49) 100%);
  background-size: 200% 200%;
  border-radius: clamp(12px, 2vw, 20px);
  padding: 16px 48px;;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(9px, 4vw, 78px);
  box-shadow: 1px 6px 6px 0px rgb(0 0 0 / 62%);
  cursor: pointer;
  transition: all 0.3s ease;
  animation: glowPulse 2.4s ease-in-out infinite, gradientMove 2s ease-in-out infinite;
}.second-cta:hover {
  color: #ffffff;
  animation: gradientMove 2s ease-in-out infinite;
  box-shadow: 0 0 32px 6px rgb(46 169 50 / 80%);
  text-decoration: none;

  transform: scale(1.06);
}
/* Under 690px */
@media (max-width: 690px) {
  nav {
    padding: 16px;
    margin-left: 14px;
    margin-right: 14px;
  }

  nav > img {
    height: 40px;
    padding-left: 6%;
  }

  nav > a {
    padding: 12px 36px;
    padding-right: 6%;
    font-size: 16px;
    border-radius: 18px;
    box-shadow: 0 0 14px 2px rgb(46 169 50 / 0.95);
  }
}

/* Under 560px (new keyframe) */
@media (max-width: 560px) {
  nav {
    padding: 14px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
  }

  nav > img {
    height: 36px;
    padding-left: 5%;
  }

  nav > a {
    padding: 10px 28px;
    padding-right: 5%;
    font-size: 13px;
    border-radius: 14px;
    box-shadow: 0 0 12px 2px rgba(46,169,50,0.9);
    animation: glowPulse 2.2s ease-in-out infinite, gradientMove 4.5s ease-in-out infinite;
  }
}

/* Under 400px */
@media (max-width: 400px) {
  nav {
    padding: 12px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 16px;
  }

  nav > img {
    height: 32px;
    padding-left: 4%;
  }

  nav > a {
    padding: 10px 20px;
    padding-right: 4%;
    font-size: 10px;
    border-radius: 14px;
    box-shadow: 0 0 10px 1px rgba(46,169,50,0.85);
    animation: glowPulse 2.4s ease-in-out infinite, gradientMove 5s ease-in-out infinite;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  nav {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.h1section{
    align-items: center;
}
.h1section > h1 {
  color: white;
  width: 80%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: clamp(26px, 6vw, 70px);
  line-height: clamp(32px, 7vw, 84px);
  letter-spacing: clamp(0px, 0.3vw, 2px);
}

.second-cta-h3 {
  color: rgb(255, 255, 255);
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  letter-spacing: -2%;
  font-size: clamp(14px, 3vw, 20px);
    text-shadow: 0px 4px 0 #1b5f2a;
}
.urgency-h3 {
  color: rgb(229 158 158);
  margin-top: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: -1%;
  font-size: clamp(12px, 1.5vw, 18px);
    text-shadow: 0px 4px 0 #7a1b1b;
}
.line {
  border-top: 3px dashed transparent;
  border-image: repeating-linear-gradient(
    to right,
    #807f7f 0 22px,
    transparent 6px 34px
  ) 1;
  width: 100%;
}
.secondpart{
    background-color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.30'/></svg>");
  background-repeat: repeat;
  background-size: 200px 200px;
}
.secondpart{
  justify-content: center;
}

.stage1-img{
  width: 40%;
  margin-top: 30px;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 690px) {
  .stage1-img{
    width: 60%;
  }
}
.h1secondsection{
    color: white;
    width: 60%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: clamp(20px, 2vw, 40px);
    line-height: clamp(32px, 7vw, 84px);
}
.whatweanalyse{
  color: #9b8ee6;
      font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(20px, 3vw, 40px);
    text-align: center;
        padding-top: 60px;
    padding-bottom: 50px;
}

/* ---------- What We Analyse list (drop-in) ---------- */
.what-list {
  width: 100%;
  max-width: 1100px; /* optional container limit */
  margin: 0 auto;
  padding: 12px 20px;
  display: grid;
  gap: 32px;
}

/* each row */
.what-item {
  display: flex;
  align-items: center;
  gap: 22px;
}

/* icon holder (rounded square + glow) */
.what-item__icon {
  flex: 0 0 auto;
  width: clamp(56px, 20vw, 95px);
  height: clamp(56px, 20vw, 72px);
  border-radius: 14px;
  background: #4b2ddf00; /* purple fill */
  display: grid;
  place-items: center;
  box-shadow:
    0 6px 18px rgba(75,45,223,0.12),
    0 0 26px rgba(75,45,223,0.18),
    inset 0 2px 6px rgba(255,255,255,0.03);
}

/* the actual image inside icon (use your pngs) */
.what-item__icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
}

/* text block */
.what-item__text {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 2.5vw, 30px);
  line-height: 1.5;
  letter-spacing: -2%;
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
  text-rendering: optimizeLegibility;
}

/* allow multi-line with subtle paragraph spacing if you want >1 line */
.what-item__text p {
  margin: 0;
}

/* small accent for any bold parts inside text (if needed) */
.what-item__text strong {
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* RESPONSIVE: stack icon above text on narrow screens */
@media (max-width: 680px) {
  .what-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .what-item__text {
    font-size: clamp(14px, 3.6vw, 18px);
    width: 100%;
  }
  .what-item__icon {
    width: clamp(56px, 20vw, 64px);
    height: clamp(56px, 20vw, 64px);
    border-radius: 12px;
  }
}

/* Accessibility / small visual tweaks */
.what-item a { color: inherit; text-decoration: none; }

.wedoit{
  color: white;
  font-weight: 500;
    font-size: clamp(20px, 1.5vw, 40px);

}
.results{
  color: #9b8ee6;
      font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding-top: 35px;
    
    font-size: clamp(20px, 3vw, 40px);
}
.text-results-part{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 80%;
    font-size: clamp(16px, 2.5vw, 28px);
    line-height: clamp(24px, 3vw, 40px);
}
.faq-section {
  max-width: 800px;
  margin: 60px auto;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.faq {
  margin-bottom: 15px;
  border-radius: 14px;
  overflow: hidden;
  background-color: #422FAD;
  transition: all 0.3s ease;
}

.faq:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.faq input {
  display: none;
}

.faq-title {
  display: flex;
  align-items: center;
  padding: 30px 22px;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.faq-title img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.faq-title:hover img {
  transform: scale(1.1);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background-color: #111;
  color: #ddd;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 24px;
}

.faq-content p {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7;
  margin: 18px 0;
}

.faq input:checked + .faq-title {
  background-color: rgb(57, 50, 88);
}

.faq input:checked + .faq-title + .faq-content {
  max-height: 500px;
  border-radius: 0px  0 14px 14px;
  border: solid #818181 1px;
  padding: 20px 24px;
}
.faq-title span {
  margin-left: 30px;
 color: white;
}
label{
  margin-bottom: 0 !important;
}
  :root{
    --card-bg: rgba(255,255,255,0.55);
    --card-border: rgba(255,255,255,0.6);
    --accent: rgba(17, 24, 39, 0.06);
    --text: #0b0b0b;
    --muted: #5a5a5a;
    --radius: 20px;
    --gap: 28px;
  }

  /* Wrapper centers the card and gives perspective for 3D */
  .test-wrapper{
    display:flex;
    justify-content:center;
    padding: 40px 20px;
    perspective: 1200px; /* enables 3D */
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  .testimonial-card{
    width: 100%;
    max-width:1100px;
    border-radius: var(--radius);
    padding: clamp(18px, 2.6vw, 36px);
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.829));
    border: 1px solid var(--card-border);
    box-shadow: 0 8px 30px rgba(2,6,23,0.12);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    display: grid;
    grid-template-rows: auto auto;
    gap: var(--gap);
    transform-origin: center;
    transition: transform 320ms cubic-bezier(.2,.9,.3,1), box-shadow 320ms ease, translate 320ms ease;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, "Helvetica Neue", Arial;
    color: var(--text);
    letter-spacing: 0.2px;
    font-style: italic;
  }

  /* 3D + glass hover */
  .testimonial-card:hover,
  .testimonial-card:focus-within{
    transform: translateY(-10px) rotateX(6deg) scale(1.01);
    box-shadow: 0 20px 50px rgba(2,6,23,0.18);
  }

  /* Text paragraph */
  .testimonial-text{
    margin: 0;
    padding: 6px 2px;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.55;
    color: var(--text);
  }

  /* Meta row: logo + texts */
  .meta{
    display:flex;
    gap: 20px;
    align-items:center;
  }

  .client-logo{
    width: 100px;
    height: 100px;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 12px;
    flex-shrink: 0;
    transition: transform 300ms ease;
  }

  /* small scale effect on logo when hovering card */
  .testimonial-card:hover .client-logo,
  .testimonial-card:focus-within .client-logo{
    transform: translateZ(20px) scale(1.03);
  }

  .client-info{
    display:flex;
    flex-direction:column;
    gap: 0px;
    text-align: left;
    margin-left: 15px;
    min-width: 0;
  }

  .name-testimonial{
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: .3px;
  }

  .position-testimonial{
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    font-style: normal;
  }

  .website-link img{
    height: 46px;
    width: auto;
    display:inline-block;
    margin-top: 6px;
    -webkit-user-drag: none;
    user-select: none;
  }

  /* Responsive: mobile layout stacks logo above text */
  @media (max-width: 720px){
    .testimonial-card{
      padding: clamp(14px, 4vw, 20px);
      grid-template-rows: auto auto;
    }

    .meta{
      flex-direction: row;
      gap: 14px;
      align-items: center;
    }

    .client-logo{
      width: 80px;
      height: 80px;
    }

    .testimonial-text{
      font-size: clamp(13px, 2.6vw, 18px);
    }
  }

  /* Extra small narrow screens - stack vertically */
  @media (max-width: 420px){
    .meta{
      flex-direction: column;
      align-items: flex-start;
    }
    .client-logo{
      width: 72px;
      height: 72px;
    }
    .client-info{ width:100%; }
  }

  /* Reduce motion users prefer minimal animations */
  @media (prefers-reduced-motion: reduce){
    .testimonial-card,
    .client-logo{
      transition: none !important;
      transform: none !important;
    }
  }
  .final-cta{
    background-color: #422FAD;
    border-radius: 25px 25px 0px 0px;
    padding-bottom: 100px;
    margin-top: 100px;
    box-shadow: 2px -1px 20px 8px rgb(0 0 0);
  }

  .final-cta > img{
    width: 41%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
    .final-cta > h2{
      font-size: clamp(24px, 4vw, 48px);
    padding-bottom: 50px;
    color: rgb(216, 216, 216);
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-weight: 800;
  }
    .final-cta > p{
      font-size: clamp(16px, 2.5vw, 28px);
    color: #b98686;
        font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 60%;
    }

       @media (max-width: 720px){
    .final-cta > img{
      width: 60%; 
      }
      }

        :root{
    --purple-1: #4a2bd6;
    --purple-2: #6b4df0;
    --muted-bg: #e9e9ea;
    --text: #2b2b34;
    --muted: #6e6e7a;
  }

  .aq-footer{
    padding: 20px;
    background: #e9e9ea;
    display:flex;
    justify-content:center;
  }

  .aq-footer-inner{
    width:100%;
    max-width: 1120px;
    border-radius: 12px;
    padding: 24px 34px;
    display:flex;
    align-items:center;
    gap: 32px;
    position: relative;
    top: 10px; /* gives the visual of purple bar above */
  }

  /* Left column: logo */
  .aq-left{
    flex:1;
    display:flex;
    align-items:center;
  }

  .aq-logo{
    display:flex;
    align-items:center;
    gap:14px;
  }

  .aq-logo-tri{ flex-shrink:0; }

  .aq-logo-texts{
    display:flex;
    flex-direction:column;
    line-height:1;
  }

  .aq-name{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: var(--purple-1);
    letter-spacing: 1px;
  }

  .aq-tag{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--muted);
    margin-top: 4px;
  }

  /* Center column: social */
  .aq-center{
    flex: 0 0 320px;
    text-align:center;
  }

  .aq-center-title{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:12px;
    color: var(--purple-1);
    letter-spacing: 1.6px;
    margin-bottom:8px;
  }

  .aq-social{
    display:flex;
    justify-content:center;
    gap:12px;
    align-items:center;
  }

  .aq-social-btn{
    display:inline-grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:50%;
  }

  .aq-social-btn svg{ display:block; }

  .aq-social-btn:hover,
  .aq-social-btn:focus{
    box-shadow: 0 18px 30px rgba(74,43,214,0.22);
  }

  /* Right column: contacts */
  .aq-right{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }

  .aq-right-title{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    color: var(--purple-1);
    font-size:13px;
    margin-bottom:6px;
  }

  .aq-contact{
    text-decoration:none;
    color: var(--text);
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  /* Responsive: stack on small screens */
  @media (max-width: 860px){
    .aq-footer-inner{
      flex-direction:column;
      align-items:stretch;
      padding: 20px;
      gap:18px;
    }

    .aq-left, .aq-right, .aq-center{
      flex: none;justify-content: center;
      width:100%;
      text-align:center;
    }

    .aq-right{ align-items:center; }

    .aq-name{
      font-size: 30px;
    }
  }

  @media (max-width:420px){
    .aq-name{ font-size: 24px; }
    .aq-logo-texts{ gap:4px; }
    .aq-footer-inner{ padding:16px; top: 8px; border-radius:10px; }
    .aq-center{ flex: none; }
    .aq-social-btn{ width: 34px; height: 34px; }
  }

  /* Accessibility focus state */
  .aq-social-btn:focus-visible,
  .aq-contact:focus-visible,
  .aq-footer a:focus-visible{
    outline: 3px solid rgba(74,43,214,0.15);
    outline-offset: 3px;
  }