<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}
html{
    height: 100%;
}
body {
    background-color: #244148;
    max-width: 100%;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;    
}

.body{
    height: 500px;
    min-height: 500px;
}


h1, h2, h3, h4, h5, h6, span, p {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: white;
}

button{
    background-color: #244148;
    border: none;
}

button:hover {
    color: white;
    box-shadow: 0 0 20px #244148;
    background-color:#244148;
}

input{
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}


/*  Header  */

.w3-container {
    padding: 10px;
    justify-content: space-between;
    display: block;
    height: fit-content;
}

.logo{
    display: block;
    float: left;
    width: fit-content;
    padding-top: 13px;    
    height: 90%;
}
.site-logo{

    width: 90px;
    float: left;
}

#site-logo {
    width: 80px; 
    max-width: 100%;

}
.logo-text {

    width: auto;
    float: left;
    
}

.siteName {
    color: white;
    font-family: "Brush Script MT", cursive;
    font-style: normal;
    font-weight: lighter;
    font-size: 3.125em;
    margin-top: -10px;
    margin-bottom: 0;
    height: 66.7%;
    unicode-bidi: isolate;
    text-indent: 10px;

}

.siteSlogan {
    color: white;
    font-family: "Brush Script MT", cursive;
    font-style: normal;
    font-weight: lighter;
    font-size: 1em;
    margin-top: -20px;
    height: 33.3%;
    text-indent: 10px;
}

#header-profile-picture{
    display: none;
}

/* Menu Items */
.menu-opt{
    text-align: right;
    margin: auto;
    padding: 20px;
    height: 90%;
    width: fit-content;
    float: right;
    
}

.menu-opt-1, .menu-opt-2, .menu-opt-3, .menu-opt-4 {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: large;

}

.menu-opt-1:hover, .menu-opt-2:hover, .menu-opt-3:hover, .menu-opt-4:hover {
    background-color: #244148;
    border-radius: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
    float: right;
  }

li {
    float: left;
    
  }
  

.menu-login-button {
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    margin: 0 5px;
    height: 54px;
    width: auto;
    padding: 16px;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.4s;
    color: black;
    background-color: #f1f1f1;
    font-family: inria-sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Trebuchet MS", Tahoma, sans-serif;    
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
}
.menu-login-button:hover{
    background-color: #244148;
    border-radius: 10px;
    color: white;

}

.menu-signup-button {
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    margin: 0 5px;
    width: 100px;
    height: 54px;
    padding: 16px;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.4s;
    color: black;
    background-color: #f1f1f1;
    font-family: inria-sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Trebuchet MS", Tahoma, sans-serif;    
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    float: right;
}
.menu-signup-button:hover{
    background-color: #244148;
    border-radius: 10px;
    color: white;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0; /* Change this width with JavaScript */
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111; /* Black background */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Space content 60px from the top */
    transition: 0.5s; /* Slide-in effect */
}

.menu-btn{
    text-align: right;
    margin: auto;
    padding: 20px;
    height: 90%;
    width: fit-content;
    float: right;
    display: none;
    cursor: pointer;
}

#menu {
    width: 75px;
    float: left;
}

.side-menu-opt-1, .side-menu-opt-2, .side-menu-opt-3, .side-menu-opt-4 {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.side-menu-opt-1:hover, .side-menu-opt-2:hover, .side-menu-opt-3:hover, .side-menu-opt-4:hover {
    color: #818181;
}

/* Close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
}

/* Style page content (optional) */
#main {
    transition: margin-right 0.5s;
    padding: 20px;
}

.side-menu-login-button {
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    margin: 15px;
    height: 54px;
    width: 80%;
    padding: 16px;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.3s;
    color: black;
    background-color: #f1f1f1;
    font-family: inria-sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Trebuchet MS", Tahoma, sans-serif;    
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;

}

.side-menu-login-button:hover {
    background-color: #244148;
    color: white;
}

.side-menu-signup-button:hover {
    background-color: #244148;
    color: white;
}

