body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  background-color: #0e0e0e;
  color: #fff;
  width: 100%;
  overflow-x: hidden;
}
.cursor-glow {
  position: fixed;
  pointer-events: none;
  z-index: 1; /* VERY LOW */
}
/* .container {
  max-width: 100% !important;
  overflow-x: hidden;
} */
/* .widths {
  max-width: 95% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
/* ================= hero section start================= */
.heros {
  /* background-image:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url("../nuaavpic/hero-img.png"); */

  background-position: center;
  background-repeat: no-repeat;
  background-size: none;
  margin-top: 0px;
}
.heros {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

/* Video */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Overlay (same as gradient) */
.heros::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  z-index: 0;
}

/* Content upar rahe */
.heros .container {
  position: relative;
  z-index: 1;
}
.hero-wrapper {
  padding: 100px 20px;
}

/* main hero container */

.heroh1 {
  font-size: 62px;
  font-weight: 600 !important;

  background: linear-gradient(90deg, #ffffff, #ffffff);

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-box {
  padding: 80px 40px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}

.hero-box {
  padding: 80px 40px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #101010;
}

.hero-box {
  padding: 80px 40px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #2c9dee;
}

/* LEFT BORDER: dark bottom → fade top */

.hero-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 4px;
  background: linear-gradient(to top, #2fa7ff, #2fa7ff, transparent);
}

.hero-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  width: 4px;
  background: linear-gradient(to top, #2fa7ff, #2fa7ff, transparent);
}
/* LEFT BORDER: dark bottom → fade top  */

/* ================= hero section end ================= */

.btn-warning {
  background: #ffc107;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-warning:hover {
  background: transparent;
  border: 2px solid #ffc107;
  color: #ffc107;
  transform: translateY(-3px);
}

.btn-transparent {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #b1b6b7;
  border-radius: 30px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  /* margin-right: 10rem; */
}
btn-transparent {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #b1b6b7;
  border-radius: 30px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  margin-right: 10rem;
}

/* Left se aane wala layer */
.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}

/* Hover effect */
.btn-transparent:hover::before {
  width: 100%;
}

/* Text color change */
.btn-transparent:hover {
  color: #000;
}
.btn-transparent1 {
  position: relative;
  background: transparent;
  color: #fff;
  border: 1px solid #b1b6b7;
  border-radius: 30px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  margin-right: 10rem;
}

/* Left se aane wala layer */
.btn-transparent1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}

/* Hover effect */
.btn-transparent1:hover::before {
  width: 100%;
}

/* Text color change */
.btn-transparent1:hover {
  color: #000;
}

.small {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}

/* slider */
.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 60px;
  animation: scroll 20s linear infinite;
}

.logo img {
  height: 50px;
  width: auto;
  opacity: 0.8;
  transition: 0.3s;
}

.logo img:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.display {
  font-size: 96px;
  margin-left: 40px;
}
/* counter start */

.counter {
  align-items: center;
  font-size: 112px;
  font-weight: 300 !important;
  color: transparent;
  -webkit-text-stroke: 2px #787878;
  letter-spacing: 3px;
}
.countertext {
  margin-left: 30px;
  font-size: 18px;
}

/* .counter:hover {
  transform: scale(1.1);
  transition: 0.3s ease;
} */

/* counter end */

