@import url('https://fonts.googleapis.com/css2?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&display=swap');

body {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

header {
  position: sticky;
  font-family: "Poppins", sans-serif !important;
  top: 0;
  z-index: 1000;
  color: #1D222C;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.mains{
    width: 200px;
}
.top-bar .container-fluid {
  padding: 0px;
}

.top-bar .navbar-nav {
  padding-left: 0px;
}

.container-fluid {
  margin: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
}

.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  height: 75px;
  /* padding-left: 20px !important; */
}

.header-main {
  background-color: #fff;
  position: relative;
}

.navbar-collapse {
  background-color: #FFFFFF;
}

.nav-link {
  font-size: 15px;
  font-weight: 550;
  color: #2D2D84 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-link:hover {
  color: #2D2D84;
}

.main-nav-tab .nav-item {
  position: relative;
}

.nav-link:hover {
  color: #2D2D84;
}

.main-items a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2D2D84;
  padding-left: 0px !important;
}

.main-logo {
  width: 95%;
}

.top-bar {
  border-bottom: 2px solid #EFF2FF;
}

.menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
}

.login-button {
  border-radius: 50px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 6px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #7CCCAA;
  background-color: #7CCCAA;
}

.subscribe_login_button {
  background-color: #1CDDDA;
  color: #FFFFFF;
  border: 1px solid #1CDDDA;
  padding: 11px 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}

.crashs {
  background-color: #A1B4FF;
  border: 1px solid #A1B4FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  margin-right: 10px;
}

.demo {
  background-color: #FFFFFF;
  border: 1px solid #7CCCAA;
  color: #7CCCAA;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}

.demo:hover {
  background-color: #7CCCAA;
  color: #FFFFFF;
}

.demo:hover img {
  filter: brightness(0) invert(1);
}

.top-buttons {
  display: flex;
  gap: 10px;
}

/* Active State for Navbar Items */
.navbar-nav .active-nav a {
  color: #2D2D84 !important;
  font-weight: 500 !important;
}

.navbar-nav .active-nav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  height: 6px;
  width: 70%;
  margin: auto;
  border-radius: 30px 30px 0px 0px;
  background-color: #2D2D84;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.nav-item {
  position: relative;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px 50px;
  padding: 180px 10px 30px 10px;
}

.footer-logo-section {
  flex: 1;
}

.footer-description {
  font-size: 15px;
  width: 385px;
  line-height: 1.6;
  margin: 10px 0;
  color: #FFFFFF;
}

.footer-social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 15px;
}

.social-icon img {
  width: 42px;
  height: 42px !important;
}

.footer-logo-section img {
  height: 60px;
}

.footer-links {
  display: flex;
  flex: 2;
  justify-content: space-between;
  margin: 10px 0px;
}

.footer-column {
  flex: 1;
}

.footer-column-title {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.footer-link {
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
  display: block;
  margin: 7px 0px;
  transition: color 0.3s;
  font-weight: 400;
}

.footer-link:hover {
  color: #92DAFB;
}

#footer-iconss {
  color: #81DEF3;
  margin-right: 5px;
}

.footer-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.footer-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-list li a {
  display: flex;
  align-items: center;
  gap: 2px;
}

.footer-list li a img {
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 0.8rem;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 10px;
}

.footer-bottom p {
  margin: 0px;
  padding: 8px;
  color: #FFFFFF;
}

.footer {
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.mains-inputs-footer input {
  background-color: #03121F;
  border: 2px solid #AEF0FF;
  padding: 17px 42px;
  color: #92DAFB;
  border-radius: 50px;
  margin-top: 20px;
  position: relative;
  padding-left: 45px;
  font-size: 15px;
}

.mains-inputs-footer input::placeholder {
  color: #A1C6E1;
}

.mains-inputs-footer input:focus {
  outline: none;
}

.main-get {
  position: relative;
}

#get-image {
  position: absolute;
  left: 18px;
  top: 40px;
}

#get-iconss {
  position: absolute;
  right: 70px;
  top: 27px;
  background-color: #AEF0FF;
  color: #1D222C;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.content-icons {
  display: flex;
  gap: 10px;
  margin: 15px 0px;
}

/* ----------------------------------news-letter-------------------------- */
.new-letters {
  margin-top: 80px !important;
}

.connect-with {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  margin-top: -16%;
  width: 87%;
  left: 110px;
}

.connect-concerns {
  display: flex;
  gap: 5px;
  align-items: center;
}

.qusetion-concerns {
  width: 49%;
}

.qusetion-concerns h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #1E1E1E;
}

