@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Monoton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.nav_menu a {
  color: #000;
}

body {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  /* background: linear-gradient(to top left, #000000, #55efc4); */
}

/* 6383763819
sridevi mam */

/*-------- Section Nav------*/

/* .home-page {
  width: 100%;
  height: 100vh;
  background: linear-gradient(to top left, #000000, #55efc4);
} */

.container {
  width: 100%;
  margin: auto;
}

.main-nav {
  width: 100vw;
  height: 95px;
  margin: auto 0px;
  background-color: #fff;
  /* background: linear-gradient(to top left, #000000, #55efc4); */
  margin-bottom: rem;
}

.nav_container {
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav_menu {
  display: flex;
  align-items: center;
  gap: 4rem;
  list-style: none;
}

.ryde-img {
  width: 55px;
  height: 55px;
}
.admin {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.profile {
  width: 55px;
  height: 55px;
}

/* .nav_menu li {
  list-style: none;
  padding: 1.5rem;
  row-gap: 2rem;
} */

.login,
.signin {
  display: flex;
  /* align-items: flex-end;
  justify-content: space-between; */
  padding: 10px 22px;
  border: none;
  border-radius: 10px;
  margin-left: 0;
  text-align: center;
  text-decoration: none;
  background-color: rgb(64, 122, 209);
  color: #fff;
}

/* -------Make the login section show as a modal */

/*------ End of Nav ------*/

/* ------ Hero Section ------ */

.hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgb(190, 201, 226); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin: 1.5rem auto 0 auto;
}

.hero-text-box {
  padding: 3rem 3.2rem;
}

.heading-primary {
  font-size: 3rem;
  line-height: 1.2;
  padding: 1.8rem auto 0 auto;
  margin-bottom: 2.4rem;
}

.heading-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.hero-img-box {
  padding: 5rem;
}

.hero-img {
  width: 100%;
  /* height: 270px; */
}

.start-exam,
.register {
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  border-radius: 9px;
  background-color: rgb(64, 122, 209);
  color: #fff;
}

.margin-right-se {
  margin-right: 1.6rem;
}

/*------ End of Hero Section ------ */

/*------ Section Exams Page  ------*/

.section-exam-page {
  margin-bottom: 3.4rem;
}

.exam-title {
  padding: 0 3rem;
}

.exam-page {
  width: 100%;
  /* height: 100vh; */
  /* background-color: rgb(190, 201, 226); */
}

.exam-title-heading-primary {
  padding-top: 1.2rem;
}

.exams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 0 4rem;
}

.exam-card {
  /* border: 1px solid hsl(0, 5%, 81%); */
  box-shadow: 0 24px 48px 0 rgb(0, 0, 0, 0.075);
  border-radius: 9px;
  padding: 2rem;
}

.exam-img {
  width: 88%;
  border: none;
  border-radius: 10px;
  margin-bottom: 2rem;
  margin-left: 1.8rem;
}

.exam-subject {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.8rem;
}

.exam-subject-code {
  font-size: 1rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.exam-subject-description {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-top: 0.6rem;
  margin-bottom: 3rem;
}

.exam-duration {
  margin-left: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
}

.exam-subject-duration {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exam-more-info {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
  background-color: rgb(64, 122, 209);
  border-radius: 8px;
  cursor: pointer;
}

/*------ End of Section Exams Page ------*/

/*------ Login Page and Sign In Page------*/

.section-login-page,
.section-signup-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-container,
.signup-container {
  width: 100%;
  max-width: 400px;
  /* height: 100vh; */
  min-height: 100vh;
  /* background: rgba(255, 255, 255, 0.95); */
  /* background: rgba(121, 123, 243, 0.95); */
  backdrop-filter: blur(10px);
  padding: 40px;
  animation: slideUp 0.6s ease out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(30px);
  }
}

.login-header,
.signup-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h1 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.signup-header h1 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.login-header p {
  color: #666;
  font-size: 16px;
}
.signup-header p {
  color: #666;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.input-wrapper {
  position: relative;
}

.input-wrapper-confirm-password {
  position: relative;
}

.form-group input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e1e5e9;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}