.btn-outline-dark:hover {
  transform: translateY(-3px);
}
.brand-logo {
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.brand-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
h1 {
  line-height: 1.3;
}

h1 span {
  color: rgb(40, 181, 228);
}
#marginpadding {
  margin: 0% !important;
  padding: 0% !important;
}
.service-card {
  background: #11191e;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
.service-card {
  background: #11191e;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Gradient Border */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 30px;

  background: linear-gradient(to top, #33aaf0, #141130);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.service-card img {
  border-radius: 18px;
  width: 100%;
}

.service-card p {
  font-size: 14px;
  color: #8f9ba8;
  margin-top: 20px;
}

.service-card h5 {
  color: white;
  font-weight: 600;
}

.read-btn {
  color: #8f9ba8;
  text-decoration: none;
  margin: 20px 0 20px;
  z-index: 9999;
}

.read-btn span {
  margin-left: 5px;
}

.service-card:hover {
  transform: translateY(-10px);
}

/* ===== FLIP WRAPPER ===== */
.flip-card-one {
  perspective: 1000px;
  height: 100%;
  overflow: hidden;
}

/* INNER */
.flip-inner-one {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

/* HOVER FLIP */
.flip-card-one:hover .flip-inner-one {
  transform: rotateY(180deg);
}

/* FRONT & BACK COMMON */
.flip-front-one,
.flip-back-one {
  position: absolute;
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
  backface-visibility: hidden;
  overflow: hidden; /* fixes border clipping */
}

/* FRONT (your original card stays same) */
.flip-front-one {
  z-index: 2;
}

/* BACK */
.flip-back-one {
  background: #11191e;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: relative;
}

/* ===== SAME GRADIENT BORDER (MATCHES service-card) ===== */
.flip-back-one::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 30px;

  background: linear-gradient(to top, #33aaf0, #141130);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/* ===== DISABLE FLIP ON MOBILE ONLY ===== */
@media (max-width: 768px) {
  .flip-card-one:hover .flip-inner-one {
    transform: none; /* no flip */
  }

  .flip-inner-one {
    transform: none !important;
  }

  .flip-back-one {
    display: none; /* hide back side */
  }

  .flip-front-one {
    position: relative;
  }
  .hero-box {
    padding-top: 3rem !important;
    padding-bottom: 0rem !important;
    margin-top: 4rem;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
/* <-------service card1 start-------> */
@media (max-width: 768px) {
  /* ✅ Fix: overlay click block hatao */
  .flip-back-one::before {
    pointer-events: none;
  }

  /* ✅ Ensure button clickable ho */
  .read-btn {
    position: relative;
    z-index: 10;
  }
}
.service-card1 {
  background: #11191e;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}
.service-card1 {
  background: #11191e;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Gradient Border */
.service-card1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 30px;

  background: linear-gradient(to bottom, #33aaf0, #141130);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.service-card1 img {
  border-radius: 18px;
  width: 100%;
}

.service-card1 p {
  font-size: 14px;
  color: #8f9ba8;
  margin-top: 20px;
}

.service-card1 h5 {
  color: white;
  font-weight: 600;
}

.read-btn {
  color: #8f9ba8;
  text-decoration: none;
  margin: 20px 0 20px;
}

.read-btn span {
  margin-left: 5px;
}

.service-card1:hover {
  transform: translateY(-10px);
}
.service-icon {
  height: 70%;
  object-fit: contain;
  margin-bottom: 0px !important;
}
.read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;

  transition: 0.3s ease;
}
.custom-gap {
  row-gap: 40px; /* vertical gap */
  column-gap: 145px; /* horizontal gap */
}

.read-btn .arrow {
  transition: 0.3s ease;
}

.read-btn:hover {
  color: #fff;
}

.read-btn:hover .arrow {
  transform: translateX(6px);
}

#studypage {
  margin-bottom: 20px;
}
/* <-------service card1 end-------> */

.testimonial-section {
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.testimonial-card {
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  transition: 0.4s ease;
  transition:
    transform 0.45s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.45s ease;
}
/* 🔥 MOVEMENT (stronger + realistic) */
.slide-out-left {
  transform: translateX(-120px) scale(0.85);
  opacity: 0.5;
}

.slide-out-right {
  transform: translateX(120px) scale(0.85);
  opacity: 0.5;
}

.slide-in {
  transform: translateX(0) scale(1);
  opacity: 1;
}
/* Side Cards */
.small-card {
  border: 1px solid #1e90ff;
  background: rgba(255, 255, 255, 0.02);
}

/* Center Card */
.center-card {
  background: #111a3a;
  min-height: 420px; /* increase height */
  /* animation: popCenter 0.5s ease; */
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  padding: 60px 40px;
  transform: scale(1.15);
  z-index: 2;
}

@keyframes popCenter {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1.05); /* match your existing scale */
  }
}

/* Quote */
.quote {
  font-size: 50px;
  color: #1e90ff;
  margin-bottom: 0px !important;
}

/* Divider Line */
.divider {
  height: 1px;
  background: #1e90ff;
  margin: 30px 0;
}

/* Profile */
.profile {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
  border: 3px solid #1e90ff;
}

.profile h6 {
  margin: 0;
  font-weight: 600;
}

.profile span {
  font-size: 14px;
  color: #bbb;
}

/* 🔥 Make center card bigger (height + width feel) */
.center-card {
  transform: scale(1.2); /* bigger than your current 1.05 */
  padding: 80px 50px; /* increases height */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 🔥 Bigger quote ONLY for center */
.center-card .quote {
  font-size: 120px; /* much bigger */
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 25px;
  opacity: 0.15; /* stylish faded look */
}
.center-card .divider {
  display: none;
}
/* 🔥 Slightly reduce side cards for contrast */
.small-card {
  transform: scale(0.9);
  opacity: 0.7;
  /* transition: transform 0.4s ease, opacity 0.4s ease; */
} /* Make center column wider */
.testimonial-row .col-lg-4:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
  @media screen and (max-width: 768px) {
    flex: 0 0 40%;
    max-width: 100% !important;
  }
}

/* Make side columns smaller */
.testimonial-row .col-lg-4:nth-child(1),
.testimonial-row .col-lg-4:nth-child(3) {
  flex: 0 0 30%;
  max-width: 30%;
}
.testimonial-row {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 🔥 THIS FIXES HEIGHT ISSUE */
}
.nav-btn {
  padding: 12px 25px;
  border-radius: 30px;
  border: 1px solid #979494;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease;
}
.nav-btn a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.nav-btn:hover {
  color: #fff;
}

.next-btn {
  color: #fff;
}

.next-btn:hover {
  background: transparent;
}

/* Circle Style */
.process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; /* important */
  margin-top: 80px;
}

/* Item */
.item {
  text-align: center;
}

/* Circle */
.circle {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(180deg, #33aaf0 0%, #141130 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.circle img {
  width: 73px;
  height: 73px;
}

/* Text */
.item p {
  margin-top: 15px;
  font-size: 32px;
  color: #fff;
}

/* Line */
.line {
  width: 153px;
  height: 4px;
  background: #ccc;
  position: relative;
  margin-bottom: 120px;
}

/* Dots */
.line::before,
.line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #ccc;
  border-radius: 50%;
}

/* Left Dot */
.line::before {
  left: -6px; /* ✅ half outside */
}

/* Right Dot */
.line::after {
  right: -6px; /* ✅ half outside */
}
@media (max-width: 768px) {
  .process-wrapper {
    justify-content: center;
    gap: 20px;
  }

  .item {
    width: 48%; /* ✅ 2 items ek row me */
  }

  .line {
    display: none; /* ✅ line + dots hide */
  }

  .circle {
    width: 82px;
    height: 82px;
  }

  .circle img {
    width: 40px;
    height: 40px;
  }

  .item p {
    font-size: 16px;
  }
  .item {
    width: calc(50% - 10px);
  }
}
/* <============form==========> */
.contact-form h1 {
  font-size: 40px;
  font-weight: 600 !important;
}
.contact-form {
  background: #252525;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  padding: 70px !important;
}

.form-control {
  background: transparent;
  border: 2px solid #898787;
  color: #fff;
  border-radius: 10px;
}

.form-control:focus {
  background: transparent;
  border-color: #1e90ff;
  box-shadow: none;
  color: #fff;
}

.form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.submit-btn {
  position: relative;
  border: 1px solid #898787;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 20px 10px;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

/* .submit-btn:hover {
  background: orange;
} */
/* Left se aane wala layer */
.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}

/* Hover effect */
.submit-btn:hover::before {
  width: 100%;
}

/* Text color change */
.submit-btn:hover {
  color: #000;
}

.para {
  margin-bottom: 2rem;
  margin-right: 8rem;
}

/* body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: radial-gradient(circle at top, #0a0f1c, #000);
  color: white;
} */

/* Heading */
.partners h2 {
  margin-top: 50px;
  font-size: 64px;
  text-align: center;
}

.partners h2 span {
  color: #4db8ff;
}

/* Card */
.card {
  width: 70%;
  margin: 40px auto;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

/* ✅ Mobile Fix */
@media screen and (max-width: 768px) {
  .card {
    width: 80%; /* full width ke close */
    padding: 20px; /* kam padding mobile ke liye */
    margin: 20px auto; /* center + spacing */
    border-radius: 70px;
  }
}

/* Logos */
.logos {
  display: flex;
  justify-content: space-around;
  /* flex-direction: column; */
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.logo {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
}
#start {
  justify-content: start;
  align-items: start;
  margin-top: -80px;
  @media screen and (max-width: 768px) {
    align-items: center !important;
    flex-direction: column-reverse;
    margin: 0%;
  }
}
#end {
  justify-content: end;
  align-items: end;

  @media screen and (max-width: 768px) {
    align-items: center !important;
  }
}
.logos img {
  /* height: 100px; */
  /* filter: brightness(0) invert(1); white effect */
  transition: 0.3s;
}
#micro {
  width: 480px;
  height: 269px;
  @media screen and (max-width: 768px) {
    height: 100%;
    width: 100%;
  }
}
#bird {
  height: 281px;
  width: 281px;
  @media screen and (max-width: 768px) {
    height: 150px;
    width: 150px;
  }
}
#aws-partner {
  width: 175px;
  height: 175px;
  margin-right: 70px;
  @media screen and (max-width: 768px) {
    height: 100px;
    width: 100px;
    margin: 0%;
  }
}
#anthrop {
  width: 363px;
  height: 41px;
  @media screen and (max-width: 768px) {
    height: 45px;
    width: 200px;
  }
}