.connect-us img {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

.numbers {
  font-size: 15px !important;
}

.connect-us button {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF !important;
  border: none;
  outline: none;
  background: none;
  background-color: #7CCCAA;
  box-shadow: 0px 3px 6px 0px #0000001A;
  padding: 12px 18px;
  border-radius: 25px;
  cursor: pointer;
}

.connect-us {
  width: 45%;
  margin-right: 25px;
}

.newsletter {
  margin-bottom: 20px !important;
}

.newsLetter-blue {
  position: relative;
}

.newsLetter-img {
  position: absolute;
  margin-top: -14%;
  right: 90px;
}

.newsLetter-blue {
  position: relative;
}

.concerns {
  margin-top: -40px;
}

.news-green {
  width: 8%;
  position: absolute;
  margin-top: -90px;
  z-index: -1;
  left: 41px;
}

.dotts-Img {
  width: 10%;
  position: absolute;
  right: 19px;
  margin-top: -225px;
  z-index: -1;
}

.newsLetter-blue img,
.concerns img,
.news-green img,
.dotts-Img img {
  width: 100%;
}

.newsLetter-img img {
  width: 100%;
  height: 155px;
}

/**** comman headings pages */
.background-img img {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover
}

.about-text {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.about-us {
  position: absolute;
  top: 31%;
}

.about-us h3 {
  font-size: 38px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #1D222C;
  margin: 0px;
   text-transform: uppercase;
}

.about-us img {
  width: 72%;
}

.about-us p {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #2D2D84;
  line-height: 10px;
  margin: 5px 0px;
}

.about-img {
  position: absolute;
  right: 73px;
  top: 185px;
  width: 38%;
}

.about-img img {
  width: 100%;
}

.header-bg {
  top: -12px;
  position: absolute;
  left: -48px;
  width: 382px;
  height: 74px;
  z-index: -1;
}

.mail-last {
  margin-left: 10px;
}

.bottom-text {
  border-top: 1px solid #4A6278;
}

.bottom-footers p {
    color: #4A6278;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

.bottom-footers p a {
  color: #4A6278;
  margin: 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

.icon_container {
  position: fixed;
  right: 28px;
  bottom: 25px;
  z-index: 1000;
  width: 55px;
  height: 55px;
}

.whatsappIcon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #10C843;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  padding: 10px;
}

.whatsappIcon:hover {
  background-color: #0f9b30;
}

.headings-main-tab {
  display: flex;
  gap: 10px;
}

.subscribe_button {
  margin-bottom: -10px;
}

.main-nav-button {
  margin-bottom: -10px;
}

/* -------------------------------header-gp-exam------------------ */
.gp-exam-list {
  background-color: #FFFFFF;
  padding: 5px 8px;
  border-radius: 10px;
  display: none;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  list-style: none;
  margin: 0;
  width: 122px;
}

#chevron {
  margin-left: 4px;
}

.new-lists {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
  display: none;
  text-align: center;
  position: absolute;
  list-style: none;
  margin: 0;
}

.gp-exam-list li {
  color: #2D2D84 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
}

.DHA-exam {
  margin-top: 0px !important;
}

.exam-list {
  position: relative;
  display: inline-block;
}

.exam-list:hover .gp-exam-list {
  display: block;
}

.gp-exam-list li {
  padding: 5px 10px;
  cursor: pointer;
}

.mains-toggles-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-buttons {
  display: none;
}

@media (min-width: 768px) {
  .top-buttons {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .top-buttons {
    display: none;
  }
}

.coupon-code {
  display: flex;
  justify-content: center;
  align-items: center;
}

.redeemed h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin: 10px 0px;
  color: #1E1E1E;
}

.redeemed p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4D4D4D;
  text-align: center;
}

.go-to-home button {
  background-color: #2D2D84;
  color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px #0000001A;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 12px 25px;
  border-radius: 0px 25px 25px 25px;
}

.go-to-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.main_books{
    display: flex;
    width: 50%;
    gap: 10px;
}
.main_books .form-input{
    width: 100%;
}

.coupon-model {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.model-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 28%;
  text-align: center;
  position: relative;
}

.error-heading {
  font-size: 25px !important;
}

/* Modal backdrop */
.subscription-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  overflow-y: scroll;
}

/* Modal box */
.subscription-modal-dialog {
  background-color: #F3F4FF;
  border-radius: 8px;
  margin: 0px auto;
  width: 90%;
  top: 90px;
  max-width: 430px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
  position: relative;
}

.subscription-close-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.subscription-close-icon:hover {
  color: #ff0000;
}

.coupon-images {
  border-radius: 50px !important;
}

.apply-buttons {
  border-radius: 50px !important;
}

.coupon-applys label {
  color: black !important;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Header */
.subscription-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12 px 15px 0px 15px;
}

.subscription-modal-title {
  margin: 12px 12px 0px 12px;
  font-size: 18px;
  font-weight: 600;
}

.subscription-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Body */
.subscription-modal-body {
  padding: 10px 20px 20px 20px;
}

.subscription-form-group {
  margin-bottom: 5px;
}