.form-group input.error {
  border-color: #e74c3c;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s ease;
}

.eye-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s ease;
}

.password-toggle:hover {
  color: #667eea;
}

.input-type-toggle {
  margin-bottom: 15px;
}

.toggle-buttons {
  display: flex;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 4px;
}

.toggle-btn {
  flex: 1;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #666;
}

.toggle-btn.active {
  background: #667eea;
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.login-button,
.signup-button {
  width: 100%;
  padding: 15px;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background: #667eea;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.login-button,
.signup-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.login-button,
.signup:active {
  transform: translateY(0);
}

.forgot-password {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}

.forgot-password a {
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.forgot-password a:hover {
  color: #764ba2;
}

.signup {
  text-decoration: none;
  color: #666;
  text-align: center;
}

.error-message,
.error-message-signup {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  display: none;
}

.signup-arrow {
  margin-left: 5px;
  height: 5px;
  width: 5px;
}

::placeholder {
  font-size: 14px;
}

/* Opens Modal */

#loginSection,
#signupSection {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(250, 245, 245);
  /* background-color: rgba(0, 0, 0, 0.521); */
  animation: fadeIn 0.3s;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.open-modal {
  /* background-color: blue; */
  padding-inline-start: 20px;
  /* filter: blur(5px); */
  color: #fff;
}

.bx {
  position: fixed;
  top: -1px;
  right: 10px;
  font-size: 44px;
  color: #666;
  cursor: pointer;
}
/*------ End of Login Page ------ */

/* -------- Pricing Plan ------*/

.section-pricing {
  padding: 9rem 3rem;
  /* background-color: #9cecaf; */
}

.pricing-container {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 6.4rem;
}

.plan-subheading {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  letter-spacing: 0.75;
  color: #333;
}

.plan-heading {
  font-size: 3.2rem;
  margin-bottom: 7.2rem;
  line-height: 1.2;
  color: #333;
}

.plan-cards {
  border-radius: 10px;
  width: 75%;
}

.pricing-plan-starter {
  justify-self: end;
  border-radius: 10px;
  padding: 4.2rem;
  box-shadow: 0 24px 48px 0 rgb(0, 0, 0, 0.075); /* background-color: #667eea; */
}

.pricing-plan-complete {
  justify-self: end;
  /* border-color: #667eea; */
  border: #1e90ff;
  transform: scale(1.02);
  border-radius: 10px;
  padding: 4.2rem;
  box-shadow:
    0 10px 20px rgba(30, 144, 255, 0.3),
    0 8px 12px rgba(0, 0, 0, 0.1);
}

.plan-header {
  text-align: center;
  margin-bottom: 4.2rem;
}

.plan-name {
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  letter-spacing: 0.75;
  color: #667eea;
}

.plan-price {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
}

.plan-price span {
  font-size: 4rem;
  font-weight: 700;
  margin-right: 0.8rem;
}

.plan-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.plan-list-item {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}

.plan-sign-up {
  text-align: center;
  margin-top: 4.6rem;
}

.btn-plan {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #667eea;
  color: #fff;
  border-radius: 10px;
}

.plan-icon {
  color: #667eea;
  height: 2.2rem;
  width: 2.2rem;
}

/* -------- End of Pricing Plan -------*/

/*----- Exam Page Detailed Information about exam  -----*/

#section-exam-page-detail {
  display: none;
}

.exam-page-detail-container {
  background-color: #666;
  /* background-color: #1a1a1a; */
}

.exam-page-detail {
  width: 100%;
  height: 100vh;
}

.exam-img-detail {
  width: 100%;
  position: absolute;

  /* margin-left: 4.6rem; */
}

.exam-page-detail-description {
  position: relative;
  top: 312px;
  margin-top: 1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 1rem 3.2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 3rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.377); /* background-color: #667eea; */
}

.exam-list li {
  list-style: none;
  margin-bottom: 8px;
}

.exam-mg-right {
  margin-right: 5px;
}

.btn-take-exam {
  text-decoration: none;
  padding: 12px 10px;
  color: #fff;
  background-color: #222;
  border-radius: 6px;
}

.exam-format li:nth-child(2) {
  margin-bottom: 30px;
}

.exam-glance {
  margin-top: 3rem;
  margin-left: 8rem;
  margin-right: 8rem;
  padding: 20px 80px;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #292929;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22rem;
}

.exam-description {
  padding: 3.2rem;
}

.exam-description-heading {
  font-size: 2rem;
  color: #333;
  margin-bottom: 3rem;
  letter-spacing: 1.2px;
}

.exam-description-sub-desc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: justify;
}

