/* UI by Husien Adel for KFU Elearning @ 4/06/2024 */

@import 'scroll.css';

@font-face {
 font-family: 'gess-one';
 src: url('../fonts/GEDinarOne-Medium.woff2') format('woff2'),
  url('../fonts/GEDinarOne-Medium.woff') format('woff');
}

@font-face {
 font-family: 'gess-two';
 src: url('../fonts/GEDinarTwo-Medium.woff2') format('woff2'),
  url('../fonts/GEDinarTwo-Medium.woff') format('woff');
}

* {
 padding: 0;
 margin: 0;
 border: none;
 text-decoration: none;
}

html {
 padding: 0;
 margin: 0;
 scroll-behavior: smooth;
}

body {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 overflow-x: hidden;
}
.page {
 width: 100%;
 margin: 0 auto;
 box-sizing: border-box;
}

#header {
 width: 100%;
 height: 185px;
 position: relative;
 background: url('../img/header_bg.png') center repeat;
}

.container {
 width: 100%;
 max-width: 1400px;
 height: 185px;
 margin: 0 auto;
 position: relative;
 box-sizing: border-box;
}

/* nav background */
.container::before {
 content: '';
 display: block;
 width: 550px;
 height: 85px;
 background: url('../img/header_addins.svg') center no-repeat;
 position: absolute;
 bottom: -42.5px;
 left: 0px;
 z-index: 5;
 z-index: 5;

 border-bottom-right-radius: 55px;
 border-top-right-radius: 25px;
}

#header::before {
 content: '';
 display: block;
 width: calc(50% - 550px);
 height: 85px;
 background-color: #16686e;
 position: absolute;
 bottom: -42.5px;
 left: 0px;

 z-index: 5;
}

.container::after {
 content: '';
 width: 350px;
 height: 73%;

 padding: 0 1rem;
 background-color: rgba(0, 0, 0, 0.2);
 position: absolute;
 bottom: 0;
 right: 10px;

 border-top-right-radius: 16px;
 border-top-left-radius: 64px;
}
.logos {
 width: 350px;
 height: 70%;

 padding: 0 1rem;
 background-color: #fff;
 position: absolute;
 bottom: 0;
 right: 0;
 border-top-right-radius: 16px;
 border-top-left-radius: 64px;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 1.5rem;
 z-index: 5;
}

span.kfu {
 display: block;
 width: 167px;
 height: 66px;
}

span.dean {
 display: block;
 width: 137px;
 height: 60px;
 margin-top: 10px;
}

.nav {
 position: absolute;
 bottom: -25px;
 left: 0px;
 z-index: 5;
}
.nav ul {
 display: flex;
 flex-direction: row;
 gap: 2rem;

 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 400;
}

.nav ul li {
 list-style: none;
 font-size: 1rem;
 position: relative;
}

.nav ul li a {
 list-style: none;
 display: flex;
 flex-direction: row;
 gap: 0.5rem;

 color: #fff;
}
.nav ul li a:hover {
 color: #ddd;
}

.submenu {
 width: 245px;
 height: auto;
 position: absolute;
 top: 24px;
 right: -40px;
 z-index: 55;
 background-color: #16676d;
 border-radius: 0px 0px 4px 16px;
 filter: drop-shadow(2px 8px 8px rgba(0, 0, 0, 0.2));
 display: none;
}
.submenu ul {
 display: flex;
 flex-direction: column;
 gap: 0;
}
.submenu ul li {
 list-style: none;
 padding: 1rem 0.7rem;
 transition: all 0.3s;
 font-size: 0.96rem;
}