.subscription-label {
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
}

.subscription-input,
.subscription-select,
.subscription-textarea {
  width: 86%;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
  font-family: "Poppins", sans-serif !important;
  outline: none;
  padding-left: 38px;
  background: transparent;
  -webkit-appearance: none; /* Disable native Safari styles */
  appearance: none;
  -moz-appearance: none;
}
.subscription-select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.user-names input {
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  border-radius: 50px !important;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 1rem;
  outline: none;
  font-family: "Poppins", sans-serif !important;
}

.subscription-select {
  width: 100%;
  height: 40px !important;
}


.subscription-textarea {
  resize: vertical;
}

/* Footer */
.subscription-modal-footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.new-otp {
  padding: 10px !important;
  background-color: #07AA2D !important;
  border: none;
  color: white;
  border-radius: 50px !important;
  cursor: pointer;
  font-size: 1rem;
}

#subscriptionModal {
  display: none;
}

.subs-icons {
  position: absolute;
  width: 20px;
  margin: 11px;
}

.subscription-modal::-webkit-scrollbar {
  width: 6px;
}

.subscription-modal::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.subscription-modal::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.subscription-modal::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.consultation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background-color: #F3F4FF;
  border-radius: 20px;
  padding: 15px 30px;
  width: 50%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-header span i {
  font-size: 20px;
  float: right;
  cursor: pointer;
}

.consultation-text {
  display: flex;
  gap: 15px;
  align-items: center;
}

.consultation-img img {
  height: 50px;
  width: 50px;
}

.Personalised h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #1D222C;
  margin: 5px 0px;
}

.Personalised p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4D4D4D;
  margin: 0px;
}

.modal-body .highlight {
  color: #00A651;
}

.consultation-form {
  margin: 0px;
}

#last-name,
#first-name {
  margin: 0px !important;
}

.consultation-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

.input-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.input-row input,
.input-row select {
  flex: 1;
}

.form-inputA {
  margin-top: 8px;
  width: 50%;
}

.form-inputA label,
.form-input label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1D222C;
  margin-bottom: 5px;

}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6E7FAA;
}

.user-form,
.form-user,
.user-formA {
  display: flex;
  gap: 7px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 12px 20px;
  border-radius: 25px;
}

.user-form img,
.form-user img,
.user-formA img {
  width: 20px;
  height: 20px;
}

.form-input {
  width: 50%;
}

.input-row {
  border-radius: 25px;
  margin-top: 10px;
}

textarea {
  resize: none;
}

.fee-notice {
  background-color: #FFEEEE;
  border-radius: 50px;
  text-align: center;
  padding: 0px 20px;
  margin-top: 15px;
  color: #FF8887;
  font-weight: 600;
  border: 1px solid #FB9F9E;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.fee-notice p {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.fee-notice img {
  width: 20px;
  height: 20px;
}

.submit-btn {
  width: 100%;
  background-color: #07AA2D;
  color: #FFFFFF;
  padding: 12px;
  border: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 5px 16px 0px #07AA2D4D;
}

.submit-btn span img {
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

#contactNo[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

ul.others {
  width: 205px !important;
}

ul.submenu {
  display: none;
  position: absolute;
  background: #FFFFFF;
  padding: 2px;
  left: 100%;
  margin-left: 5px;
  top: -40px;
  z-index: 1000;
  list-style: none;
  width: 225px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

ul .coming-soon {
  top: 0px !important;
}

li.has-submenu:hover>ul.submenu {
  display: block;
}

li.has-submenu {
  position: relative;
}

li.has-submenu a {
  color: #2D2D84 !important;
  font-size: 15px;
}

ul.submenu li {
  padding: 5px 10px;
}

.gp-exam-list li:hover,
li.has-submenu a:hover,
.nav-item a:hover {
  color: #2D2D84;
  font-weight: 600;
}

li.has-submenu:hover>ul.submenu,
li.has-submenu ul.submenu:hover {
  display: block;
}
.address-icon img{
  width: 35px;
  height: 35px;
}
.address-icons img{
  width: 25px;
  height: 25px;
}
.has-submenu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 0px;
  top: 0px;
  z-index: 1000;
  background: #fff;
  /* padding: 10px; */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.has-submenu.active > .submenu {
  display: block;
}

.footer_changes{
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_changes img{
    width: 45px;
    height: 45px;
}
.f_calls{
    display: flex;
    flex-direction: column;
}
.heads_calls{
    display: flex;
    flex-direction: column;
}
.mains_r_date span{
    color: black !important;
    font-size: 15px !important;
    font-weight: 500;
}
.review_date{
    display: flex;
    justify-content: space-between;
    width: 95%;
}
.login-heading img{
    width: 220px;
}
.change_logo{
        width: 220px;
}
.main_reviewss{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
