﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * fullPage 4.0.16
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: none;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
  min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  direction: ltr;
}

html, body {
  scroll-behavior: smooth; /* Optional for smooth scrolling */
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "dmsans-bold";
  src: url("../../../font/dmsans-bold.ttf") format("truetype");
}
@font-face {
  font-family: "dmsans-regular";
  src: url("../../../font/dmsans-regular.ttf") format("truetype");
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "dmsans-regular";
}

h1 {
  font-family: "dmsans-bold";
  font-size: 4.75rem;
  font-weight: bold;
  margin: 22px 0 !important;
  color: #00A651;
}

button {
  font-size: 1.5625rem;
}

h2 {
  font-family: "dmsans-bold";
  font-size: 3.4375rem;
  font-weight: bold;
  color: #00A651;
}

h3 {
  font-family: "dmsans-bold";
  font-size: 2.5rem;
  font-weight: bold;
  color: #00A651;
}

h4 {
  font-family: "dmsans-bold";
  font-size: 1.5rem;
  font-weight: 400;
  color: #00A651;
}

h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}

h6 {
  font-family: "dmsans-bold";
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(43, 58, 101);
  line-height: 29px;
}

lable {
  font-family: "dmsans-regular";
  font-size: 1.5rem;
  color: #00A651;
  font-weight: bold;
}

p {
  font-family: "dmsans-regular";
  font-size: 1.375rem;
  font-weight: normal;
  font-weight: 400;
  line-height: normal;
  color: #A5ABB6;
}

a {
  font-family: "dmsans-regular";
  font-size: 1.125rem;
  width: fit-content;
}

li {
  font-family: "dmsans-regular";
  color: #636366;
}

@media (max-width: 576px) {
  h1 {
    font-size: 2.25rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.1875rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 29px;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 4.375rem;
    font-weight: bold;
  }
  h3 {
    font-size: 2.6875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.8125rem;
  }
  h2 {
    font-size: 2.1875rem;
  }
  h3 {
    font-size: 1.4375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  lable {
    font-size: 1rem;
  }
  p {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .About-Us p {
    font-size: 0.875rem;
  }
  .Our-News .News-desc p {
    font-size: 0.875rem;
  }
  #carser .item p {
    font-size: 0.875rem;
  }
  button {
    font-size: 1.125rem;
  }
  a {
    font-size: 0.875rem;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/*.container {
  max-width: $max-width;*/ /* 1 */
/*margin-left: auto;*/ /* 2 */
/*margin-right: auto;*/ /* 2 */
/*padding-left: 20px;*/ /* 3 */
/*padding-right: 20px;*/ /* 3 */
/*width: 100%;*/ /* 1 */
/*}*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.Header {
  position: fixed;
  z-index: 11;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in;
}
.Header.facultu-header {
  background: rgba(0, 45, 22, 0.4901960784);
}
.Header .home-icon {
  border: 1px solid #fff;
  border-radius: 40px;
}

.scrolled {
  background: #000000;
  transition: all 0.3s ease-in;
  z-index: 3333333;
}

.arabic {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arabic .search {
  background: #00a651;
  padding: 16px;
  color: #fff;
}

.top-bar {
  background-color: #2c3e50;
  color: #fff;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3a506b;
}

.home-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}

.top-right {
  display: flex;
  align-items: center;
}

.search-btn {
  background-color: #00a86b;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
}

.lang-btn {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

/* Main Header */
.main-header {
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 80px;
  margin-right: 10px;
}
.logo img.faculty {
  height: 50px;
}

.logo-text {
  color: white;
}

.logo-text h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.logo-text p {
  font-size: 14px;
  margin: 0;
}

.header-right {
  display: flex;
  align-items: center;
}

.academics-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: white;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.academics-btn.extra {
  font-size: 13px;
  border: 1px solid;
  border-radius: 20px;
  padding: 9px;
}
@media (max-width: 576px) {
  .academics-btn.extra {
    font-size: 10px;
  }
}
.academics-btn:hover {
  background: #00a651;
  transition: 0.3s ease-in;
  color: #fff;
}

.grid-icon {
  color: #00a86b;
  font-size: 20px;
  margin-right: 8px;
}

.menu-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.main-nav {
  padding: 0;
}

.nav-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}
.nav-item #megaAcademics {
  background: #fff;
  padding: 16px;
}
.nav-item #megaAcademics h6 {
  color: #00a651;
}
.nav-item #megaAcademics ul li a {
  color: #000;
}