.submenu ul li:not(:last-child) {
 border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.submenu ul li:not(:last-child):hover {
 border-bottom: 1px dashed #539ea3b0;
}
.submenu ul li:hover {
 padding-right: 0.8rem;
}

.submenu ul li a {
 color: #fff;
}

.submenu ul li.active {
  background-color:rgba(0,0,0,0.3);
}

.submenu ul li a:hover {
 color: #d1a24e;
}

.nav ul li:hover > .submenu {
 display: block;
}

.header-title {
 position: absolute;
 right: 0;
 left: 0;
 margin: 0 auto;
 top: 50%;
 transform: translateY(-50%);
 display: block;
 width: fit-content;
}
.header-title h3 {
 text-align: center;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 color: #fff;
 font-weight: 400;
 font-size: 1.2rem;
 display: flex;
 justify-self: center;
 align-items: center;
 gap: 0.5rem;
 position: relative;
}
.header-title h3 b {
 color: #f2d7a8;
}

.header-title h3::before {
 content: '';
 width: 85%;
 height: 4px;
 background-color: #a08141;
 opacity: 1;
 position: absolute;
 bottom: 10px;
 right: 60px;
 z-index: -1;
}

.accordingText {
 font-family: 'gess-two', Arial, Helvetica, sans-serif;
 font-weight: normal;
 background: linear-gradient(45deg, #c59943, #2b6061);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 text-align: center;
 font-size: 1.1rem;
 margin: 6rem auto 9rem;

 line-height: 1.7;
 filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0));
}

#slider {
 width: 100vw;
 height: 400px;
 background: url('../img/slider_icon.png') top center no-repeat;
 position: relative;
 background-size: cover !important;
 margin: 200px auto 0px;
 position: relative;
}

#slider::after {
 content: '';
 display: block;
 width: 100%;
 height: 169px;
 background: url('../img/bottom_slider.png') bottom center no-repeat;
 background-size: cover !important;
 position: absolute;
 bottom: -169px;
 right: 0;
 left: 0;
 margin: 0 auto;
}

/* slider for home  */

.carousel-container {
 position: absolute;
 width: 800px;
 right: 0;
 left: 0;
 margin: 0 auto;
 top: -120px;
 text-align: center;
}

.carousel {
 display: flex;
 justify-content: center;
 align-items: center;
 transition: transform 0.5s ease-in-out;
 width: 100%;
 position: relative;
}

.carousel-item {
 text-align: center;
 transition: transform 0.5s ease-in-out;
 display: flex;
 flex-direction: column;
 align-items: center;
 margin: 0 15px;
}

.carousel-item img {
 width: 200px;
 height: 200px;
 border-radius: 50%;
 transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
 filter: grayscale(100%);
 object-fit: cover !important;
 filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.4));
}

.carousel-item.active img {
 width: 350px;
 height: 350px;
 transform: scale(1);
 filter: grayscale(0%);
 border: 2px dashed #c59943;
 padding: 4px;
 filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.2));

 margin: -4px;
}

.carousel-item:nth-child(1) img {
 animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
 0% {
  transform: translateX(-100%);
 }
 100% {
  transform: translateX(0);
 }
}

.carousel-item.active img {
 animation: highlight 0.5s forwards;
}

@keyframes highlight {
 0% {
  transform: scale(0.8);
 }
 100% {
  transform: scale(1);
 }
}

.carousel-text {
 font-size: 1.4rem;
 color: #275d61;
 padding: 3rem 0;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
}
.carousel-text h1 {
 font-size: 1.5rem;
 padding: 0 0 0.5rem 0;
 margin: 0;
 position: relative;
}
.carousel-text h1::before {
 content: '';

 display: block;
 width: 65%;
 height: 5px;
 background-color: #c59943;
 opacity: 0.3;

 position: absolute;
 bottom: 0.6rem;
 right: 0;
 left: 0;
 margin: 0 auto;
}

@media (max-width: 768px) {
 .carousel-container {
  width: 100%;
 }
 .carousel-item img {
  width: 150px;
  height: 150px;
 }

 .carousel-item.active img {
  width: 250px;
  height: 250px;
 }
}

.programs {
 width: 100%;
 height: 100%;
 margin: 0px auto;
}
.programs .container {
 height: auto;
 overflow: hidden;
}
.programs .container::before {
 display: none;
}
.programs .container::after {
 display: none;
}

/* Grid container */
.grid-container {
 display: grid;
 grid-template-columns: repeat(3, minmax(275px, 1fr));
 grid-gap: 32px;
 padding: 20px;
}

/* Grid item */
.grid-item {
 position: relative;
 overflow: hidden;
 height: 100%;
}

.grid-item::before {
 content: '';
 display: block;
 width: 95%;

 border: 1px solid #f9a4254c;
 filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.3));
 position: absolute;
 top: 5%;
 border-radius: 8px;
 right: 2.5%;
 height: 90%;
}