.side-menu-signup-button{
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    margin: 15px;
    width: 80%;
    height: 54px;
    padding: 16px;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
    transition: 0.3s;
    color: black;
    background-color: #f1f1f1;
    font-family: inria-sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Trebuchet MS", Tahoma, sans-serif;    
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}



b {
    text-transform: capitalize;
    font-family: inria-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-right: 10px;
    text-decoration: none;
    font-size: 0.8em;

}

/* ------------ BODY---------------------- */

.home {
    height: 550px;
    display: flex;
}

.home-text {
    flex: 50%;
    padding: 1%;
    align-content: center;
    margin: auto;
    text-align: center;

}

.AUI{
  text-transform: uppercase;
  font-size: 60px;
  color: white;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  text-shadow: 2px 2px 4px #000000;

}

.KIHI {
    color: white;
    text-transform: capitalize;
    font-size: 30px;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    text-shadow: 2px 2px 4px #000000;
}
.IYS{
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    text-shadow: 2px 2px 4px #000000;
}


/* -------------- Home Picture --------------------*/

.home-picture {
    flex: 100%;
    padding: 1%;
    align-content: center;
    margin: auto;
    text-align: center;
}

.home-picture img {
    max-height: 100%;
    max-width: 100%;
}

#pic{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;

}

/*-----------Explore --------------------------*/

.explore {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    padding: 50px;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.exp-heading{
    color: white;
    font-size: 40px;
    
}

.exp-details{
    color: white;
    font-size: 25px;
    word-wrap: break-word;
    word-break: keep-all;
}


/*  Footer  */
.footer{
    display: block;
    background-color: #f1f1f1;

}

.top-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    text-align: center;
    align-content: center;
    flex: 100%;
    padding-top: 35px; 
}

#footer-logo {
    width: 200px;
}

.footer-details {
    flex: 100%;
    padding-top: 35px;
    align-content: center;
    margin: auto;
    text-align: center;
}

.footer-icons {
    display: flex;
    justify-content: center;   
    align-items: center;         
    text-align: center;        
    width: 100%;               
}

.footer-details img {
    width: 30px;
}

#btxt{
    text-align: center;
    color: black;
}


/*---- bottom ----*/

.bottom-footer{
    display: flex;
    margin-top: -25px;
}

.law {
    flex: 50%;
    padding: 1%;
    align-content: center;
    margin: auto;
    text-align: center;
}

.copyright {
    flex: 50%;
    padding: 1%;
    align-content: center;
    margin: auto;
    text-align: center;
    color: black;

}

#copy-right{   /* The Copyright picture*/
    width: 30px;
}

/* -------- LAW ----------*/
#fdetails{
    color: black;
    font-size: 20px;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

#fodetails {
    color: black;
    font-size: 15px;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    cursor: pointer;
    word-break: keep-all;
}

b{
    font-weight: lighter;
}




/* ------------------------------------------ LOGIN PAGE ------------------------------*/


.login-page {
    background-image: url(images/background.jpg);
    backdrop-filter: blur(15px);
    padding-top: 50px;
    padding-bottom: 50px;
}


.login-container {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    background-color:#244148;
    border-radius: 24px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

#login-logo {
    margin-top: -20px;
    width: 70px;
}
.login-close-btn{
    margin-right: -400px;
}
#login-close-btn {
    width: 15px;
    float: right;
}


.login-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
}
.Username {
    width: 100%;
}

.Password {
    width: 100%;
}

input::placeholder{
    color: rgb(186, 186, 186);
}

.uname-box {
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-width: 5px;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #244148;
}

.psw-box {
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    border-color: white;
    border-width: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    color: white;
    background-color: #244148;
}

.login-button {     
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 50px;
    border-color:white;
    border-width: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    border: 5px solid white;
    background-color: #244148;
}

.login-button:hover {
    color: white;
    border: 5px solid white;
    background-color: black;

}

