
a.link {
    text-decoration: none;
    /*color: #8d70e3;*/
     color: #7f64a1;
}

.dropdown-item {padding: 4px 0;}
span#user-name {
    font-weight: 640;
    color: #65518b;
	    text-shadow: -1px 2px 20px #040404;
}	

   nav {
    width: 100%;
    color: #040404;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 11px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* height: 52px; */
    /* background: linear-gradient(34deg, #f6f8fa, #ffffff,#ffffff); */
    background: linear-gradient(105deg, #ffffff,#f6f8fa, #f6f8fa, #f6f8fa, #ffffff, #ffffff,#ffffff);
    height: 53px;
}
ul.dropdown-menu.dropdown-menu-end.show {
    background-color: #e5e5e5;
}





/* Fixed header styling */
.header {
  position: relative;
padding: 10px 20px;
display: flex;
   color: var(--text-color, #000);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

/* Logo style */
.header .logo {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* Right section (toggle + profile) */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

h5.mb-0 {
    font-size: 17px;
    font-weight: 600;
    color: #757578;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #f3f3f3;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  min-width: 150px;
  padding: 10px 0;
   z-index: 1001;
    list-style: none;
}




.dropdown-menu.show {
  display: flex;
}


.dropdown-menu li:hover {
  background-color: #f5f5f5;
}



.dropdown {
  position: relative;
}




.dropdown-menu li {
    padding: 5px 18px;

    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d5d5d5;
	
	list-style: none;

  cursor: pointer;
  transition: background-color 0.2s ease;
	}


.modal-headerp {
    background: #ff9292;
    padding: 1rem;
    border-radius: 7px;
    box-shadow: inset 0 2px 20px 19px rgb(221 122 122 / 78%);
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    border: 2px solid #ffffff;
    color: #ffffff;
}

div#deletback {
    background: #ebd1d1;
    padding: 2rem;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    border: 2px solid #cf9696;
}

ul#header-nav {
    gap: 5px;
    display: flex;
}
/*
li.nav-item {
    background: #fff;
    border-radius: 30px;
    color: #aa5dd1;
    padding: 12px 10px !important;
    font-size: 13px !important;
    border: 2px solid #b379e9;
    font-weight: 500;
    background-color: #f4deff;
    height: 33px;
    line-height: 3px;
    display: flex;
    margin-top: 15px;

} */


li.nav-item {
    background: #fff;
    border-radius: 30px;
    color: #8064a1;
    padding: 12px 10px !important;
    font-size: 13px !important;
    border: 2px solid #b379e9;
    font-weight: 500;
    background-color: #f4deff;
    height: 33px;
    line-height: 3px;
    display: flex;
    margin-top: 15px;
    background: linear-gradient(196deg, #d0a8ff, #cbb0eb, #e5c1fd, #e0c1fd, #d7b7eb, #d4b9ed, #d9b6fe);
box-shadow: -2px 2px 6px 0px rgb(0 0 0 / 58%);
}
/* .nav-link {
    color: #9670c9;
} */

.nav-link {
    color: #000000;
}


li.nav-item:hover {
    background: #b379e9;
    color: #fff;
}
.profile-pic {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

/*
.logo {
    font-weight: 300;
    font-family: 'Cabin Sketch', sans-serif;
    font-size: 24px; 
    color: #8d70e3;
    text-shadow: -1px 2px 5px #3f3c3c;
    text-decoration: none;
    margin-top: -2px;
}*/
.logo {
    font-weight: 300;
    font-family: 'Cabin Sketch', sans-serif;
    font-size: 24px;
    color: #7f64a1;
    text-shadow: 0px 1px 3px #7f64a1;
    text-decoration: none;
    margin-top: -2px;
}

ul li a {
          text-decoration: none;
    color: #171616;
    font-size: 16px;
    transition: 0.3s;
    }


 img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
        border-bottom: 1px solid #cdcdcd;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #bababb;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
   /* border: 1px solid #8b9199;
    color: #8b9199; */
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
	border-radius: 50px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 210px;
}


/*
h5.footerp {
    padding: 19px 0;
    text-align: center;
    background-color: gainsboro;
    margin-bottom: 0px;
    font-size: 15px;
    color: #878787;
    font-weight: 420;
} */


h5.footerp {
    padding: 19px 0;
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
    color: #878787;
    font-weight: 420;
    background: linear-gradient(275deg, #d2d2d2, #d4d4d4, #d0d0d0, #cac9c9, #bdbbbb, #c0bfbf, #c3c3c3);
}

footer img {
    width: 44px;
}
  
  
 
    ul li a {
    text-decoration: none;
    color: #6a6a6a;
    font-size: 13px;
    transition: 0.3s;
}

    ul li a:hover {
      color: #bb94cf;
    }
	
	.text-center {
    text-align: center!important;
}



  img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
        border-bottom: 1px solid #cdcdcd;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #bababb;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

/*.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
	border-radius: 50px;
}*/

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 210px;
}

section{
   /* background: #f0eef7; */
    color: #8b8b8b;
	/* background: linear-gradient(179deg, #d5d5d5,#e3e3e3, #ebebeb, #e9e9e9, #e9e9e9, #ffffff,#ffffff);*/
	border-top: 2px solid #ffffff;
 /*background: linear-gradient(179deg, #ebebeb ,#ffffff,#e9e9e9,#e9e9e9,#ebebeb,#e3e3e3,#d5d5d5);*/
background: linear-gradient(190deg, #dddddd, #e7e7e7, #e5e5e5, #dddddd, #d1d1d1, #bdbbbb, #c3c3c3);
}


/*
section{
   
    color: #8b8b8b;
	/* background: linear-gradient(179deg, #d5d5d5,#e3e3e3, #ebebeb, #e9e9e9, #e9e9e9, #ffffff,#ffffff);*/
	
   	  /*  background: linear-gradient(179deg, #ebebeb ,#ffffff,#e9e9e9,#e9e9e9,#ebebeb,#e3e3e3,#d5d5d5); * /
background: linear-gradient(190deg, #dddddd, #e7e7e7, #e5e5e5, #e9e9e9, #d1d1d1, #d9d9d9, #d5d5d5);
} */


h5.footerp {
    padding: 19px 0;
    text-align: center;
    background-color: gainsboro;
    margin-bottom: 0px;
    font-size: 15px;
    color: #878787;
    font-weight: 420;
}
footer img {
    width: 44px;
}
  
  
 
    ul li a {
          text-decoration: none;
    color: #8d8d8d;
    font-size: 16px;
    transition: 0.3s;
    }

    ul li a:hover {
      color: #bb94cf;
    }
	
	.text-center {
    text-align: center!important;
}





 @media (max-width: 1200px) {
  .d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .edit-btn {
    align-self: flex-end;
    margin-top: 0.5rem;
  }

  .ms-2 {
    margin-left: 0;
  }
  
  
  button#save-profile-btn {

    width: 41%;}
	
	.btnmainresults, .btnreattemptlist, .btnreattempttest {width: 41%;}
	
	.score-card { background: linear-gradient(136deg, #9988d7, #ffffff,#fbfcfd);}
  
.bubble3 {margin-left: 17em;}
   .bubble-3 {margin-left: 0em;}

}



    /* Responsive menu */
   /* Responsive */
    @media (max-width: 768px) {
      .checkbtn {
        display: block;
      }
       #user-avatar {
                    width: 30px;
                    height: 30px;
                    object-fit: cover;
                    margin-right: 29px;
                /* margin-left: -226px;*/
                }
       #check:checked ~ ul {
            left: 0;
        }


           
.col-3 {
    flex: 0 0 auto;
    width: 19%;
}
.logo {font-size: 19px; width: 193px;}
	






    }