@font-face {
    font-family: "OriginTech";
    src: url("../../OriginTech\ personal\ use.ttf");
  }

  /*
a:hover {
    color: #7df9ff
} */
body {
  background-color: #010101 !important;
  font-family: times new roman, sans-serif, serif, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.team_sect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-basis: 25%;
  overflow: -moz-hidden-unscrollable;
}

.force_team {
  position: relative;
  width: 390px;
  height: 350px; /* taller default */
  background: #191919;
  color: #ffffff;
  border-radius: 20px;
  transition: 0.5s;
  margin: auto 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  border: 1px solid #7df9ff;
  box-shadow: 0 0 20px rgba(125, 249, 255, 0.15); /* soft glow */
}

.force_team:hover {
  height: 450px;
  box-shadow: 0 0 30px rgba(125, 249, 255, 0.4);
}

.team_img {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
}

.force_team:hover .team_img {
  width: 250px;
  height: 250px;
}

.team_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.force_team .content_team {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  transform: translateY(-30px);
  transition: 0.5s;
}

.force_team:hover .content_team {
  transform: translateY(-10px);
}

.force_team .content_team .details_team {
  padding: 25px;
  margin-bottom: 5% !important;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  transform: translateY(40px); /* slightly visible */
  opacity: 0.85; /* faded in default */
}

.force_team:hover .content_team .details_team {
  transform: translateY(0px);
  opacity: 1;
}

.force_team .content_team .details_team h2 {
  font-size: 1.25em !important;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.force_team .content_team .details_team h2 span {
  font-weight: 500;
  font-size: 0.85em !important;
  color: #7df9ff; /* role stands out */
  font-family: 'Poppins', sans-serif;
}

.force_team .content_team .details_team .data_team {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.force_team .content_team .details_team .data_team h3 {
  font-size: 1em !important;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 600;
}

.force_team .content_team .details_team .data_team h3 span {
  font-size: 0.85em !important;
  font-weight: 400;
  opacity: 0.5;
}

.force_team .content_team .details_team .actBtn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* Contact button */
.force_team .content_team .details_team .actBtn a {
  height: auto;
  line-height: normal;
  border-radius: 5px;
  font-size: 1em !important;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: block;
  background: #7df9ff;
  color: white;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.force_team .content_team .details_team .actBtn a:hover {
  background: #5ee6ee;
  color: #010101;
}


#aryan{
    text-align: center;
    color: #7df9ff;
    font-size: 60px;
    font-family: OriginTech;
  }


.ques2 {
    color: #E5E5E5;
    font-size: 60px;
    position: relative;
    width: 540px;
    background: #202020;
    margin: 0 auto;
  }
  
  .ques2:after {
    content: attr(data-text);
    position: relative;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: #E5E5E5;
    background: #202020;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
  }
  
  .ques2:before {
    content: attr(data-text);
    position: relative;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: #E5E5E5;
    background: #202020;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
  }
  
  .ques3 {
    color: #E5E5E5;
    font-size: 60px;
    position: absolute;
    width: 710px;
    background: #202020;
    margin: 0 auto;
  }
  
  .ques3:after {
    content: attr(data-text);
    position: absolute;
    left: 4px;
    text-shadow: -1px 0 red;
    top: 0;
    color: #E5E5E5;
    background: #202020;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
  }
  
  .ques3:before {
    content: attr(data-text);
    position: absolute;
    left: -4px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: #E5E5E5;
    background: #202020;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
  }

  
.ques1{
    font-size: 30px;
    font-family: pdark;
}

html{
  scroll-behavior: smooth;
}


::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}
::-webkit-scrollbar-thumb {
  background-color: #7df9ff;
  border-radius: 5px;
}
*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff !important;
  /* font-family: "Quicksand", sans-serif; */
  /* font-size: 62.5%;
  font-size: 5px; */
  overflow: overlay;
  background-color: #202020 !important;
  overflow-x: hidden;
}
/*
a {
  align-items: center;
  align-self: center;
} */

.vertical {
  border-left: 6px solid #202020;
  height: 200px;
  position:absolute;
  left: 50%;
}

html{
  scroll-behavior: smooth;
}


.bg-gray-self{
  background-color: #191919 !important;
}

.ogtech {
  font-family: OriginTech;
  color: #7df9ff !important
  
} 

.nav-home:hover {
  color: #7df9ff;
}

.nav-home {
  font-family: OriginTech;
}


.lead-p{
  font-size: 30px
}

.text-indigo-400 {
  color: #7df9ff !important;
}

#width_def {
  width: 256px;
}

.text-base {
  color: #ffffff
}

.border-gray-800 {
  border-left-color: #7df9ff !important;
} 

.nav-button {
  color: #ffffff !important;
}

.nav-button:hover {
  color: #7df9ff !important;
}

.darksoul-hover-fill-button1
{
    margin: auto;
    display: flex;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #7df9ff;
    background-color: #202020;
    font-family: 'Belanosima', sans-serif;
    cursor: pointer;
    align-items: center;
    justify-content: left;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.35s;
    
}         
.color-fill-1
{
    position: absolute;
    /* margin-left: 0px; */
    width: 2px;
    height: 50px;
    background-color: #7df9ff;
    visibility: hidden;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
} 
.darksoul-hover-fill-button1:hover .color-fill-1
{
    visibility: visible;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
}   
.darksoul-hover-fill-button1:hover
{
    box-shadow: 1px 1px 20px #7df9ff;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
} 
.darksoul-hover-fill-button1 p
{
    margin: auto;
    z-index: 10;
    color:#7df9ff;
    font-size: 20px;
    font-weight: 400;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
}   
.darksoul-hover-fill-button1:hover p
{
    margin: auto;
    z-index: 10;
    color:#191919;
    font-size: 20px;
    font-weight: 400;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.75s;
}