.facebook-login {
    color: white;
    width: 100%;
    align-self: center;
    height: 50px;
    line-height: 40px;
    border: 5px solid white;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.google-login{
    color: white;
    width: 100%;
    align-self: center;
    height: 50px;
    line-height: 40px;
    border: 5px solid white;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

}

.remember-me{
    margin-left: -200px;
    margin-bottom: 15px;
    color: white;
}




/* ------------------------------------------ SIGN UP PAGE ------------------------------*/

.signup-page {
    background-image: url(images/background.jpg);
    backdrop-filter: blur(15px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.signup-container {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    background-color:#244148;
    border-radius: 24px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.signup-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
}

#signup-logo {
    margin-top: -20px;
    width: 70px;
}
.signup-close-btn{
    margin-right: -400px;
}
#signup-close-btn {
    width: 15px;
    float: right;
}

.Username, .Password, .Repeat-Password {
    width: 100%;
}


input::placeholder{
    color: rgb(186, 186, 186);
}

.firstName, .lastName, .uname-box, .phone-box, .university, .psw-box, .rpt-psw-box{
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-width: 5px;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #244148;
}


.agree-terms{
    margin-left: -40px;
    margin-bottom: 30px;
    color: white;

}

.error {
    color: red;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
}

.success {
    color: #00ff0aed;
    font-weight: lighter;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.signup-button {
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 50px;
    border-color:white;
    border-width: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    border: 5px solid white;
    background-color: #244148;

}
.signup-button:hover {
    color: white;
    border: 5px solid white;
    background-color: black;

}

.facebook-signup {
    color: white;
    width: 100%;
    align-self: center;
    height: 50px;
    line-height: 40px;
    border: 5px solid white;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.google-signup{
    color: white;
    width: 100%;
    align-self: center;
    height: 50px;
    line-height: 40px;
    border: 5px solid white;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* ------------------------------------------ COURSES PAGE ------------------------------*/

.courses {
    padding: 10px;
}

.course-header {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}

.Categories {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    float: left;
    width: 50%;
    color: white;
    margin-bottom: 20px;
}

.search-container {
    width: 50%;
    margin-right: 0;
    display: inline-block;
    justify-items: right;
    padding-top: 25px;
    padding-bottom: 15px;
}

.search-form {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: fit-content;  
}

#search-box {
    border: 0px;
    height: 35px;
    border-radius: 10px;
    outline: none;
    padding-left: 10px;
}

#search-icon {
    width: 30px;
    border-radius: 10px;
    opacity: 1;
    cursor: pointer;
}

/*--------- Courses Boxes ----------*/
.course-heading {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    float: left;
    width: 50%;
    color: white;

}

.courses-grid-1 {
    display: grid;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-content: center;
    grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
    grid-template-rows: repeat(2, 1fr);    /* 4 equal-height rows */
    gap: 10px; 
    justify-content: space-evenly;
  
}

.courses-grid-2 {
    display: grid;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-content: center;
    grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
    grid-template-rows: repeat(4, 1fr);    /* 4 equal-height rows */
    gap: 10px; 
    justify-content: space-evenly;
  
}

.course-1, .course-2, .course-3, .course-4, .course-5, .course-6, .course-7, .course-8, .course-9, .course-10,
.course-11, .course-12, .course-13, .course-14, .course-15, .course-16, .course-17, .course-18, .course-19, .course-20
{
    background-color: #D3DCE7;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    height: 80px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-right: 10px;
    text-decoration: none;
    font-size: 1.2em;
    width: auto;
    top: 12px;
    margin: 0;
    padding: 5px, 15px, 5px, 15px;
}


.course-1:hover, .course-2:hover, .course-3:hover, .course-4:hover, .course-5:hover, .course-6:hover, .course-7:hover, .course-8:hover, .course-9:hover, .course-10:hover, 
.course-11:hover, .course-12:hover, .course-13:hover, .course-14:hover, .course-15:hover, .course-16:hover, .course-17:hover, .course-18:hover, .course-19:hover, .course-20:hover{
    background-color: #244148;
    border: 5px solid white;
    color: white;
    line-height: 70px;

}

/*------------------------------ ALL COURSES ----------------------------*/

/*------------------------------ My Courses -----------------------------*/


.my-courses-1{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    align-content: center;
}
.my-courses-2{
    display: block;
    background-color: #36567c;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    height: 200px;
    line-height: 60px;

}
.my-courses-page{
    margin-left: 30px;
    margin-right: 30px;
}

.history-btn{
    display: inline-block;
    background-color: #FF782D;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
}


/* ------------------------------------------ MA 110 PAGE ------------------------------*/


.course-header-1 {
    margin-top: -10px;
    background-color: black;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    height: 170px;
    display: flex;

}
.course-header-2 {
    width: 100%;
}
.course-header-3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;

}

.course-code {
    background-color: #555;
    border-radius: 5px;
    text-align: center;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: white;
}


.course-name {
    color: white;   
}

#course-name {
    font-size: 40px;  
}

