.new_gap{
    margin-top:60px;
}

.cardd {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  border-radius: 24px;
  line-height: 1.6;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 450px;
    padding: 22px;
  border-radius: 22px;
  color: #ffffff;
  overflow: hidden;
  background: #fdfdff;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt::before {
  position: absolute;
  content: "";
  top: -4%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%);
  background: #ced8ff;
  z-index: -1;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt::after {
  position: absolute;
  content: "";
  top: -8%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%);
  background: #e7ecff;
  z-index: -2;
  transform-origin: bottom;
  border-radius: inherit;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt svg {
  width: 48px;
  height: 48px;
}

.contentt .para {
  z-index: 1;
  opacity: 1;
  font-size: 18px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt .link {
  z-index: 1;
  color: #fea000;
  text-decoration: none;
	font-family: system-ui;
  font-size: 16px;
  transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentt .link:hover {
  text-decoration: underline;
}

.cardd:hover {
  transform: translate(0px, -16px);
}

.cardd:hover .contentt::before {
  rotate: -8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

.cardd:hover .contentt::after {
  rotate: 8deg;
  top: 0;
  width: 100%;
  height: 100%;
}

 /* Modal Structure  */



 .navu_class {
   
  z-index: 1! important; /* Lower z-index to ensure it is behind the modal */

}

.modal {
  display: none;
  position: fixed;
  z-index: 2; /* Higher z-index to ensure it is in front of the nav */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Prevent scrolling within modal */
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 900px;
  position: relative;
  border-radius: 10px;
}

.close-btn {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer !important;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
}

.modal-header {
  text-align: center;
  padding-bottom: 10px;
  border-bottom:solid #fff! important;
}

.modal-body {
  text-align: center;
  padding-bottom: 20px;
}

.profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
}

.modal-form {
  text-align: center;
}

.modal-form h3 {
  margin-bottom: 10px;
}

.modal-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}

.modal-form input {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
}

.modal-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.modal-form .form-group {
  width: 48%;
  display: flex;
  flex-direction: column;
}


.modal-form button {
  width: 50%;
  padding: 10px;
  /* background: linear-gradient(45deg, #172d51, #2f4a9d 51%, #029386); */
  /* background: linear-gradient(45deg, #330d59, #0c2e59 51%, #0a5345); */
  background: linear-gradient(45deg, #0b2431, #232528 51%, #10042bfc);
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.modal-form button:hover {
  background-color: #0056b3;
}

.modal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-col {
  flex: 0 0 48%;
  max-width: 48%;
}

.modal-col img {
  width: 100%;
  height: auto;
}

.bc {
  /* background: linear-gradient(45deg, #172d51, #2f4a9d 51%, #029386); */
  /* background: linear-gradient(45deg, #330d59, #0c2e59 51%, #0a5345); */
  /* background: linear-gradient(45deg, #ae4218, #91390e 51%, #ac9201); */
  background: linear-gradient(45deg, #0b2431, #232528 51%, #10042bfc);

  border-radius: 10px;
  color: white;
}
.p_text{
  color:rgb(222, 215, 215)! important;

}
.p_text_header{
  color:white! important;

}

.iso-cert {

  gap: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iso-cert img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.iso-cert-text {
  font-size: 14px;
}