.grid-item::after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 right: 0;
 z-index: 1;
 background: linear-gradient(100deg, #0b717853, rgba(255, 255, 255, 0.2));
}

/* Image styles */
.grid-item img {
 width: 100%;
 height: auto;
 display: block;
 transition: transform 0.3s ease;
 border-radius: 8px;
}
span.type {
 position: absolute;
 bottom: 11.5%;
 padding: 0.5rem 1rem;
 right: 0%;
 z-index: 5;
 border-radius: 35px 0px 0px 10px;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-size: 0.8rem;
 filter: drop-shadow(2px 4px 16px rgba(0, 0, 0, 0.1));
 color: #fff;
 background-color: #db9a1b;
}
.grid-item h3 {
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 400;
 height: 30px;
 position: absolute;

 color: #fff;
 z-index: 8;
 text-align: center;
 right: 0;
 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
 left: 0;
 margin: 0 auto;
 bottom: 10%;
}

/* Overlay styles */
.overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(100deg, #0b717896, rgba(255, 255, 255, 0.2));
 opacity: 0;
 transition: opacity 0.3s ease;
 z-index: 8888;
}
.overlay a {
 display: block;
 width: 100%;
 height: 100%;
}

/* Hover effects */
.grid-item:hover img {
 transform: scale(1.1);
 border-radius: 8px;
}

.grid-item:hover .overlay {
 opacity: 1;
 border-radius: 8px;
}

.features {
 width: 100%;
 margin: 0 auto;
 background: url('../img/features_bg.png') top center;
 object-fit: cover !important;
 height: 280px;
 padding: 10rem 0 0;
}
.features .container {
 height: auto;
 position: relative;
}

.certified {
 width: 210px;
 height: 245px;
 position: absolute;
 top: -75px;
 left: 0;
}
.features .container::before {
 display: none;
}
.features .container::after {
 display: none;
}

.features .container h3 {
 color: #073a3e;
 font-family: 'gess-one', Arial, 'Helvetica Neue', Helvetica, sans-serif;
 font-size: 1.6rem;
 font-weight: 400;
 display: flex;
 align-items: center;
 gap: 0.7rem;
}

.features-list {
 font-family: 'gess-two', Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #0a4c59;
 max-width: 65vw;
 position: relative;
 line-height: 1.8;
 columns: 2;
 padding: 2rem 0;
}
.features-list li {
 position: relative;
 width: fit-content;
 font-size: 1.05rem;
}

.features-list li ul li {
 list-style: none;
 color: #484844;
 
 
}

.features-list li::before {
 content: '';
 display: block;
 width: 100%;
 height: 4px;
 
 background-color: #c59943;
 position: absolute;
 bottom: 8px;
 right: 0;
 opacity: 0.2;
}

.crights {
 margin: 0 auto;

 padding-top: 3rem;
}
.features .container .crights h3 {
 font-size: 1rem;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
}

.crights span.top a {
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 color: #1f2425;
 position: absolute;
 font-weight: 400;
 bottom: -5px;
 left: 0;
}

.topHeading {
 width: 100%;

 background-image: linear-gradient(300deg, #005673, #30848a);
 filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.2));
 margin: auto 0rem;
 padding: 2.5rem;
 box-sizing: border-box;
}

.topHeading .container {
 height: auto;
 display: flex;
 align-items: center;
 flex-direction: row;
 justify-content: center;
 gap: 3rem;
 max-width: 1200px;
}
.topHeading .container::before,
.topHeading .container::after {
 display: none;
}

.topHeading p {
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: 1.25rem;
 line-height: 1.5;
 padding-left: 2rem;
}

.topHeading .icon {
 display: block;
 position: absolute;
 top: -50px;
 left: 0px;
}