#course-profile-picture{
    width: 300px;
    border-radius: 20px;
    border: 10px solid black;
}


.course-body {
    display: flex;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
}

.course-details{
    background-color: #244148;
    border: 10px solid black;
    width: 50%;
    padding-bottom: 15px;
    border-radius: 25px;
    overflow-y: auto;
    height: 400px;
}

.course-details::-webkit-scrollbar {
    color: #ffffff;

}



.topics-covered-1, .topics-covered-2, .topics-covered-3, .topics-covered-4, .topics-covered-5,  .topics-covered-6, .topics-covered-7,
.topics-covered-8, .topics-covered-9, .topics-covered-10, .topics-covered-11, .topics-covered-12, .topics-covered-13, .topics-covered-14 {
    width: 80%;
    border-radius: 5px;
    background-color: black;
    color: white;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;

}

.course-amount-details {
    border: 10px solid black;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 300px;
    padding-left: 10px;
    padding-bottom: 15px;

}

.add-to-cart-button{
    display: inline-block;
    background-color: #FF782D;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    text-align: center; 
    width: 150px;
    height: 50px;
    line-height: 50px;
}

.buy-now-button{
    display: inline-block;
    background-color: #FF782D;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    text-align: center; 
    width: 150px;
    height: 50px;
}

.add-to-cart-button:hover, .buy-now-button:hover {
    border: 2px solid #FF782D;
    background-color: #244148;
}


/*---------------------------------------   CONTACT PAGE -----------------------------------*/

.contact-full-body {
    padding-bottom: 70px;
}

.contact-header {
    margin-top: 40px;
    color: white;
    text-align: center;

}

.contact-body {
    background-color: white;
    width: 70%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}

.web-contact-info {
    padding: 20px;
    line-height: 15px;
    border-radius: 20px;
    padding-bottom: 50px;
    width: 50%;
    color: white;
    background-image: url(images/contact-frame.png)
}
.web-contact-info-header {
    padding-bottom: 20px;
}

.web-contact-info-details {
    width: 90%;
    height: 200px;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.web-contact-info-details img{
    width: 20px;
}
.web-contact-info-details span{
    padding-left: 10px;
}

.web-contact-social-apps {
    display: flex;
    gap: 10px;
}

#web-contact-social-apps-1, #web-contact-social-apps-2 {
    width: 30px;
}


/*---------------------*/

.user-contact-info {
    width: 50%;
    background-image: url(images/contact-frame.png);
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 20px;
}

.user-contact-info input{
    color: white;
    width: 80%;
    padding: 5px;
    padding-top: 30px;
    border-bottom: 2px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
}

.contact-message {
    margin-top: 10px;
    min-width: 80%;
    max-width: 80%;
    overflow: auto;
    min-height: 100px;
    max-height: 100px;
    word-break: break-all;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    padding: 5px;
    background-color: transparent;
}

.user-contact-info-btn{
    padding-top: 10px;
}

.user-contact-info-btn button{
    color: white;
    width: 100px;
    height: 60px;
    border-radius: 10px;
    border: 5px solid white;
    background-color: transparent;
}

.user-contact-info-btn button:hover{
    cursor: pointer;
    box-shadow: none;
}

/*---------------Profile Page ---------------*/

.profile-body{
    background-color: #244148;
    display: flex;
    flex-direction: column;
}

.profile-line{
    margin-top: 200px;
}