.logos img:hover {
  transform: scale(1.1);
  filter: brightness(1) invert(0);
}

/* ================= DESKTOP HOVER DROPDOWN ================= */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.cursor-glow {
  position: fixed; /* important */
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;

  background: radial-gradient(circle, rgba(23, 126, 210, 0.5), transparent 70%);
  transform: translate(-50%, -50%);

  pointer-events: none;
  z-index: 9999;

  filter: blur(60px);
  opacity: 0.7;
}

/* ================= DEFAULT (Mobile First) ================= */

.hero-box {
  padding: 90px 20px;
}

.hero-box h1 {
  font-size: 18px;
}

h1 {
  font-size: 26px;
  text-align: center;
}

.counter {
  font-size: 112px;
  text-align: start;
  @media screen and (max-width: 768px) {
    text-align: start;
  }
}

.countertext {
  margin-left: 0;
  text-align: start;
  @media screen and (max-width: 768px) {
    text-align: start;
  }
}

.service-box {
  width: 132px;
  height: 132px;
  margin: auto;
}

.footer-heading {
  font-size: 24px;
  text-align: center;
}
.mobile-form {
  max-width: 300px;
  margin: 0 auto; /* center */
}

/* Input Styling */
.mobile-form .form-control {
  border-radius: 25px;
  padding: 10px 15px;
  text-align: center;
  color: #fff; /* input text white */
}

