





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  scroll-padding-top: 100px;
}

html, body {
  overflow-x: hidden;
}

.company-quicklinks {
  gap: 40px;
}

.company-quicklinks h5 {
  font-weight: 600;
}

.result-neet img{
    border-radius:30px;
}
.result-neet{
    background-color:white!important;
}
@media (max-width: 600px) {
  .hero {
    padding-top: 70px;
  }

  .hero-content {
    gap: 20px;
  }

  .hero-text h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .hero-text p {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .hero-image img {
    width: min(90%, 320px);
  }
}

@media (max-width: 991px) {
  .custom-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    padding: 10px 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  body {
    /*padding-top: 80px !important;*/
  }

  .navbar-collapse {
    width: 100% !important;
    margin-top: 10px;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-link {
    font-size: 17px;
    padding: 8px 0;
  }

  .close-menu-btn {
    display: block !important;
  }
}


.custom-navbar {
  width: 100%;
  background: white;
  padding: 10px 30px;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.custom-navbar .navbar-brand img {
  width: 180px;
}

.custom-navbar .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: #007bff;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.close-menu-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #000;
  border: none;
  background: transparent;
}

@media (max-width: 991px) {
  .custom-navbar {
    border-radius: 0 0 25px 25px;
    padding: 10px 20px;
  }

  .custom-navbar .navbar-brand img {
    width: 150px;
  }

  .navbar-collapse {
    background: white;
    border-radius: 0 0 25px 25px;
    padding: 40px 0 10px;
    margin-top: 10px;
    position: relative;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-link {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 17px;
  }

  .nav-link:last-child {
    border-bottom: none;
  }

  .close-menu-btn {
    display: block;
  }

  .navbar {
    padding-top: 0px;
  }
}

.navbar {
  width: 100%;
  background: white;
  border-radius: 0 0 40px 40px;
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo img {
  width: 200px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 35px;
  font-size: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #007bff;
}

@media (max-width: 576px) {
  .company-quicklinks {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }

  .company-quicklinks .footer-links {
    padding-left: 0 !important;
  }

  .company-quicklinks h5 {
    font-size: 1rem;
  }
}

.boost-section {
  position: relative;
  background: url('./Images/backgroundbanner.jpg') no-repeat center center/cover;
  min-height: 80vh;
  align-items: center;
  color: white;
  overflow: hidden;
}

.boost-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 120, 198, 0.8);
  z-index: 1;
}

.boost-section .container {
  position: relative;
  z-index: 2;
}

.boost-form {
  background-color: rgba(0, 150, 255, 0.9);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
}

.boost-form .form-control {
  border-radius: 20px;
  padding: 10px 15px;
}

.boost-form button {
  border-radius: 25px;
}

:root {
  --nav-h: 80px;
}

@media (max-width: 991px) {
  :root {
    --nav-h: 64px;
  }
}

.boost-page .custom-navbar,
.boost-page #header .custom-navbar,
.boost-page #header .navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.boost-page .navbar:not(.custom-navbar) {
  position: static !important;
  top: auto !important;
  box-shadow: none !important;
}

.boost-page body,
.boost-page html {
  overflow-x: hidden;
}

.boost-page body {
  padding-top: 0 !important;
  margin-top: 0 !important;
  scroll-padding-top: var(--nav-h) !important;
}

.boost-page .boost-section {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  min-height: calc(100vh - var(--nav-h)) !important;
  padding-top: var(--nav-h) !important;
  margin-top: 0 !important;
  background: url('./Images/backgroundbanner.jpg') no-repeat center/cover !important;
  color: #fff;
  overflow: hidden;
}

.boost-page .boost-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8,120,198,.8);
  z-index: 1;
}

.boost-page .boost-section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .boost-page .boost-section {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    /*padding-top: calc(var(--nav-h) + 16px) !important;*/
    min-height: calc(100vh - var(--nav-h)) !important;
  }
}

.boost-page .boost-section {
  /*padding-top: var(--nav-h) !important;*/
}

.custom-select {
  position: relative;
}