.profile-name{
    color: white;
    margin-top: -95px;
    margin-left: 33%;
    font-size: 20px;
}


#profile-picture{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid white;
    margin-left: 200px;
    margin-top: -110px;

}

.profile-options {
    margin-top: -180px;
    margin-right: 15%;
    float: right;
}

#edit-profile {
    width: 30px;
}

.profile-details{
    display: flex;
    margin-top: 20px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;

}

.profile-details-box, .profile-details-box-1 {
    border-radius: 15px;
    border: 10px solid white;
    margin-left: auto;
    margin-right: auto;
    width: 39%;
    padding: 10px;
    line-height: 40px;
    color: white;
}

.profile-details-box-1 {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.profile-details-box span, .profile-details-box-1 span {
    padding-left: 10px;
    text-decoration: none;
}

.profile-details-box-1 h5 {
    font-size: 17px;
    float: left;
    margin: 0;
    
}

#profile-details-logos{
    width: 20px;
}



/*--------------- Edit Profile Page ---------------*/

.edit-profile-body{
    background-color: #244148;
    display: flex; 
    flex-direction: column;
    margin-bottom: 30px;
}

.edit-profile-line{
    margin-top: 160px;
}

.edit-profile-name {
    color: white;
    margin-top: -130px;
    margin-left: 10%;
}

.edit-profile-subhead{
    margin-left: 10%;
    margin-top: 30px;
}


.edit-profile-details{
    display: grid;
    padding-top: 50px;
    gap: 10px;
    padding-left: 10%;
    padding-right: 10%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr); 
    gap: 10px; 
    align-content: center;
}


#first_name, #last_name, #email, #university, #school, #program, #year, #country, #province, #city, #street_address, #state, #phone, #profile_picture, #old_password, #new_password {
    border-radius: 7px; 
    width: 90%;
    height: 50px;
    padding-left: 5px;
    margin-bottom: 10px;
    background-color: #244148;
    color: white;
    border: 5px solid white;
}

#profile_picture{
    padding-top: 1%;
}

#submit{
    position: relative;
    top:15px;
    border-radius: 7px; 
    width: 17%;
    height: 50px;
    padding-left: 5px;
    background-color: #244148;
    color: white;
    border: 5px solid white;
    margin-left: 10%;
    margin-bottom: 20px;
}

#submit:hover{
    background-color: #000000;
    cursor: pointer;

}



/*---------------------  CART PAGE ----------------------------------*/

.cart{
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}

.cart-back-button{
    margin-top: 30px;
}

.cart-items{
    width: 100%;
}

.cart-items-1{
    border: 5px solid white;
    border-radius: 10px;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.cart-course{
    padding-left: 15px;
    padding-right: 15px;
}


.cart-payment-page-1{
    padding: 40px;
    gap: 20px;
    margin-bottom: 200px;
}

.cart-payment-page-2{
    padding: 40px;
    gap: 20px;
}

.cart-course{
    width: 60%;
}

.cart-price{
    width: 30%;
    margin-left: 7%;
}

.cart-item-delete{
    width: 10%;
    padding-top: 15px ;
    cursor: pointer;

}

#cart-item-delete{
    width: 50px;
    cursor: pointer;
}

.total-cart-course, .total-cart-price {
    width: 33%;
    padding-left: 15px;
}


/*---------------------------------------   CHECKOUT PAGE -----------------------------------*/

.payment {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    width: 700px;
    border: 5px solid white;
    border-radius: 25px;
    padding: 15px;
}

.payment-title {
    display: flex;
}
#payment-title {
    width: 90%;
    padding-bottom: 10px;
}


#payment-profile-picture {
    width: 100px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;

}

.payment-type {
    display: flex;
    gap: 15%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.mtn-mobile, .airtel-mobile, .visa-card, .paypal {
    width: 20%;
}

#mtn-mobile, #airtel-mobile, #zamtel-mobile, #visa-card, #paypal {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}



.checkout-btn {
    display: flex;
    width: 50%;
}

.payment-details {
    padding-left: 10%;
}


#mtn-number, #airtel-number, #zamtel-number, #visa-name, #visa-number, #paypal-email{
width: 80%;
align-self: center;
height: 50px;
border-radius: 10px;
margin-bottom: 15px;
border-width: 5px;
border-color: white;
padding-left: 10px;
padding-right: 10px;
color: white;
background-color: #244148;
}