/* Placeholder White */
.mobile-form .form-control::placeholder {
  color: #fff;
  opacity: 0.8;
}

/* Button Styling */
.mobile-form .submit-btn {
  border-radius: 25px;
  padding: 15px 5px;
  margin-top: 15px;
  margin-bottom: 7rem;
}

/* ================= DESKTOP ================= */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    margin: 0 10px;
    font-size: 16px;
  }

  .hero-box h1 {
    font-size: 62px;
  }

  .counter {
    font-size: 112px;
  }

  .about-nuaav {
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 3%;
    text-align: center;
    margin-right: 8rem;
  }
  .Excellence {
    flex: 0 0 auto;
    width: 81%;
    margin-right: 50px;
  }

  .center-card {
    transform: translateY(-20px);
  }
  /* Default (Desktop pe show hoga) */
  .mobile-hide {
    display: inline;
  }

  /* Mobile pe hide */
  @media (max-width: 768px) {
    .mobile-hide {
      display: none;
    }
  }
}

@media screen and (max-width: 768px) {
  .font-small {
    font-size: 0.8rem;
    text-align: center;
  }
  .font-med {
    font-size: 1rem;
  }
  .padding-right {
    margin-left: 20px;
  }
  .width {
    width: 50%;
  }
  .flex {
    display: flex;
  }
  .justify-right {
    justify-content: right;
    margin-right: 15px;
  }
  .right {
    text-align: start;
  }

  .lets {
    font-size: 32px;
    text-align: center !important;
    margin-right: 32px;
  }
  .future {
    font-size: 24px;
    text-align: center;
    margin-right: 32px;
    /* margin-left: 140px !important; */
  }

  .small {
    font-weight: 300;
    font-size: 10px !important;
    line-height: 19px;
    text-align: center;
  }
  .true {
    font-size: 16px;
  }
  .hero-box .btn {
    font-size: 10px;
    padding: 21px 35px !important;
    border-radius: 40px;
  }
  /* Default (Desktop pe show hoga) */
  /* .mobile-hide {
    display: inline;
  } */
  /* Mobile pe hide */
  .mobile-hide {
    display: none;
  }
  .hero-wrapper {
    padding: 20px 20px;
  }
  .heros p {
    font-size: 10px;
  }

  .about-nuaav {
    font-style: Regular;
    text-align: center;
    font-size: 18px;
    width: 90%;
  }
  .para {
    text-align: center;
    margin-right: 0px;
    font-size: 10px;
    line-height: 2;
    width: 93%;
    margin-bottom: -3rem !important;
  }
  .constlogo {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
  .controw {
    margin-left: 5px;
    margin-right: 5px;
  }
  .conthead {
    font-size: 16px;
  }
  .lead {
    font-size: 10px;
    width: 80%;
    text-align: center;
    /* margin-left: 65px; */
    margin: auto;
    margin-bottom: 0px;
  }
  .let-build {
    margin-bottom: -4rem !important;
  }
  .Trusted {
    font-size: 16px;
    font-weight: 500;
  }
  .testimonial-row .col-lg-4:nth-child(2) {
    flex: 0 0 20%;
    /* max-width: 40%; */
  }
  .Case {
    font-size: 16px;
    font-weight: 400;
  }
  #flex {
    display: flex !important;
    align-items: center;
  }
  /* #start {
    align-items: center;
  }
  #end {
    justify-content: end;
    align-items: center;
  } */

  .partners h2 {
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
  }
}