/* Footer from index*/
.footer-32892 {
  background: #202020;
  color: #ffffff;
  padding: 40px 0 0 0;
  font-family: 'Poppins', sans-serif;
}
.footer-32892 .site-section {
  padding: 0;
}
.footer-32892 .container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-32892 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.footer-32892 .col-md {
  flex: 1 1 200px;
  min-width: 200px;
  margin-bottom: 30px;
}
.footer-32892 .mb-4 {
  margin-bottom: 1.5rem !important;
}
.footer-32892 .quick-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-32892 .quick-info li {
  margin-bottom: 10px;
}
.footer-32892 .ogtech {
  font-family: OriginTech;
}
.footer-32892 a {
  color: #fefefe;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-32892 a:hover {
  color: #dedede !important;
}
.footer-32892 .mbr-white {
  color: #ffffff;
}
.footer-32892 .mbr-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.footer-32892 .google-map {
  height: 30rem;
  position: relative;
}
.footer-32892 .google-map iframe {
  height: 100%;
  width: 100%;
}
.footer-32892 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.footer-32892 .google-map[data-state] {
  background: #e9e5dc;
}
.footer-32892 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

/* Contact Us Title */
#Teaser {
  font-size: 60px;
  color: #7DF9FF;
  font-family: OriginTech;
}

/* SVG Separator Styling */
.qodef-m-line-predefined {
  margin-bottom: 40px;
}
.qodef-svg--separator-footer {
  width: 100%;
  height: 40px;
  display: block;
}

/* Responsive Footer */
@media (max-width: 900px) {
  .footer-32892 .row {
    flex-direction: column;
    gap: 0;
  }
  .footer-32892 .col-md {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .footer-32892 {
    padding: 20px 0 0 0;
  }
  #Teaser {
    font-size: 36px;
  }
}

.footer-32892 .footer-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  /* Removed extra margin-top */
}
.footer-32892 .footer-menu {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-32892 .footer-menu li {
  margin: 0;
  padding: 0;
}
.footer-32892 hr {
  margin-top: 8px;
  margin-bottom: 0;
  border-color: #333;
}
.footer-32892 .col-12 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}













.cardfc {
  width: 230px;
  border-radius: 20px;
  background: #1b233d;
  padding: 5px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cardfc:hover {
  transform: scale(1.05);
}

.cardfc .top-sectionfc {
  height: 150px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
  position: relative;
}

.cardfc .top-sectionfc .borderfc {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 130px;
  background: white;
  background: #1b233d;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #1b233d;
}

.cardfc .top-sectionfc .borderfc::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.cardfc .top-sectionfc::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.cardfc .top-sectionfc .iconsfc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.cardfc .top-sectionfc .iconsfc .logofc {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.cardfc .top-sectionfc .iconsfc .logofc .top-sectionfc {
  height: 100%;
}

.cardfc .top-sectionfc .iconsfc .social-mediafc {
  height: 100%;
  padding: 8px 15px;
  display: flex;
  gap: 7px;
}

.cardfc .top-sectionfc .iconsfc .social-mediafc .svgfc {
  height: 100%;
  fill: #1b233d;
}

.cardfc .top-sectionfc .iconsfc .social-mediafc .svgfc:hover {
  fill: white;
}

.cardfc .bottom-sectionfc {
  margin-top: 15px;
  padding: 10px 5px;
}

.cardfc .bottom-sectionfc .titlefc {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  color: white;
  text-align: center;
  letter-spacing: 2px;
}

.cardfc .bottom-sectionfc .rowfc {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cardfc .bottom-sectionfc .rowfc .itemfc {
  flex: 30%;
  text-align: center;
  padding: 5px;
  color: rgba(170, 222, 243, 0.721);
}

.cardfc .bottom-sectionfc .rowfc .itemfc .big-textfc {
  font-size: 12px;
  display: block;
  color: white;
  font-weight: 700;
}

.cardfc .bottom-sectionfc .rowfc .itemfc .regular-textfc {
  font-size: 9px;
}

.cardfc .bottom-sectionfc .rowfc .itemfc:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.126);
  border-right: 1px solid rgba(255, 255, 255, 0.126);



}/* 🟢 General text scaling */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3 !important;
}




/* 🟢 Apply ONLY on small screens */
@media (max-width: 768px) {
  .radio-input {
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* shifts it back to true center */

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 10px !important;
    margin: 10px 0 !important;
    text-align: center !important;
  }

  .radio-input .label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; /* center text inside label */
    cursor: pointer !important;
  }
}

/* 📱 Extra small phones */
@media (max-width: 480px) {
  .radio-input {
    gap: 8px !important;
  }
}
/* 📱 Mobile optimization */
@media (max-width: 768px) {
  .nav-home img {
    height: 40px !important;      /* smaller logo */
    margin-top: 5px !important;
  }
  .nav-home span {
    font-size: 120% !important;   /* smaller text */
    margin-top: 5px !important;
    line-height: 1.2 !important;
  }
}
/* 📱 Very small phones */
@media (max-width: 480px) {
  .nav-home {
    flex-direction: column !important; /* stack logo above text */
    align-items: center !important;
    text-align: center !important;
  }
  .nav-home img {
    height: 125px !important;   /* slightly bigger logo */
    margin: 0 0 4px 0 !important; /* tighter spacing */
  }
  .nav-home span {
    font-size: clamp(0.85rem, 3.8vw, 1rem) !important; 
    line-height: 1.2 !important;
    text-align: center !important;
    display: block !important;
    word-break: break-word !important; /* allows wrapping if needed */
    white-space: normal !important;    /* ensures text wraps */
  }
}