.payment-details-sub{
    display: flex;
    gap: 10px;
}

#visa-date, #visa-cvv{
    width: 39%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-width: 5px;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #244148;
}

.total-checkout{
    padding-left: 10%;
}
.checkout-total{
    display: flex;
    width: 90%;
}

.checkout-total-1{
    width: 70%;
}

.checkout-btn{
    cursor: pointer;
    border: 4px solid white;
    border-radius: 15px;
    width: 80%;
    padding-left: 15px;
}

.checkout-btn:hover{
    background-color: #000000;
    border: 5px solid white;
}
.checkout-btn-2 {
    cursor: pointer;
    border: 4px solid white;
    border-radius: 15px;
    width: 80%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.checkout-btn-2 img {
    margin-left: 10px; /* Space between text and icon */
}

.checkout-btn-2:hover {
    background-color: #45a049; /* Darker green */
}

.checkout-btn-1{
    width: 70%;
}

.checkout-btn-2{
    padding-top: 12px;
}
#checkout-btn-2{
    padding-top: 12px;
    padding-left: 7px;
    width: 30px;
    height: 35px;
}


/* Payment Page  */

.page {
    display: none; /* Hide all pages initially */
}
.active {
    display: block; /* Show the active page */
}


/*------------ Purschse History ----------*/

.history-body{
    margin: 30px;

}
.history-1{
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    align-content: center;
}
.history-2{
    display: block;
    background-color: #36567c;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 50px;
}


/* ------------------------------------------ CHANGE PASSWORD PAGE ------------------------------*/


.change-pswd {
    padding-top: 50px;
    padding-bottom: 50px;
}


.pswd-container {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    background-color:#244148;
    border-radius: 24px;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.passwords-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.pwd-input-box {
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-width: 5px;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #244148;
}


.pswd-button {     
    width: 100%;
    align-self: center;
    height: 50px;
    border-radius: 50px;
    border-color:white;
    border-width: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    border: 5px solid white;
    background-color: #244148;
}

.pswd-button:hover {
    color: white;
    border: 5px solid white;
    background-color: black;

}

/*----------------- ERROR PAGES -------------------*/

.error-request{
    margin: auto;
}

.error-request h1{
    text-align: center;
    font-size: 250px;
}

.error-request h2 , .error-request h5 , .error-request a{
    text-align: center;
}


/* -------------------- PIVATE PAGES ---------------*/

/* ---------------- Admin Page --------------------*/

.admin-action-button-section{
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(5, 1fr);

}

.admin-action-button{
    display: block;
    background-color: #009688;
    color: white;
    border: 3px solid white;
    border-radius: 9px;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    height: 50px;
    width: 90%;
    padding: 9px;
}

.admin-action-button:hover {
    background-color: none;
}

/* ----------------- Assign course to user ----------------*/
.admin-assign-user-course, .tutor-page{
    padding: 30px;
}


.assign-course-to-user-search-section label{ 
    color: white;


}

.assign-course-to-user-search-section input, .assign_course_to_user_course_section select{ 
    width: 35%;
    align-self: center;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-width: 5px;
    border-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #244148;

}

.assign-course-to-user-search-section button, .assign_course_to_user_course_section button{
    width: 15%;
    align-self: center;
    height: 50px;
    border-radius: 50px;
    border-color:white;
    border-width: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    color: white;
    border: 5px solid white;
    background-color: #244148;
}

.tutor-page h1, .tutor-page h4{
    margin: 0;
    padding: 0;
}

.tutor-course-earmings-table {
    width: 50%;
}

.tutor-course-earmings-table-heading{
    height: 50px;
    color: white;
    background-color: #009688;
}

.tutor-course-earmings-table-details{
    border: 5px solid white;
    color: white;
    text-align: center;
}</pre></body></html>