.exam-glance h3 {
  margin-bottom: 1.8rem;
  background: linear-gradient(to right, #ac7ee1, #8dc8e8, #ac7ee1);
  color: transparent;
  background-clip: text;
  font-size: 1.6rem;
}

.exam-glance p {
  margin-bottom: 0.6rem;
  color: #fff;
}

.exam-glance span {
  margin-left: 1rem;
  color: #ac7ee1;
}

.icon-glance {
  color: #eee8e8;
}

.mg-bt-glance {
  margin-top: 3rem;
}

.mg-rg-glance {
  margin-right: 10px;
}

.exam-page-detail-overview {
  padding: 3.2rem;
}

.exam-page-detail-overview h2 {
  font-size: 2rem;
  background: linear-gradient(to right, #ac7ee1, #8dc8e8, #ac7ee1);
  color: transparent;
  background-clip: text;
  font-weight: 600;
  margin: 1.4rem 0;
}

.exam-page-detail-overview p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 18px;
}

.exam-page-detail-overview li {
  margin-left: 10px;
  margin-bottom: 8px;
}

.exam-page-detail-prepare {
  padding: 0 3.2rem;
}

.exam-page-detail-prepare h2 {
  font-size: 2rem;
  background: linear-gradient(to right, #ac7ee1, #8dc8e8, #ac7ee1);
  color: transparent;
  background-clip: text;
  font-weight: 600;
  margin: 1.4rem 0;
}

.exam-page-detail-prepare p {
  margin-bottom: 20px;
}

.exam-page-detail-prepare li {
  margin-left: 10px;
  margin-bottom: 8px;
}

.exam-page-detail-prepare-syllabus-link {
  padding: 10px;
  margin-top: 24px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.exam-page-detail-prepare-icon {
  color: #fff;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.exam-page-detail-prepare-icon-time {
  transform: translateY(4px);
}

.exam-page-detail-take-exam {
  padding: 1rem 3.2rem;
}

.exam-page-detail-take-exam h2 {
  font-size: 2rem;
  background: linear-gradient(to right, #ac7ee1, #8dc8e8, #ac7ee1);
  color: transparent;
  background-clip: text;
  font-weight: 600;
  margin: 1.4rem 0;
}

.exam-page-detail--take-exam-link {
  margin-left: 20px;
}

.exam-page-detail-exam-policy {
  padding: 1rem 3.2rem;
}

.exam-page-detail-exam-policy h2 {
  font-size: 2rem;
  background: linear-gradient(to right, #ac7ee1, #8dc8e8, #ac7ee1);
  color: transparent;
  background-clip: text;
  font-weight: 600;
  margin: 1.4rem 0;
}

.exam-page-detail-exam-policy p {
  line-height: 1.6;
  margin-bottom: 18px;
}

/*----- End of Exam Page Detailed Information about exam  -----*/

.difficulty-modal {
  display: none; /* default hidden */
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
