@media screen and (min-width:900px) {


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Custom Scrollbar Styles */

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: #00C3FF transparent;
}

/* Chrome, Edge, Safari, and Opera support */
::-webkit-scrollbar {
  width: 20px; /* Control vertical scrollbar thickness */
  height: 10px; /* Control horizontal scrollbar thickness */
}

::-webkit-scrollbar-track {
  background: transparent; /* Background track of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #00C3FF; /* Scrollbar thumb color */
  border-radius: 9999px; /* Rounded edges */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0099cc; /* Slightly darker shade on hover */
}

body{
  background-color: #F8FAFC;
}

header{
  width: 100%;
  height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  z-index: 100;
}

.logo{
  width: 40px;
  height: auto;
}

.logo-ho{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-text{
  font-size: 1.5rem;
  background-clip: text;
  color: #2B55FF;
  font-weight: 600;
}

nav{
  width: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav p{
  font-size: 16px;
  font-weight: 500;
  color: #1E293B;
  cursor: pointer;
}

nav p:hover{
  color: #3B82F6;
}

.ctas{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.wa-btn{
  width: 140px;
  height: 40px;
  background-color: white;
  border: 1px solid #25D366;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: darkgreen;
  cursor: pointer;
  font-weight: 600;
}

.start{
  width: 150px;
  height: 40px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: white;
  cursor: pointer;
}


.hero{
  width: 100%;
  height: 80vh;
  background: radial-gradient(circle at 50% 30%, rgba(0, 195, 255, 0.22) 0%, rgba(128, 0, 255, 0.12) 45%, rgba(255, 255, 255, 0) 75%);
  padding: 5px;
  display: flex;
  flex-direction: column;
}

.sub-hero{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: none;
}
/*added new features from here*/

.v-companies{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  padding-left: 10px;
}

.v-f{
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: nowrap;
}

.avatar-group {
    display: flex;
  }
  
  /* Pulls the items together so they overlap */
  .avatar-group > *:not(:first-child) {
    margin-left: -8px; 
  }

  .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    border: 2px solid white;
  }

  /* Individual background colors */
  .jd { background-color: #2563eb; } /* blue-600 */
  .ak { background-color: #06b6d4; } /* cyan-500 */
  .tm { background-color: #1e293b; } /* slate-800 */

  /* Updated service card*/
  .service-card h1{
    font-size: 3em;
  }

  .service-card p{
    text-align: center;
  }

  .gr{
    color: #0066FF;
  }

  .lsd{
    color: rgba(118, 133, 118, 0.918);
  }

  .waweb{
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 90px;
  }

  .waweb-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
  }

  .waweb-card{
    width: 380px;
    height: 300px;
    background-color: white;
    border: 1px solid rgb(226, 225, 225);
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .icon-wa{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #00C6FF 0%, #0066FF 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-wa i{
    font-size: 1.5rem;
  }

  .wa-title{
    font-size: 1.3em;
  }

  .wa-sub{
    font-size: 13px;
    color: gray;
  }

  .wa-footer{
    width: 100%;
    height: 60px;
    border-top: 1px solid rgb(233, 231, 231);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #0066FF;
    cursor: pointer;
    font-size: 14px;
  }

  .m4{
    margin-top: 40px;
  }

  .m3{
    margin-top: 35px;
  }

  /* Face Behind Aximon — Founder Card */
.founder-card{
  position: relative;
  width: 320px;
  height: 480px;
  margin: 40px auto 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  background: #cfc6bb;
}

.founder-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

/* top badges */
.founder-badges{
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.f-badge{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20,20,20,0.45);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.f-badge .fstar{
  color: #ffd166;
}

/* bottom gradient overlay */
.founder-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.0) 100%
  );
  z-index: 1;
}

.founder-content{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
}

.founder-content h2{
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.founder-role{
  /*margin-left: -250px;*/
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.founder-desc{
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 90%;
}

.founder-cta{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #1a1a1a;
  border: none;
  border-radius: 999px;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.founder-cta:hover{
  transform: translateY(-1px);
  opacity: 0.92;
}

.founder-cta:active{
  transform: translateY(0);
}


/*ended here*/
.first-layer{
  width: 30%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.second-layer{
  width: 40%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.last-layer{
  width: 28%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 1em;
}

.hero-text{
  font-size: 2.2rem;
}

.highlight{
  color: #00C6FF;
}

.hero-sub-text{
  color: gray;
}

.hero-cta{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.bkc{
  width: 240px;
  padding: 12px;
  height: 45px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #00C6FF 0%, #0066FF 100%);
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.cpc{
  width: 150px;
  padding: 10px;
  height: 45px;
  border-radius: 8px;
  border: none;
  background-color: white;
  color: #0A1B3A;
  cursor: pointer;
  font-weight: 600;
}

.hero-image{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.l-pr{
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.heading-txt{
  font-size: 1rem;
  font-weight: 600;
  color: #0A1B3A;
}

.tx-con{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.tech-stack{
  width: 100%;
  height: 120px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.t-txt{
  color: gray;
  text-transform: uppercase;
}

.stacks{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tech-s{
  width: 180px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tech-img{
  width: 20px;
  height: auto;
}

.services{
  width: 100%;
  height: auto;
  padding-top: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-bottom: 3em;
}

.service-flex{
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
}

.service-card{
  width: 400px;
  height: 210px;
  background: linear-gradient(180deg, #F0F9FF 0%, #E0F2FE 100%);
  border-radius: 20px;
  border: 1px solid rgb(224, 221, 221);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}


.s-service-card{
  width: 400px;
  height: 250px;
  background: linear-gradient(180deg, #F0F9FF 0%, #E0F2FE 100%);
  border-radius: 20px;
  border: 1px solid rgb(224, 221, 221);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.2rem;
  background-color: rgb(239, 239, 254);
  color: blue;
  border-radius: 10px;
}

.featurex p{
  font-size: 0.8rem;
}

.mb{
  background-color: rgb(235, 251, 235);
  color: darkgreen;
}

.exser{
  width: 200px;
  height: 45px;
  padding: 10px;
  border: none;
  margin-top: 30px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 35%, #8000FF 70%, #FF007A 100%);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.projects{
  width: 100%;
  height: auto;
  padding: 4em;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 40px;
}

.proSelect{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.project-selector{
  width: 450px;
  height: 50px;
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.togglers{
  width: 100px;
  height: 35px;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
}

.active-btn{
  background-color: #0066FF;
  color: white;
}

.project-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  margin-top: 20px;
}

.project-card{
  width: 400px;
  height: 365px;
  background-color: rgb(249, 247, 247);
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-ho{
 padding: 1em;
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.project-image{
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.modal-project-image{
  width: 100%;
  max-height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin: 16px 0;
}

.card-top{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

.category{
  font-size: 0.8rem;
  color: #0066FF;
  background-color: #ddebff;
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.year{
  color: gray;
  font-size: 14px;
}

.smtxt{
  font-size: 12px;
  color: #94A3B8;
}

.technologies{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.tech-card{
  width: auto;
  height: 30px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  color: #64748B;
  font-size: 13px;
}

.project-footer{
  width: 100%;
  height: 50px;
  background-color: white;
  padding: 10px;
  border: 1px solid #E2E8F0;
  margin-top: 13px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.wap{
  color: darkolivegreen;
  font-size: 12px;
}

.vdl{
  color: darkblue;
  font-size: 12px;
  cursor: pointer;
}

/*Modal styling*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.modal-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #64748b;
}

.modal-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #dbeafe;
  color: #1d4ed8;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.modal-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.modal-description {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
}

.modal-result-box {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  border-radius: 4px;
}

.modal-result-label {
  font-size: 0.75rem;
  color: #166534;
  font-weight: 600;
}

.modal-result-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: #15803d;
}

.modal-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.modal-tech-badge {
  padding: 0.25rem 0.625rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.75rem;
  font-family: monospace;
  color: #334155;
}

.modal-cta-btn {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vdl {
  cursor: pointer;
}

.estimate-cost {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.estimate-form{
  width: 70%;
  height: auto;
  background-color: white;
  border-radius: 20px;
  padding: 2em;
  margin-top: 20px;
}

.proto{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.proto-card{
  width: 350px;
  height: 120px;
  border-radius: 10px;
  border: 2px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  cursor: pointer;
}

.proto-card .i{
  color: blue;
}

.proto-card .im{
  color: green;
}

.proto-card:hover{
  border: 2px solid #00C3FF;
}

.active-proto{
  background-color: #ddf3fa;
  border: 2px solid #00C3FF;
}

.estimate-form select{
  width: 200px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background-color: white;
  padding: 10px;
  margin-top: 10px;
}

.feature-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.feature-card{
  width: 48%;
  height: 50px;
  border-radius: 10px;
  background-color: #F1F5F9;
  display: flex;
  gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  cursor: pointer;
}

.checkb{
  border: 1px solid #2B55FF;
  background-color: #2B55FF;
  width: 40px;
  height: 15px;
}

.f-txt{
  font-size: 14px;
  color: #475569;
}



/* Real-Time Estimated Total Display Box */
.estimate-summary-box {
  background-color: #FFFFFF; /* Pure White canvas backdrop */
  border: 1px solid rgba(0, 195, 255, 0.3); /* Light Electric Cyan border */
  border-left: 5px solid #8000FF; /* Deep Violet callout accent */
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-image: radial-gradient(circle at top right, rgba(0, 195, 255, 0.08), transparent 60%); /* Electric Cyan light background glow */
  box-shadow: 0 10px 30px rgba(43, 85, 255, 0.08); /* Tech Blue subtle depth */
}

/* Summary Text Details Container */
.summary-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Label: What It Takes to Build... */
.summary-label {
  color: #8000FF; /* Deep Violet secondary highlight */
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

/* Amount: Format Currency Display */
.summary-amount {
  color: rgb(79, 158, 79); /* Tech Blue primary emphasis */
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* "Start This Project" CTA Button */
.start-project-btn {
  background-color: #2B55FF; /* Tech Blue primary CTA */
  color: #FFFFFF; /* Pure White text */
  border: none;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(43, 85, 255, 0.35);
}

/* "Start This Project" Hover & Active States */
.start-project-btn:hover {
  background-color: #FF007A; /* Neon Magenta energetic hover state */
  box-shadow: 0 6px 20px rgba(255, 0, 122, 0.45); /* Neon Magenta interactive glow */
  transform: translateY(-2px);
}

.start-project-btn:hover i {
  transform: translateX(4px); /* Animates the FontAwesome right arrow */
}

.start-project-btn:active {
  transform: translateY(0);
}

.start-project-btn i {
  transition: transform 0.2s ease;
}

.dt{
  text-align: center;
  color: gray;
}

.cnt{
  width: 200px;
  height: 40px;
  background-color: white;
  border: 1px solid #25D366;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: darkgreen;
  cursor: pointer;
  margin: 10px auto;
  font-weight:600;
}

.steps{
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2em;
  margin-top: 40px;
}

.step-txt{
  width: 62%;
  font-size: 3.0rem;
  text-align: center;
  margin: 5px auto;
}

.step-sub-txt{
  width: 50%;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 auto;
  color: rgb(113, 113, 113);
}

.step-flex{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.step-card{
  width: 300px;
  height: 200px;
  background-color: #F8FAFC;
  border-radius: 10px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-num{
  width: 40px;
  height: 40px;
  background: #2B55FF;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stp-txt{
  font-size: 12px;
}

.face-behind{
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.face-behind p{
  width: 750px;
  text-align: center;
}
/*
.founder-img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: rotate(30deg);
  z-index: 1;
}*/

.founder-img-container{
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.styleCurve1{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #00C3FF;
  z-index: 0;
  margin-top: 180px;
  margin-left: -80px;
}

.styleCurve2{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FF007A;
  z-index: 0;
  margin-top: -170px;
}

.mg{
  margin: 40px auto;
}
/* Base FAQ Section */
.faq {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2em;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
}

/* Outer Container for FAQ Items */
.faq-card {
  width: 100%;
  max-width: 800px; /* Replaces fixed width/height so content expands smoothly */
  height: auto;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual Accordion Item (<details>) */
.faq-item {
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.faq-item[open] {
  border-color: #CBD5E1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Clickable Header (<summary>) */
details summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  transition: background-color 0.2s ease;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary:hover {
  background-color: #E2E8F0;
}

/* Chevron Rotation */
details summary svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

details[open] summary svg {
  transform: rotate(180deg);
}

/* Inner Text Content */
details .faq-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  border-top: 1px solid #E2E8F0;
  margin-top: 0.5rem;
  padding-top: 1rem;
}

details summary i {
  color: #64748B;
  transition: transform 0.3s ease;
  font-size: 1rem;
}

details[open] summary i {
  transform: rotate(180deg);
}

.lconnect{
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at center, rgba(43, 85, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 1em;
  margin-bottom: 40px;
}

.l-con{
  width: 40%;
  height: auto;
  background-color: transparent;
}

.r-con{
  width: 45%;
  height: auto;
  background-color: white;
  border-radius: 15px;
  padding: 1.5em;
}

.infor-con{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}

.infor-card{
  width: 350px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 1em;
}

.wa{
  color: darkgreen;
  background-color: rgb(183, 252, 183);
}

.gb{
  background-color: rgb(228, 245, 228);
  color: green;
}

.forms{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
}

.r-input{
  width: 300px;
  height: 45px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
  outline: none;
}

.r-select{
  width: 300px;
  height: 47px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
}

textarea{
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
  padding: 10px;
  outline: none;
}

.s-enq{
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

footer{
  width: 100%;
  height: auto;
  background-color: white;
  border-top: 1px solid #E2E8F0;
  padding: 2em;
}

.footer{
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.comapny{
  width: 30%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 12px;
}

.navigation{
  width: 25%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 8px;
}

.contact{
  width: 25%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}

.link{
  font-size: 13px;
  color: #475569;
  cursor: pointer;
}

.link:hover{
  color: #00C3FF;
}

.active-nav{
  color: #FF007A;
  font-weight: 600;
}



/*
-------------------
Services Page Styling
-------------------
*/

.s-hero{
  width: 100%;
  height: 80vh;
}

/* Container needs relative positioning */
.image-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* Image fills the container */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay spans full height/width & flex-centers content */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark layer */
  display: flex;
  flex-direction: column;
  align-items: center;     /* Horizontal center */
  justify-content: center;  /* Vertical center */
  text-align: center;      /* Center text alignment */
  padding: 20px;
  color: #ffffff;
}

.overlay h2 {
  font-size: 3rem;
  margin-bottom: 8px;
}

.overlay p {
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 20px;
}

.overlay button {
  width: 200px;
  height: 50px;
  padding: 12px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1rem;
}

.s-services{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.bu-btn{
  width: 250px;
  height: 50px;
  border: 1px solid #64748B;
  margin-top: 30px;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 10px;
  transition: all 1s;
}

.bu-btn:hover{
  background: linear-gradient(135deg, #8000FF 0%, #FF007A 100%);
  color: white;
  border: none;
}

.column{
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.p-title{
  font-size: 3rem;
  text-align: center;
}

.tk-ac{
  width: 250px;
  height: 50px;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  font-size: 1rem;
  cursor: pointer;
  background: #2B55FF;
  color: white;
}

.tk-ac:hover{
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 35%, #8000FF 70%, #FF007A 100%);
}

.nav-bar{
  display: none;
}



}






















@media screen and (max-width:899px) {


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Custom Scrollbar Styles */

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: #00C3FF transparent;
}

/* Chrome, Edge, Safari, and Opera support */
::-webkit-scrollbar {
  width: 20px; /* Control vertical scrollbar thickness */
  height: 10px; /* Control horizontal scrollbar thickness */
}

::-webkit-scrollbar-track {
  background: transparent; /* Background track of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #00C3FF; /* Scrollbar thumb color */
  border-radius: 9999px; /* Rounded edges */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0099cc; /* Slightly darker shade on hover */
}

body{
  background-color: #F8FAFC;
}

header{
  width: 100%;
  height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: fixed;
  z-index: 100;
}

.logo{
  width: 40px;
  height: auto;
}

.logo-ho{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-text{
  font-size: 1.5rem;
  background-clip: text;
  color: #2B55FF;
  font-weight: 600;
}

nav{
  width: auto;
  padding: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav p{
  font-size: 16px;
  font-weight: 500;
  color: #1E293B;
  cursor: pointer;
}

nav p:hover{
  color: #3B82F6;
}

.ctas{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.wa-btn{
  width: 110px;
  height: 35px;
  background-color: white;
  border: 1px solid #25D366;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: darkgreen;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.start{
  width: 100px;
  height: 35px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  border: none;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: white;
  cursor: pointer;
  font-size: 10px;
  overflow: hidden;
}


.hero{
  width: 100%;
  height: auto;
  background: radial-gradient(circle at 50% 30%, rgba(0, 195, 255, 0.22) 0%, rgba(128, 0, 255, 0.12) 45%, rgba(255, 255, 255, 0) 75%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
}

.first-layer{
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  margin-top: 60px;
}

.second-layer{
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.last-layer{
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.hero-text{
  font-size: 2rem;
}

.highlight{
  color: #00C6FF;
}

.hero-sub-text{
  color: gray;
}

.hero-cta{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
}

.bkc{
  width: 100%;
  padding: 12px;
  height: 45px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, #00C6FF 0%, #0066FF 100%);
  color: white;
  cursor: pointer;
  font-weight: 600;
}

.cpc{
  width: 100%;
  padding: 10px;
  height: 45px;
  border-radius: 8px;
  border: none;
  background-color: white;
  color: #0A1B3A;
  cursor: pointer;
  font-weight: 600;
}

.hero-image{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.l-pr{
  width: 80%;
  height: auto;
  border-radius: 10px;
}

.heading-txt{
  font-size: 1rem;
  font-weight: 600;
  color: #0A1B3A;
}

.tx-con{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.tech-stack{
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  padding: 10px;
}

.t-txt{
  color: gray;
  text-transform: uppercase;
  text-align: center;
}

.stacks{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.tech-s{
  width: 180px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tech-img{
  width: 20px;
  height: auto;
}


.services{
  width: 100%;
  height: auto;
  padding-top: 6em;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-bottom: 3em;
}

.service-flex{
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
}


.service-card{
  width: 400px;
  height: 190px;
  background: linear-gradient(180deg, #F0F9FF 0%, #E0F2FE 100%);
  border-radius: 20px;
  border: 1px solid rgb(224, 221, 221);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.s-service-card{
  width: 400px;
  height: 300px;
  background: linear-gradient(180deg, #F0F9FF 0%, #E0F2FE 100%);
  border-radius: 20px;
  border: 1px solid rgb(224, 221, 221);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.2rem;
  background-color: rgb(239, 239, 254);
  color: blue;
  border-radius: 10px;
}

.featurex p{
  font-size: 0.8rem;
}

.mb{
  background-color: rgb(235, 251, 235);
  color: darkgreen;
}

.exser{
  width: 200px;
  height: 45px;
  padding: 10px;
  border: none;
  margin-top: 30px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 35%, #8000FF 70%, #FF007A 100%);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.projects{
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: white;
  margin-top: 40px;
}

.proSelect{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.project-selector{
  width: 100%;
  height: 50px;
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.togglers{
  width: 25%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  font-size: 10px;
}

.active-btn{
  background-color: #0066FF;
  color: white;
}

.project-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 10px;
  margin-top: 20px;
}

.project-card{
  width: 100%;
  height: 365px;
  background-color: rgb(249, 247, 247);
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px auto;
}

.p-ho{
 padding: 1em;
 display: flex;
 flex-direction: column;
 gap: 10px;
}

.project-image{
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.modal-project-image{
  width: 100%;
  max-height: 250px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin: 16px 0;
}

.card-top{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

.category{
  font-size: 0.8rem;
  color: #0066FF;
  background-color: #ddebff;
  width: 130px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.year{
  color: gray;
  font-size: 14px;
}

.smtxt{
  font-size: 12px;
  color: #94A3B8;
}

.technologies{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.tech-card{
  width: auto;
  height: 30px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 400;
  color: #64748B;
  font-size: 13px;
}

.project-footer{
  width: 100%;
  height: 50px;
  background-color: white;
  padding: 10px;
  border: 1px solid #E2E8F0;
  margin-top: 13px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.wap{
  color: darkolivegreen;
  font-size: 12px;
}

.vdl{
  color: darkblue;
  font-size: 12px;
  cursor: pointer;
}

/*Modal styling*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.modal-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #64748b;
}

.modal-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #dbeafe;
  color: #1d4ed8;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.modal-section-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.modal-description {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
}

.modal-result-box {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: #f0fdf4;
  border-left: 4px solid #16a34a;
  border-radius: 4px;
}

.modal-result-label {
  font-size: 0.75rem;
  color: #166534;
  font-weight: 600;
}

.modal-result-value {
  font-size: 1.125rem;
  font-weight: 800;
  color: #15803d;
}

.modal-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.modal-tech-badge {
  padding: 0.25rem 0.625rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.75rem;
  font-family: monospace;
  color: #334155;
}

.modal-cta-btn {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vdl {
  cursor: pointer;
}

.estimate-cost {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.estimate-form{
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 20px;
  padding: 1em;
  margin-top: 20px;
}

.proto{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 10px;
}

.proto-card{
  width: 100%;
  height: 120px;
  border-radius: 10px;
  border: 2px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  cursor: pointer;
}

.proto-card .i{
  color: blue;
}

.proto-card .im{
  color: green;
}

.proto-card:hover{
  border: 2px solid #00C3FF;
}

.active-proto{
  background-color: #ddf3fa;
  border: 2px solid #00C3FF;
}

.estimate-form select{
  width: 200px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  background-color: white;
  padding: 10px;
  margin-top: 10px;
}

.feature-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.feature-card{
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #F1F5F9;
  display: flex;
  gap: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  cursor: pointer;
}

.checkb{
  border: 1px solid #2B55FF;
  background-color: #2B55FF;
  width: 40px;
  height: 15px;
}

.f-txt{
  font-size: 14px;
  color: #475569;
}



/* Real-Time Estimated Total Display Box */
.estimate-summary-box {
  background-color: #FFFFFF; /* Pure White canvas backdrop */
  border: 1px solid rgba(0, 195, 255, 0.3); /* Light Electric Cyan border */
  border-left: 5px solid #8000FF; /* Deep Violet callout accent */
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-image: radial-gradient(circle at top right, rgba(0, 195, 255, 0.08), transparent 60%); /* Electric Cyan light background glow */
  box-shadow: 0 10px 30px rgba(43, 85, 255, 0.08); /* Tech Blue subtle depth */
}

/* Summary Text Details Container */
.summary-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Label: What It Takes to Build... */
.summary-label {
  color: #8000FF; /* Deep Violet secondary highlight */
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
}

/* Amount: Format Currency Display */
.summary-amount {
  color: rgb(79, 158, 79); /* Tech Blue primary emphasis */
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* "Start This Project" CTA Button */
.start-project-btn {
  background-color: #2B55FF; /* Tech Blue primary CTA */
  color: #FFFFFF; /* Pure White text */
  border: none;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(43, 85, 255, 0.35);
}

/* "Start This Project" Hover & Active States */
.start-project-btn:hover {
  background-color: #FF007A; /* Neon Magenta energetic hover state */
  box-shadow: 0 6px 20px rgba(255, 0, 122, 0.45); /* Neon Magenta interactive glow */
  transform: translateY(-2px);
}

.start-project-btn:hover i {
  transform: translateX(4px); /* Animates the FontAwesome right arrow */
}

.start-project-btn:active {
  transform: translateY(0);
}

.start-project-btn i {
  transition: transform 0.2s ease;
}

.dt{
  text-align: center;
  color: gray;
}

.cnt{
  width: 200px;
  height: 40px;
  background-color: white;
  border: 1px solid #25D366;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  color: darkgreen;
  cursor: pointer;
  margin: 10px auto
}

.steps{
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 2em;
  margin-top: 40px;
}

.step-txt{
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  margin: 5px auto;
}

.step-sub-txt{
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 auto;
  color: rgb(113, 113, 113);
}

.step-flex{
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.step-card{
  width: 100%;
  height: 200px;
  background-color: #F8FAFC;
  border-radius: 10px;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-num{
  width: 40px;
  height: 40px;
  background: #2B55FF;
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.stp-txt{
  font-size: 12px;
}

.face-behind{
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

/*.founder-img{
  width: 150px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #334155;
  transform: rotate(30deg);
  z-index: 1;
}*/

.founder-img-container{
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.styleCurve1{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #00C3FF;
  z-index: 0;
  margin-top: 180px;
  margin-left: -50px;
}

.styleCurve2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FF007A;
  z-index: 0;
  margin-top: -180px;
}

.mg{
  margin: 40px auto;
  width: 130px;
  height: 40px;
}
/* Base FAQ Section */
.faq {
  width: 100%;
  height: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2em;
  margin-top: 100px;
  justify-content: center;
  align-items: center;
}

/* Outer Container for FAQ Items */
.faq-card {
  width: 100%;
  max-width: 800px; /* Replaces fixed width/height so content expands smoothly */
  height: auto;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual Accordion Item (<details>) */
.faq-item {
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.faq-item[open] {
  border-color: #CBD5E1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* Clickable Header (<summary>) */
details summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem;
  font-weight: 700;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  transition: background-color 0.2s ease;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary:hover {
  background-color: #E2E8F0;
}

/* Chevron Rotation */
details summary svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

details[open] summary svg {
  transform: rotate(180deg);
}

/* Inner Text Content */
details .faq-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
  border-top: 1px solid #E2E8F0;
  margin-top: 0.5rem;
  padding-top: 1rem;
}

details summary i {
  color: #64748B;
  transition: transform 0.3s ease;
  font-size: 1rem;
}

details[open] summary i {
  transform: rotate(180deg);
}

.lconnect{
  width: 100%;
  height: auto;
  background: radial-gradient(ellipse at center, rgba(43, 85, 255, 0.22) 0%, rgba(255, 255, 255, 0) 70%);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 1em;
  margin-bottom: 40px;
}

.l-con{
  width: 100%;
  height: auto;
  background-color: transparent;
}

.r-con{
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 15px;
  padding: 1.5em;
}

.infor-con{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}

.infor-card{
  width: 350px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 1em;
}

.wa{
  color: darkgreen;
  background-color: rgb(183, 252, 183);
}

.gb{
  background-color: rgb(228, 245, 228);
  color: green;
}

.forms{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
}

.r-input{
  width: 300px;
  height: 45px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
  outline: none;
}

.r-select{
  width: 300px;
  height: 47px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
}

textarea{
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 2px solid #F1F5F9;
  padding: 10px;
  outline: none;
}

.s-enq{
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

footer{
  width: 100%;
  height: auto;
  background-color: white;
  border-top: 1px solid #E2E8F0;
  padding: 2em;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.comapny{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 12px;
}

.navigation{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 8px;
}

.contact{
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}

.link{
  font-size: 13px;
  color: #475569;
  cursor: pointer;
}

.link:hover{
  color: #00C3FF;
}

.active-nav{
  color: #FF007A;
  font-weight: 600;
}



/*
-------------------
Services Page Styling
-------------------
*/

.s-hero{
  width: 100%;
  height: 80vh;
}

/* Container needs relative positioning */
.image-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

/* Image fills the container */
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay spans full height/width & flex-centers content */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark layer */
  display: flex;
  flex-direction: column;
  align-items: center;     /* Horizontal center */
  justify-content: center;  /* Vertical center */
  text-align: center;      /* Center text alignment */
  padding: 20px;
  color: #ffffff;
}

.overlay h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.overlay p {
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 20px;
}

.overlay button {
  width: 200px;
  height: 50px;
  padding: 12px;
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1rem;
}

.s-services{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.bu-btn{
  width: 250px;
  height: 50px;
  border: 1px solid #64748B;
  margin-top: 30px;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 10px;
  transition: all 1s;
}

.bu-btn:hover{
  background: linear-gradient(135deg, #8000FF 0%, #FF007A 100%);
  color: white;
  border: none;
}

.column{
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.p-title{
  font-size: 2rem;
  text-align: center;
}

.column p{
  text-align: center;
}

.tk-ac{
  width: 250px;
  height: 50px;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  font-size: 1rem;
  cursor: pointer;
  background: #2B55FF;
  color: white;
}

.tk-ac:hover{
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 35%, #8000FF 70%, #FF007A 100%);
}


/*
Mobile nav bar - modern method
*/
.nav-bar{
  position: fixed;
  z-index: 100;
  margin-top: 80px;
  width: 100%;
}
.nav-bar a{
  text-decoration: none;
  color: black;
  display: block;
}

.nav-bar > ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-bar > ul > li > a {
  padding: 10px;
  background-color: white;
}

.nav-bar > ul > li > a:hover{
  background-color: #FF007A;
  color: white;
}

.nav-bar .active{
  background: linear-gradient(135deg, #00C3FF 0%, #2B55FF 35%, #8000FF 70%, #FF007A 100%);
  color: white;
}

.nav-bar li{
  float: left;
  width: 25%;
  text-align: center;
  border-right: 1px solid #E2E8F0;
}

.nav-bar li:last-child{
  border: none;
}


/*added new features from here*/

.v-companies{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding-left: 10px;
}

.v-f{
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: nowrap;
}

.avatar-group {
    display: flex;
  }
  
  /* Pulls the items together so they overlap */
  .avatar-group > *:not(:first-child) {
    margin-left: -8px; 
  }

  .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    border: 2px solid white;
  }

  /* Individual background colors */
  .jd { background-color: #2563eb; } /* blue-600 */
  .ak { background-color: #06b6d4; } /* cyan-500 */
  .tm { background-color: #1e293b; } /* slate-800 */

  /* Updated service card*/
  .service-card h1{
    font-size: 2em;
  }

  .services h1{
    text-align: center;
  }
  

  .service-card p{
    text-align: center;
  }

  .gr{
    color: #0066FF;
  }

  .lsd{
    color: rgba(118, 133, 118, 0.918);
  }

  .waweb{
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 90px;
  }

  .waweb h1{
    text-align: center;
  }

  .waweb-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    flex-direction: column;
  }

  .waweb-card{
    width: 95%;
    height: 320px;
    background-color: white;
    border: 1px solid rgb(226, 225, 225);
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .icon-wa{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #00C6FF 0%, #0066FF 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-wa i{
    font-size: 1.5rem;
  }

  .wa-title{
    font-size: 1.3em;
  }

  .wa-sub{
    font-size: 13px;
    color: gray;
  }

  .wa-footer{
    width: 100%;
    height: 60px;
    border-top: 1px solid rgb(233, 231, 231);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #0066FF;
    cursor: pointer;
    font-size: 14px;
  }

  .m4{
    margin-top: 40px;
  }

  .m3{
    margin-top: 35px;
  }

  /* Face Behind Aximon — Founder Card */
.founder-card{
  position: relative;
  width: 320px;
  height: 480px;
  margin: 40px auto 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  background: #cfc6bb;
}

.founder-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

/* top badges */
.founder-badges{
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.f-badge{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20,20,20,0.45);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.f-badge .fstar{
  color: #ffd166;
}

/* bottom gradient overlay */
.founder-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.0) 100%
  );
  z-index: 1;
}

.founder-content{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
}

.founder-content h2{
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.founder-role{
  /*margin-left: -250px;*/
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.founder-desc{
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 90%;
}

.founder-cta{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #1a1a1a;
  border: none;
  border-radius: 999px;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.founder-cta:hover{
  transform: translateY(-1px);
  opacity: 0.92;
}

.founder-cta:active{
  transform: translateY(0);
}


/*ended here*/



}