.programHeading {
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 40;
 margin: 6.5rem auto 5rem;
}
.programHeading .container {
 height: auto;
 display: flex;
 align-items: center;
 justify-content: center;
}
.programHeading .container::before,
.programHeading .container::after {
 display: none;
}
.program-headingTitle {
 color: #1d8b8d;
 font-size: 1.3rem;
 font-weight: 400;
 display: flex;
 align-items: center;
 gap: 0.7rem;
 margin-bottom: 1rem;
}
.program-headingTitle span.typeProgram {
 background-color: #c59943;
 display: inline-block;
 padding: 0.5rem;
 border-radius: 50px;
 color: #fff;
 font-size: 0.7rem;
 font-weight: normal;
 filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.programHeading .container .icon img {
 max-width: 150px;
}
.programHeading .container p {
 color: #325556;
 line-height: 1.8;
 font-size: 1.1rem;
}

.programDetails {
 width: 100%;
 height: 100px;
 margin: 3rem auto 0;
 background: url('../img/program-detailsBg.png') top center no-repeat;
 background-size: cover !important;
 padding: 3rem 0 5rem;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 position: relative;
}

.programDetails::before {
 content: '';
 display: block;
 width: 100%;
 height: 5px;
 border-bottom: 1px dashed #16686e3e;
 position: absolute;
 bottom: 1rem;
 right: 0;
 z-index: 5;
}

.programDetails .container {
 height: auto;
}
.programDetails .container ul {
 max-width: 70%;
 display: flex;
 margin: 0 auto;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}
.programDetails .container::before,
.programDetails .container::after {
 display: none;
}
.programDetails .container ul li {
 list-style: none;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-content: center;
 text-align: center;
 color: #325556;
 font-size: 1.1rem;
 font-weight: 400;
}

.programDetails .container ul li .icon {
 display: block;
 width: 80px;
 height: 80px;
 background-color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 outline: 1px dashed #005673;
 outline-offset: 0.3rem;
 margin: 0 auto 1rem;
}

.programDetails .container ul li b {
 color: #b78f46;
}

.jobs {
 width: 100%;
 margin: 0 auto 5rem;
 position: relative;
}
.jobs::before {
 content: '';
 display: block;
 width: 100%;
 height: 0.7rem;
 background-color: #ebefeb;
 position: absolute;
 top: 57%;
 right: 0;
}
.jobs .container {
 height: auto;
 padding: 5rem 0;
}
.jobs .container::before,
.jobs .container::after {
 display: none;
}

.jobs .container h3 {
 text-align: center;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 color: #325556;
 font-size: 1.4rem;
 font-weight: 400;
 margin-bottom: 3rem;
}

.jobs .container ul {
 display: flex;
 justify-content: space-between;
 align-content: center;
}

.jobs .container ul li {
 list-style: none;
 background: url('../img/job-block.svg') center center no-repeat;
 width: 196px;
 height: 196px;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 400;

 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: center;
 row-gap: 0.3rem;
 align-items: center;
 text-align: center;
 font-size: 0.95rem;
 font-weight: bold;
}

.jobs .container ul li img {
 width: 100%;
 max-width: 85px;
 margin: 0 auto;
}
.jobs .container ul li span {
 color: #325556;
 display: block;
}

.jobs .container ul li span b {
 background-color: #d1a24e;
 color: #fff;
 padding: 0.2rem 0.5rem;
 margin-top: 0.2rem;
 display: block;
 border-radius: 50px;
 font-size: 0.95rem;
 font-family: 'gess-two', Arial, Helvetica, sans-serif;
 font-weight: 400;
}

.tabsBox {
 width: 100%;
 margin: 2rem auto 0;
 background-color: #e0eaea;
 position: relative;
}

.tabsBox .container {
 height: auto;
}
.tabsBox .container::before,
.tabsBox .container::after {
 display: none;
}

.tabs {
 width: 100%;
 margin: 0 auto;
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 400;
 position: relative;
 height: 100%;
}

.tab-buttons {
 position: absolute;
 top: -58px;
 right: 0;
 width: 100%;
}
.tab-buttons ul {
 display: flex;
 justify-content: space-between;
 flex-direction: row;
}
.tab-buttons ul li {
 list-style: none;
}

.tab-button {
 background-color: #378b92;
 border: none;
 color: #fff;
 padding: 1.2rem 3.5rem;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 1.05rem;
 text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
 font-family: 'gess-one', Arial, Helvetica, sans-serif;
 font-weight: 400;
 cursor: pointer;
 border-top-right-radius: 4px;
 border-top-left-radius: 16px;
}

.tab-button.active {
 background-color: #e0eaea;
 color: teal;
}

.tab-content {
 padding: 2rem 1rem;
 line-height: 1.7;
 font-size: 1rem;
 color: #3c5a5b;
 font-family: 'gess-two', Arial, Helvetica, sans-serif;
}
.tab-pane ul li,
.tab-pane ol li {
 line-height: 2.3;
 width: fit-content;
}

.tab-pane {
 display: none;
}

.tab-pane.active {
 display: block;
}
.tab-pane.active p + ul {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 2rem;
}
.tab-pane.active p + ul li {
 list-style: none;
}
.tab-pane.active p + ul li a {
 display: block;
 background-color: #c59943;
 color: #fff;
 padding: 0.3rem 0.7rem;
 border-radius: 8px;
 filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
 font-weight: 400;
 transition: all 0.3s;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 0.4rem;
}
.tab-pane.active p + ul li a:hover {
 background-color: #0b6678;
}

.rights {
 margin: 0 auto;
 font-family: 'gess-two', Arial, Helvetica, sans-serif;
 font-size: 0.8rem;
 color: #073a3e;
 position: relative;
 padding: 1.1rem 0;
}
.rights .container {
 height: auto;
}
.rights .container::before,
.rights .container::after {
 display: none;
}
.rights p {
 text-align: center;
}

.topLink {
 position: absolute;
 top: 0;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #000;
 left: 0;
}

li.linethrought ol {
 color: #484848;
 margin-right: 2rem;
}

ul.subjctsList {
 columns: 3;
}

ul.subjctsList li {
 list-style: none;
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 0.8rem;
}
ul.subjctsList li a {
 color: #005673;
}
ul.subjctsList li svg {
 fill: #2d6e73;
}

ul.subjctsList li a:hover {
 color: #484848;
}

#mobileNav {
 display: none;
}