.nav-item a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  transition: background-color 0.3s;
}

.nav-item:first-child a {
  border-bottom: 3px solid white;
}

.nav-item a:hover {
  background-color: #04a147;
  text-decoration: none;
  color: #fff;
}

.nav-link:focus {
  color: #fff;
}

.hero {
  position: relative;
  height: 400px;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-BRYf5nkPjxHbIbVxqvWuU5j15n9GCx.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 48px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
  }
  .header-right {
    display: none;
  }
  .hero-title {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .desktop-view {
    display: none;
  }
}

.mobile-view {
  display: none;
}
.mobile-view .Header {
  background: rgba(0, 0, 0, 0.9);
}
.mobile-view .Header .search-icon {
  background: #00a651;
  padding: 16px;
  color: #fff;
}
@media (max-width: 576px) {
  .mobile-view {
    display: block;
  }
}

.Header {
  transition: transform 0.3s ease-in-out;
}

.Header.scrolled-down {
  transform: translateY(-100%);
}

.Header.scrolled-up {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.Header.scrolled {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Mega Menu Styles */
.nav-list {
  position: relative;
}

.mega-menu-parent {
  position: relative;
}

.mega-menu-parent > a {
  display: flex;
  align-items: center;
}

.mega-menu-parent > a i {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mega-menu-parent.active > a i {
  transform: rotate(180deg);
}

.mega-menu-parent:hover .mega-menu {
  display: none;
}

/* Add active class for clicked state */
.mega-menu-parent.active .mega-menu {
  display: block;
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 1000px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  display: none;
  border-top: 3px solid #00a651;
}

.mega-menu-parent:hover .mega-menu {
  display: block;
}

.mega-menu-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.mega-menu-column {
  flex: 1;
  padding: 0 15px;
}

.mega-menu-column h4 {
  color: #00a651;
  margin-bottom: 15px;
  font-size: 18px;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li {
  margin-bottom: 10px;
}

.mega-menu-column ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mega-menu-column ul li a:hover {
  color: #fff;
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
  .mega-menu {
    position: static;
    display: none;
    box-shadow: none;
    padding: 0;
  }
  .mega-menu-container {
    flex-direction: column;
    padding: 0;
  }
  .mega-menu-column {
    padding: 10px 0;
  }
  .mega-menu-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .dropdown-menu {
    border: none;
    padding-left: 20px;
  }
}
footer {
  position: relative;
  z-index: 100000;
}
footer .butttons a {
  background: linear-gradient(0deg, #00A651, #00A651), radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  text-decoration: none;
  color: #fff;
  border-radius: 48px;
  padding: 9px 40px;
  margin: 3px;
}
@media (max-width: 576px) {
  footer .butttons a {
    padding: 5px;
    margin: 4px;
  }
}
footer .socialMedia button {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.0784313725) inset;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 100px;
  padding: 15px;
  border: 1px solid #333;
  color: #fff;
  width: 55px;
  height: 55px;
  transition: 0.3s ease-in;
}
footer .socialMedia button:hover {
  background: #00A651;
  transition: 0.3s ease-in;
}
footer .itemss {
  border-top: 1px solid #333;
}
footer .itemss .div {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .itemss .div {
    display: flex;
    flex-direction: column;
  }
}
footer .itemss .div a {
  color: #A5ABB6;
  transition: 0.3s ease-in;
  cursor: pointer;
}
footer .itemss .div a:hover {
  color: #fff;
}
footer .itemm .div {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
footer .itemm .div a {
  color: #A5ABB6;
  transition: 0.3s ease-in;
  cursor: pointer;
}
footer .itemm .div a:hover {
  color: #fff;
}
footer .itemm .copyright p .logo-ken {
  color: #eea240;
  transition: 0.3s ease-in;
}
footer .itemm .copyright p .logo-ken:hover {
  color: #fff;
  transition: 0.3s ease-in;
}

.green-button {
  border-radius: 22.5px;
  background: #00A651;
  text-decoration: none;
  color: #fff;
  padding: 9px 40px;
  border: 1px solid #00A651;
  transition: 0.3s ease-in;
}
.green-button:hover {
  background: transparent;
  border: 1px solid #00A651;
  color: #00A651;
  transition: 0.3s ease-in;
}
.green-button.margin-plus {
  padding: 9px 40px !important;
}
.green-button.footerbutton {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in;
}
@media (max-width: 576px) {
  .green-button {
    padding: 9px;
  }
}

.green-button-footer {
  border-radius: 22.5px;
  background: #00A651;
  text-decoration: none;
  color: #fff;
  padding: 9px 40px;
  border: 1px solid #00A651;
  transition: 0.3s ease-in;
}
.green-button-footer:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease-in;
}

.Green-color {
  color: #00A651;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #009650;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home {
  height: 90vh;
  background-size: cover;
  position: relative;
}
.home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6705882353);
}
.home .home-data {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home .box {
  background: #fff;
  box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 8px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .box h4 {
  color: #4B4B4B;
}
.home .box img {
  width: 25%;
}
.home .desktop-section {
  margin-top: -5%;
  position: relative;
}
@media (max-width: 576px) {
  .home .desktop-section {
    display: none;
  }
}
.home .mobile-section {
  display: none;
}
@media (max-width: 576px) {
  .home .mobile-section {
    margin-top: -35%;
    position: relative;
    display: block;
    overflow: hidden;
  }
}

.e-service {
  background: rgba(254, 205, 143, 0.2);
}
.e-service h3 {
  position: absolute;
  inline-size: fit-content;
  display: flex;
  transform: rotate(270deg);
  top: 37%;
  left: -3%;
}
@media (max-width: 576px) {
  .e-service h3 {
    position: relative;
    transform: rotate(360deg);
    inline-size: -webkit-fill-available;
    justify-content: center;
  }
}
.e-service .eService-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 57px 24px;
  transition: 0.3s ease-in;
}
.e-service .eService-box img {
  margin-bottom: 33px;
}
.e-service .eService-box .btn-service {
  width: 179px;
  height: 45px;
  border-radius: 22.5px;
  border: 1px solid #6c6c6d;
  background: transparent;
  color: #6c6c6d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.e-service .eService-box .btn-service:hover {
  background: #6c6c6d;
  color: #fff;
  transition: 0.3s ease-in;
}
.e-service .eService-box:hover {
  transition: 0.3s ease-in;
  background: #FFFFFF;
}
.e-service .link a {
  text-decoration: none;
  color: #4B4B4B;
}
.e-service .link a i {
  color: #00A651;
}

.importsDates {
  background: rgba(222, 218, 213, 0.2);
  overflow: hidden;
  /* Navigation Icon */
}
.importsDates .mySwiper {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 33px;
  overflow: hidden;
}
.importsDates .swiper-button-custom {
  position: absolute;
  top: 50%;
  background: #5b5b5b;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 576px) {
  .importsDates .swiper-button-custom {
    top: 80%;
  }
}
.importsDates .swiper-button-custom:hover {
  background: #00A651;
}
.importsDates .swiper-button-prev-custom {
  left: 0;
}
@media (max-width: 576px) {
  .importsDates .swiper-button-prev-custom {
    left: 10%;
  }
}
.importsDates .swiper-button-next-custom {
  right: 0;
}
@media (max-width: 576px) {
  .importsDates .swiper-button-next-custom {
    right: 10%;
  }
}
.importsDates .swiper-button-custom::after {
  font-size: 18px;
  font-weight: bold;
}
.importsDates .green-line {
  width: 100px;
  height: 5px;
  background: #00a651;
}
.importsDates .unit {
  display: flex;
  align-items: center;
}
.importsDates .unit .date {
  border: 1px solid #00A651;
  border-radius: 9px;
  border-width: 1px;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0px 15px;
  justify-content: center;
  font-weight: bold;
  color: #00a651;
  flex-direction: column;
}
.importsDates .unit .date span {
  border-bottom: 2px solid #18ae61;
}
.importsDates .link a {
  text-decoration: none;
  color: #4B4B4B;
}
.importsDates .link a i {
  color: #00A651;
}

.Statistics .green-line {
  width: 100px;
  height: 5px;
  background: #00a651;
}
.Statistics .StatisticsBox {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.Statistics .StatisticsBox .overlay {
  background: rgba(0, 0, 0, 0.6980392157);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.Statistics .StatisticsBox .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 56px;
}
.Statistics .StatisticsBox .description {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  transition: bottom 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.37);
  display: flex;
  align-items: center;
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Statistics .StatisticsBox:hover .content {
  opacity: 0;
}
.Statistics .StatisticsBox:hover .description {
  bottom: 0;
}

.labels .label-box .box-labels {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.labels .label-box .box-labels .overlay {
  background: rgba(0, 0, 0, 0.6705882353);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.labels .label-box .box-labels .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.labels .label-box .box-labels .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.labels .label-box .box-labels .content ul li {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
}
.labels .label-box .box-labels .content a {
  text-decoration: none;
  border: 1px solid #FFFFFF;
  width: 140px;
  height: 45px;
  border-width: 1px;
  border-radius: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s ease-in;
}
.labels .label-box .box-labels .content a:hover {
  background: #00A651;
  border: 1px solid #00A651;
  transition: 0.3s ease-in;
}
@media (max-width: 576px) {
  .labels .label-box {
    padding: 0;
  }
}

.news .line {
  width: 4px;
  height: auto;
  background: #FFF45A;
}
.news .box-news .content-news .line-green {
  width: 100%;
  border-width: 1px;
  border: 1px solid #00A651;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .news .box-news {
    display: flex;
    flex-direction: column;
  }
}

.Announcements {
  background: rgba(211, 211, 211, 0.2);
}
.Announcements .line {
  width: 4px;
  height: auto;
  background: #FFF45A;
}
.Announcements .box-news .dates {
  background: #00A651;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -15%;
  z-index: 11111;
  position: relative;
  margin-left: 3%;
  position: absolute;
  top: 120%;
}
@media (max-width: 576px) {
  .Announcements .box-news .dates {
    top: 67%;
  }
}
.Announcements .box-news .line {
  width: 4px;
  height: auto;
  background: #FFF45A;
}
@media (max-width: 576px) {
  .Announcements .box-news {
    display: flex;
    flex-direction: column;
  }
}
.Announcements .announce-box .date {
  background: #00A651;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -15%;
  z-index: 11111;
  position: relative;
  margin-left: 3%;
}

.map .pin {
  display: flex;
  align-items: flex-start;
}
.map .numbers a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in;
}
.map .numbers a i {
  margin: 0 10px;
  color: #00A651;
}
.map .numbers a:hover {
  color: #00A651;
  transition: 0.3s ease-in;
}
.map svg {
  width: 100%;
}
.map svg path:hover {
  fill: #00a651;
  cursor: pointer;
}
.map svg .active {
  fill: #00a651;
}