.custom-select select {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.custom-select select:hover,
.custom-select select:focus {
  box-shadow: 0 0 0 2px #007bff;
}

.custom-select::after {
  content: "▼";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #007bff;
  pointer-events: none;
}

@media (max-width: 768px) {
  .boost-section {
    text-align: center;
    
  }

  .boost-form {
    margin-top: 20px;
  }

  .result-neet img {
    margin-bottom: 20px;
  }

  .footer-bottom {
    padding: 20px;
  }
}

.section-title {
  font-weight: 600;
  font-size: 24px;
}

.subtitle {
  color: black;
  margin-bottom: 25px;
  font-size: 23px;
}

.progress {
  height: 32px !important;
  border-radius: 20px !important;
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #007bff;
  border-radius: 20px;
}

.info-text {
  font-size: 23px;
  margin-bottom: 40px;
}

.benefit-card {
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
  border-radius: 20px;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card h3 {
  font-weight: 600;
}

.benefit-icon {
  height: 80px;
  width: 80px;
  background: #007bff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.benefit-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 16px;
  color: black;
  margin: 0;
}

.cash-title {
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
}

.subtitle {
  color: #555;
  margin-bottom: 20px;
}

.table {
  border: 2px solid black;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.table th {
  background-color: #f8f8f8;
  font-weight: 600;
  border: 1px solid black;
}

.table td {
  vertical-align: middle;
  padding: 12px;
  border: 1px solid black;
}

.table td.tr1 {
  background-color: #0096FF !important;
  color: #fff !important;
}

tr:not(.tr1) {
  background-color: #fff;
  color: #000;
}

@media (max-width: 767px) {
  .cash-title {
    font-size: 20px;
  }

  .table td, .table th {
    font-size: 14px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .benefit-card {
    margin-bottom: 20px;
  }

  .section-title, .cash-title {
    font-size: 20px;
  }
}

.result-neet {
  background-color:white!important;
}

@media (max-width: 480px) {
  .hero-text h1 {
    margin-top: 20px;
  }

  .expert-coaching p {
    width: 250px;
    margin-left: 40px;
  }

  .stats-grid p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .lead-card p:first-of-type {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .d-flex.flex-column.flex-sm-row {
    flex-direction: row !important;
  }
}

.footer-section {
  background-color: #0878c6;
  color: white !important;
  font-family: "Poppins", sans-serif;
}

.footer-section h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-section p,
.footer-section a,
.footer-section li {
  color: white !important;
}

.footer-links a {
  color: #f8f9fa !important;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section a,
.footer-section a:link,
.footer-section a:visited,
.footer-section a:active {
  color: white !important;
  text-decoration: none !important;
}

.footer-section a:hover {
  color: #d9edf9 !important;
  text-decoration: none !important;
}

.footer-links a:hover {
  color: #d9edf9 !important;
}

.footer-section p,
.footer-section a {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-bottom {
  background-color: #f8f9fa;
  color: #333;
}

.designer-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.designer-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }

  .footer-links {
    padding: 0;
  }

  .footer-section i {
    display: block;
    margin-bottom: 4px;
  }
}

.subscription-form {
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
  max-width: 500px;
  background: #fff;
  padding: 0px;
  height: 60px;
}

.btn-subscribe {
  background-color: #0096ff;
  color: white;
  border: 2px solid white;
  border-radius: 50px;
  transition: 0.3s ease;
}

.btn-subscribe:hover {
  background-color: white;
  color: #0096ff;
}

.footer-section i {
  color: white !important;
  font-size: 1.2rem;
  transition: 0.3s;
}

.footer-section i:hover {
  color: #ffd700;
}

.footer-start {
  background-color: #fff;
  border-top: 2px solid #0096ff;
  border-bottom: 3px solid #0096ff;
}

.email-input {
  border: none !important;
  outline: none;
  flex: 1;
  padding: 0px 0px;
  font-size: 0.95rem;
  border-radius: 0;
}

.email-input:focus {
  outline: none;
}

.btn-subscribe {
  background-color: #0096ff;
  height: 63px;
  color: #fff;
  border-radius: 0 30px 30px 0;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #007be5;
  transform: translateY(-1px);
  color: white;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0096ff;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background-color: #007be5;
  transform: scale(1.1);
}

.footer-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}