/* mobile version */
@media screen and (max-width: 468px) {
  html {font-size: 13px !important;}
 #header {
  width: 100%;
  height: 220px;

  background-color: #0b7078;
  background-position: top center;
  background-repeat: repeat;
 }

 .container {
  width: 100%;
  max-width: unset;
  height: auto;
  margin: 0 auto;
 }

 /* nav background */
 .container::after {
  display: none;
 }

 #header::before {
  display: none;
 }

 .container::after {
  display: none;
 }
 .logos {
  width: 100%;
  height: 100px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  background-color: #fff;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  margin: 0 auto;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
 }

 .nav {
  position: absolute;
  top: 175px;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
 }
 .nav ul {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;


  font-family: 'gess-one', Arial, Helvetica, sans-serif;
  font-weight: 400;
 }

 .nav ul li {
  font-size: 0.8rem;
 }

 .submenu {
  display: none;
 }

 .nav ul li:hover > .submenu {
  display: none;
 }

 .header-title {
  position: relative;
  right: unset;
  left: unset;
  margin: 0 auto;
  top: 30px;
  transform: translateY(-50%);
  display: block;
  width: fit-content;
  z-index: 555;
  box-sizing: border-box;
  max-width: 100%;
 }
 .header-title h3 {
  color: #fff;

  font-size: 1rem;
 }

 .header-title h3::before {
  display: none;
 }

 .accordingText {
  font-size: 1rem;
  margin: 4rem auto;
 }

 #slider {
  width: 100%;
  height: 280px;
  background: url('../img/slider_icon.png') top center no-repeat;
  position: relative;
  background-size: cover !important;
  margin: 200px auto 0px;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
 }

 #slider::after {
  content: '';
  display: block;
  width: 100%;
  height: 169px;
  background: url('../img/bottom_slider.png') bottom center no-repeat;
  background-size: cover !important;
  position: absolute;
  bottom: -169px;
  right: 0;
  left: 0;
  margin: 0 auto;
 }

 /* slider for home  */

 .carousel-container {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -120px;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
 }

 .carousel-item img {
  width: 100px;
  height: 100px;
 }

 .carousel-item.active img {
  width: 220px;
  height: 220px;
 }

 .carousel-item:nth-child(1) img {
  animation: slide-in 0.5s forwards;
 }

 .carousel-text {
  font-size: 1.1rem;

  padding: 3rem 0;
 }
 .carousel-text h1 {
  font-size: 1.3rem;
  padding: 0 1rem 0.5rem;
 }
 .carousel-text h1::before {
  display: none;
 }

 @media (max-width: 768px) {
  body {
   overflow-x: hidden;
  }

  .carousel-container {
   width: 100%;
  }
  .carousel-item img {
   width: 100px;
   height: 100px;
  }

  .carousel-item.active img {
   width: 200px;
   height: 200px;
  }
 }

 /* Grid container */
 .grid-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  grid-gap: 16px;
 }

 .features {
  width: 100%;
  margin: 0 auto;
  background: #ebefeb none;
  height: auto;
  padding: 3rem 1.5rem 0;
  box-sizing: border-box;
 }

 .certified {
  width: 210px;
  height: 245px;
  position: relative;
  top: unset;
  left: unset;
  margin: 0 auto;
 }

 .features .container h3 {
  color: #073a3e;
  font-family: 'gess-one', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.7rem;
 }

 .features-list {
  font-family: 'gess-two', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0a4c59;
  max-width: auto;
  position: relative;
  line-height: 1.8;
  columns: 1;
  padding: 2rem 0;
  overflow: hidden;
 }
 .features-list li {
  position: relative;
  width: fit-content;
  font-size: 1rem;
 }

 .features-list li ul li {
  list-style: none;

  color: #484844;
 }
 .features-list li::before {
  display: none;
 }

 .crights {
  margin: 0 auto;

  padding: 1rem 0;
 }

 .crights span.top a {
  font-family: 'gess-one', Arial, Helvetica, sans-serif;
  color: #1f2425;
  width: 60px;
  height: 50px;
  position: absolute;
  font-weight: 400;
  top: 0px;
  left: 40px;
 }

 #mobileNav {
  display: block;
  width: 70%;
  height: 100vh;
  max-width: 400px;
  background-color: #005673;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 555;
 }
 #mobileNav span {
  color: #fff;
  width: 50px;
  font-size: 1.4rem;
  height: 50px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 8px;
 }

 #mobileNav ul {
  padding: 0;
  margin: 50px 0 0 0;

  font-family: 'gess-one', serif;
  font-size: 1rem;
 }
 #mobileNav ul li {
  list-style: none;
  line-height: 3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }
 #mobileNav ul li a {
  color: #fff;
  padding: 0.5rem 1rem;
 }

 .programHeading {
  margin: 3rem;
 }
 .programHeading .container {
  flex-direction: column;

  gap: 1rem;
 }

 .certifiedprogram {
  display: none;
 }
 .programDetails {
  background: none;
  background-color: #ebefeb;
  height: auto;
 }

 .programDetails .container ul {
  max-width: 90%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
 }
 .topHeading {
  height: auto;
 }
 .topHeading .container {
  flex-direction: column;
  padding: 0 1.5rem;
 }
 .topHeading .icon {
  display: none;
 }
 .topHeading p {
  padding-left: 0;
  text-align: center;
  line-height: 1.8;
 }
 .jobs {
  margin-bottom: 0rem;
 }
 .jobs::before {
  display: none;
 }
 .jobs .container ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  justify-content: center;
  align-items: center;
 }
  .jobs .container ul li {
  margin: 0 auto;
  }
 .tabs {
  max-width: 95%;
  margin: 0 auto;
  padding-top: 1rem;
 }
 .tabsBox {
  margin-top: 0rem;
 }
 .tab-buttons {
  position: relative;
  top: unset;
  right: unset;
 }
 .tab-buttons ul {
  flex-direction: column;
  gap: 0.7rem;
 }

 .tab-button {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #0056732b;
 }
 ul.subjctsList {
  columns: 1;
  line-height: 2;
 }
 .topLink {
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 1px solid #0056734b;
  display: block;
  width: 70px;
  height: 50px;
  border-radius: 3px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  padding: 0.3rem;
  text-align: center;
  background-color: #fff;
 }
}

#mobileNav {
 transition: opacity 0.5s ease;
 opacity: 0;
 display: none; /* Initially hidden */
}

#mobileNav.opening {
 opacity: 1;
}

#mobileNav.closing {
 opacity: 0;
}


canvas { 
   overflow: hidden;
   width:150vw;
   height:150vh;
   background-color:#ebefeb;
	position: absolute;
}
