/*
Theme Name: GSU
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: DYNAMIX team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --white: #fff;
  --blue: #2b2b60;
  --green: #89b2c4;
  --lightBlue: #89b2c41a;
  --orange: #f87c56;
  --gold: #e6a65d;
  --beige: #f1ebe4;
  --grey: #737375;
  --dark-green: #689881;
  --black: #000000;
}
.c-w {
  color: var(--white) !important;
}
.c-b {
  color: var(--blue);
}
.c-g {
  color: var(--grey);
}
.c-green {
  color: var(--green);
}
.c-o {
  color: var(--orange);
}
.b-beige {
  background: var(--beige);
}
.b-blue {
  background: var(--blue);
}
.b-green {
  background: var(--green);
}
.b-dark-green {
  background: var(--dark-green);
}
body {
  margin: 0;
}
body * {
  font-family: "DM Sans", sans-serif !important;
}
p {
  margin: 0 !important;
}
h2 {
  margin: 0;
}
.container-outer {
  padding: 0 80px;
}
a {
color:var(--orange);
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .introduction-content .container-outer {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .container-outer {
    padding: 0 30px;
  }
}
.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.flex-grow {
  flex-grow: 1;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.underline-none {
  text-decoration: none;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-21 {
  margin-left: 21px;
}

.pb-80 {
  padding-bottom: 80px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-20 {
  padding-bottom: 20px;
}

.uppercase {
  text-transform: uppercase;
}
.border-w {
  border: 1px solid var(--white);
}
.border-b {
  border: 1px solid var(--blue);
}
.overflow-x {
overflow-x: auto;
}
/* sizes */
.fs-12,
.fs-12 * {
  font-size: 12px !important;
}
.fs-14,
.fs-14 * {
  font-size: 14px;
}
.fs-16,
.fs-16 * {
  font-size: 16px;
}
.fs-18,
.fs-18 * {
  font-size: 18px;
}
.fs-21,
.fs-21 * {
  font-size: 21px;
}
.fs-24,
.fs-24 * {
  font-size: 24px;
}
.fs-26,
.fs-26 * {
  font-size: 26px;
}
.fs-28,
.fs-28 * {
  font-size: 28px;
}
.fs-32,
.fs-32 * {
  font-size: 32px;
}
.fs-40,
.fs-40 * {
  font-size: 40px;
}
.fs-48,
.fs-48 * {
  font-size: 48px;
}
.fs-56,
.fs-56 * {
  font-size: 56px;
}

@media (max-width: 1440px) {
  .fs-16,
  .fs-16 * {
    font-size: 14px;
  }
  .fs-18,
  .fs-18 * {
    font-size: 16px;
  }
  .fs-21,
  .fs-21 * {
    font-size: 18px;
  }
  .fs-24,
  .fs-24 * {
    font-size: 21px;
  }
  .fs-26,
  .fs-26 * {
    font-size: 24px;
  }
  .fs-28,
  .fs-28 * {
    font-size: 26px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 28px;
  }
  .fs-40,
  .fs-40 * {
    font-size: 32px;
  }
  .fs-48,
  .fs-48 * {
    font-size: 40px;
  }
  .fs-56,
  .fs-56 * {
    font-size: 48px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  /* sizes */
  .fs-28,
  .fs-28 * {
    font-size: 21px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 24px;
  }
  .fs-40,
  .fs-40 * {
    font-size: 26px;
  }
  .fs-48,
  .fs-48 * {
    font-size: 28px;
  }
  .fs-56,
  .fs-56 * {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fs-28,
  .fs-28 * {
    font-size: 18px;
  }
  .fs-32,
  .fs-32 * {
    font-size: 18px;
  }
  .fs-40,
  .fs-40 * {
    font-size: 21px;
  }
  .fs-48,
  .fs-48 * {
    font-size: 24px;
  }
  .fs-56,
  .fs-56 * {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .fs-24,
  .fs-24 * {
    font-size: 16px;
  }
}

/* weights */
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}

/* style */
.italic {
  font-style: italic;
}
#menu-item-670 {
margin-bottom:0!important;
}
.left-menu li#menu-item-974 {
display: none !important;
}
.desktop-none {
 display: none !important;
}
/* header */
header li button {
  display: none;
}
.custom-header {
  background-color: var(--blue);
  padding: 25px 0;
  position: relative;
}
.site-logo a {
  display: block;
}
.main-menu-desktop .main-navigation ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.main-menu-desktop .main-navigation > ul > li {
  padding: 23px 15px;
}

.main-menu-desktop .main-navigation > ul > li:last-child {
  padding-right: 0;
}

.main-menu-desktop .main-navigation a {
  color: var(--white);
  text-decoration: none;
}
.main-menu-desktop .main-navigation a:hover {
  color: var(--green);
}
.main-menu-desktop .main-navigation .current-menu-item > a,
.main-menu-desktop .main-navigation .current-menu-ancestor > a,
.main-menu-desktop .main-navigation .current-menu-parent > a {
  color: var(--green); 
}
.main-menu-desktop .main-navigation > ul > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url("http://dgxdemo.com/gsu/wp-content/uploads/2025/10/down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  vertical-align: middle;
}
.main-menu-desktop .main-navigation {
  position: static;
}
.main-menu-desktop .dropdown-panel {
  position: absolute;
  left: 0;
  top: 78%;
  width: 100%;
  background-color: var(--blue);
  padding: 40px 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateY(-20px);
  z-index: 1000;
  box-sizing: border-box;
}
.main-menu-desktop
  .main-navigation
  li.menu-item-has-children:hover
  > .dropdown-panel {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu-desktop .dropdown-inner {
  width: 770px;
  display: flex;
  gap: 40px;
  margin: auto;
  min-height:300px;
}
.main-menu-desktop
  .main-navigation
  li.menu-item-has-children:hover
  > .dropdown-panel
  > .dropdown-inner
  > ul {
  display: flex;
  flex-direction: column;
}
.main-menu-desktop .dropdown-panel > .dropdown-inner > ul > li {
  position: relative;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li:not(:first-of-type) {
  padding: 0 10px;
  transition: all 0.3s ease;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li:not(:first-of-type):hover {
  border-radius: 8px;
  background: var(--lightBlue);
}
.main-menu-desktop .dropdown-panel > .dropdown-inner > ul > li > a {
  color: var(--white);
  display: inline-block;
  padding: 10px 0;
  transition: all 0.2s ease;
  font-size: 20px;
}
.main-menu-desktop .dropdown-panel > .dropdown-inner > ul > li:first-child > a {
  border-bottom: 4px solid var(--green);
  font-size: 23px;
  margin: 0 10px 20px 10px;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > .menu-item-has-children:not(:first-of-type):hover
  > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background-image: url("http://dgxdemo.com/gsu/wp-content/uploads/2025/10/right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 45px;
  vertical-align: middle;
  padding: 0 10px;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li.menu-item-has-children
  > ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li.menu-item-has-children:hover
  > ul {
  display: flex;
  position: absolute;
  left: 100%;
  top: 12px;
  background-color: var(--blue);
  width: 200px;
  padding-left: 50px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  width: max-content;
  flex-direction: column;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li.menu-item-has-children
  > ul
  > li {
  margin-bottom: 15px;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li.menu-item-has-children
  > ul
  > li:hover
  a {
  color: var(--white);
  transition: all 0.3s ease;
}
.main-menu-desktop
  .dropdown-panel
  > .dropdown-inner
  > ul
  > li.menu-item-has-children
  > ul
  > li:hover
  a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 10px;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .dropdown-inner > ul > li:first-child > a {
    cursor: default !important;
    pointer-events: none;
  }
}

/* header-top */
.header-top {
  background: var(--orange);
  padding: 15px 0;
}
.header-top .container {
  position: relative;
  overflow: hidden;
}
.top-navigation {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  padding: 10px 20px;
  transition:
    transform 0.3s ease,
    opacity 0.5s ease;
  opacity: 0;
  pointer-events: none; /* prevent interaction when hidden */
  z-index: 1000;
}
.top-navigation.show {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.menu-toggle {
  color: var(--blue);
  user-select: none;
  background: var(--orange);
  z-index: 9999;
  cursor: pointer;
  gap: 10px;
}
.toggle-text {
  text-decoration: none;
}
.toggle-text.underline {
  text-decoration: underline;
  font-weight: 700;
}
.top-navigation ul {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-navigation ul li {
  padding: 0;
}
.top-navigation ul li a {
  color: var(--blue);
  text-decoration: none;
  padding: 5px 15px;
  white-space: nowrap;
}
.top-navigation ul li a:hover {
  text-decoration: underline;
}
/* about */
.introduction-content .container-outer {
  padding: 80px;
}


.mobile-style {
    padding:0 24px;
    background: rgba(137, 178, 196, 0.3);
    border-radius: 8px;
}

@media (max-width: 767px) {
	.under-menu-mobile {
	display: flex;
    justify-content: space-between;
    align-items: center;
	}
}
@media (max-width: 1400px) {
  .banner-shape {
    padding-left: 80px !important;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .introduction-content .container-outer {
    padding: 40px 60px 28px 60px;
  }
  .banner-shape {
    padding-left: 60px !important;
  }
}
@media (max-width: 1024px) {
  .introduction-content .container-outer {
    padding: 20px 30px 14px 30px;
  }
  .banner-shape {
    padding-left: 30px !important;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.desktop-sidebar {
  display: block;
}
.mobile-sidebar {
  display: none;
}
.page-sidebar {
  flex: 0 0 26%;
}
.left-menu {
  list-style: none;
  padding: 32px 24px;
  background: rgba(137, 178, 196, 0.3);
  border-radius: 8px;
  margin: 0;
  height: max-content;
}
.left-menu li:not(:last-of-type) {
  margin-bottom: 32px;
}
.left-menu li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  color: var(--blue);
  transition: all 0.3s ease;
}
.left-menu li.current-menu-item > a,
.left-menu li a:hover {
  color: var(--orange);
}
.left-menu li a::after {
  content: ">";
  font-weight: normal;
}
.main-content {
  flex: 1;
  max-width:100%;
  width:74%;
}
.desktop-sidebar {
	width:26%;
}
.highlight-box {
  padding: 32px;
  font-weight: bold;
}
.bottom-fullwidth-image {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bottom-image-wrapper {
  width: 100%;
}
h2.title-about {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 5px solid var(--orange);
  width: max-content;
  font-weight: 500;
}

/* institute */
.blue-btn {
  background: var(--green);
  border-radius: 8px;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: auto 0 auto;
}
.blue-btn:hover {
  background: var(--blue);
}
.blue-btn:hover a,
.blue-btn:hover a path {
  color: var(--green);
  stroke: var(--green);
}

/* scroll */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.site-header.hide-header {
    transform: translateY(-100%); 
}


/* Desktop header */
/* ------------------ Desktop Header ------------------ */
/* .site-header {
    position: sticky; /* desktop sticky */
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: transform 0.35s ease-in-out;
    will-change: transform;
}

.site-header.hide-header {
    transform: translateY(-100%);
} */

/* contact us */
/* ====== Default (Desktop / Tablet) ====== */
.map-location-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, var(--beige) 40%, transparent 40%);
}

.map-location-wrapper .container {
  position: relative;
  display: flex;
  align-items: stretch;
  z-index: 3;
  pointer-events: none;
}

.map-location-text {
  width: 50%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  box-sizing: border-box;
  pointer-events: auto;
  min-height: 500px;
  padding: 60px 60px 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map-location-text .location-content {
  flex-grow: 1;
}

.find-us-wrapper {
  display: flex;
  justify-content: flex-end;
}

.map-location-text .find-us {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}


.map-location-text .find-us img {
  height: auto;
  width: fit-content;
  display: inline-block;
  margin: 0 0 10px 0;
}

.map-location-text .find-us span {
  display: inline-block;
  width: fit-content;
}

.map-location {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #d9d9d9;
  z-index: 1;
}

 .map-location iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(100%) brightness(92%);
  pointer-events: auto !important;
}

.map-location-wrapper {
	position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, var(--beige) 40%, transparent 40%);
}
/* single news */
.single-wrapper {
  padding: 80px 0 50px;
}
.single-wrapper .container {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.page-links {
  flex: 0 0 26%;
}
.right-menu {
  list-style: none;
  padding: 32px 24px;
  background: rgba(137, 178, 196, 0.3);
  border-radius: 8px;
  margin: 0;
}
.right-menu li:not(:last-of-type) {
  margin-bottom: 32px;
}
.right-menu li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  color: var(--blue);
  transition: all 0.3s ease;
  gap: 10px;
}
.right-menu li.current-menu-item a,
.right-menu li a:hover {
  color: var(--orange);
  font-weight: bold;
}
.right-menu li a svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.right-menu li a:hover svg {
  transform: scale(1.1);
}

/* programs */
.aca-programs-wrapper {
  background: var(--green);
  padding: 80px 0;
  background-image: url("http://dgxdemo.com/gsu/wp-content/uploads/2025/10/load-icon-left.png");
  background-repeat: no-repeat;
  background-position-x: -5px;
  background-position-y: center;
  background-size: contain;
}
.aca-programs-wrapper .boxes {
  gap: 24px;
}
.program-img {
  width: 350px;
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  max-width: 100%;	
}
.program-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.program-img img:hover{
 transform: scale(1.05);
}

.aca-programs-wrapper .boxes .b-box {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.aca-programs-wrapper .boxes .b-box:hover {
  font-weight: bold;
}
.aca-programs-wrapper .boxes .arrow-w {
  width: 14px;
  height: 14px;
}

/* single career */

.single-career .banner-shape h1 , .single-post .banner-shape h1 , .single-event .banner-shape h1{
  width: auto;
}
.single-career .banner-img , .single-post .banner-img , .single-event .banner-img {
  width: 100%!important;
}

.single-career .banner-shape , .single-post .banner-shape , .single-event .banner-shape {
  top: auto;
  left: 0;
  bottom: 0 !important;
  width: 55%;
  height: 40%;
}

.single-career .introduction-content a {
  color: var(--blue);
}

.job-specifications-box {
  background: rgba(137, 178, 196, 0.3);
  padding: 32px 24px;
  border-radius: 8px;
}

.btn-email {
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}

.btn-email:hover {
  background: var(--orange) !important;
}

.single-career h4 {
  margin: 0;
}
/* experience */
.clipped-image {
  width: 100%;
  height: 712px;
  display: block;
  object-fit: cover;
  clip-path: ellipse(50% 100% at 50% 100%);
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
}

.how-to-apply-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.apply-img {
  position: absolute;
  top: 15px;
  right: 8px;
  height: auto;
  width: 175px;
  z-index: 2;
}

.how-to-apply-section {
  position: relative;
  width: 100%;
}

.contact-boxes {
  display: flex;
  gap: 21px;
  width: 100%;
  flex-wrap: wrap;
}

.contact-box {
  flex: 1;
  padding: 24px;
  border-radius: 32px;
}

.contact-box a {
  transition: all 0.3s ease;
}

.contact-box a:hover {
  color: var(--orange) !important;
}

/* what yoy can expect */
#menu-life-at-gsu-menu-3 {
  list-style: none;
  padding: 0 0 32px 0;
  margin: 0;
}

.register-btn a {
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
}

.register-btn a:hover {
  background: var(--orange);
}

.expect-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  flex-wrap: wrap;
  padding: 80px 0;
}

.expect-section.reverse {
  background-color: var(--beige);
}

.expect-section.reverse .expect-container {
  flex-direction: row-reverse;
}

.expect-content,
.expect-image {
  flex: 1;
  width: 50%;
  max-width: 50%;
}

.expect-image img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  object-fit: cover;
  display: block;
}

.expect-link {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--blue);
  background-color: transparent;
  border: 1px solid var(--blue);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.expect-link:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
}
/* footer */
.site-footer {
  background-color: var(--blue);
  color: var(--white);
  padding: 90px 0 80px;
  position: relative;
}
.footer-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-top {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
.footer-column {
  width: 20%;
}
.footer-column:nth-last-of-type(2) {
  width: auto;
}
.footer-column:last-of-type {
  width: fit-content;
}
.footer-column div {
  margin-bottom: 15px;
}
.footer-column a {
  color: var(--white);
  text-decoration: none;
}
.footer-column a:hover {
  color: var(--green);
}
.footer-top .address {
  width: 80%;
}
.footer-form form {
  position: relative;
}
.footer-form form .mailchimp-form {
  display: flex;
  border: 1px solid var(--white);
  border-radius: 32px;
  padding: 0;
  width: 227px;
}

.footer-form input:first-of-type {
  padding: 8px;
  border-radius: 32px;
  background: transparent;
  color: var(--white);
  width: 99px;
  border: none;
}


.footer-form input:focus-visible {
  outline: none;
}
.footer-form input::placeholder {
  color: var(--white);
}
.footer-form input:last-of-type {
  background: var(--white);
  color: var(--blue);
  border: none;
  border-radius: 32px;
  padding: 9px 15px;
  cursor: pointer;
  width: 112px;
}
.footer-social {
  margin-top: 20px;
  margin-left: 10px;
}
.footer-social a {
  margin-right: 10px;
}
.footer-bottom {
  padding-top: 60px;
}
.footer-bottom a {
  color: var(--white);
  text-decoration: none;
}
.footer-logo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .container-outer {
    padding: 24px 16px !important;
  }
  .content-wrapper {
    display: block;
  }

  .desktop-sidebar {
    display: none;
  }

  .main-content {
    max-width: 100%;
    width: 100%;
  }

  .mobile-sidebar {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    box-sizing:border-box;
  }

  h2.title-about {
    margin-bottom: 24px;
    width: fit-content;
  }

  /* margin */
  .mb-40 {
    margin-bottom: 24px;
  }

  .pb-80 {
    padding-bottom: 35px;
  }

  /* about */
/* body:not(.page-id-388):not(.page-id-345).mobile-section-select {
  background-color: rgba(137, 178, 196, 0.3) !important;
  border-radius: 16px;
}*/




  .mobile-section-select .select-label {
    color: var(--black);
    margin-bottom: 8px;
    padding: 24px 8px 0 8px;
  }

  .mobile-section-select .select-box {
    position: relative;
    border-radius: 16px;
  }

  .mobile-section-select select {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: var(--orange);
    border: none;
    background: transparent;
    border-radius: 16px;
    appearance: none;
    outline: none;
    cursor: pointer;
    padding: 0 8px 24px 8px;
  }

  .mobile-section-select select option {
    background-color: var(--green);
    color: var(--blue);
    font-size: 18px;
    padding: 12px 20px;
  }
  .select-box .select-arrow {
    position: absolute;
    right: 20px;
    top: 30%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
  }

  .mobile-section-select select option {
    background-color: transparent;
    color: var(--blue);
    font-size: 18px;
  }

  /* single careers */
  .single-career .banner-shape {
    width: 100%;
    height: 40%;
  }
}

 .text-section ol {
        list-style: lower-alpha;
    }

    /* side menu */
    .register-btn a {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
    }

    .register-btn a:hover {
        background: var(--orange);
    }

    .border-btn a {
        border: 1px solid var(--blue);
    }

    .border-btn a:hover {
        border-color: var(--orange);
        color: var(--white);
    }


    .extra-menu {
        padding: 0 24px 32px;
        background: rgba(137, 178, 196, 0.3);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .desktop-extra {
        display: block;
    }

    .mobile-extra {
        display: none;
    }

    .mobile-extra {
        background-color: rgba(137, 178, 196, 0.3) !important;
        border-radius: 16px;
        padding: 8px 16px;
        margin-bottom: 24px;
    }



    @media (max-width: 1024px) {
        .aca-programs-wrapper {
            background-image: none;
            padding: 56px 0;
        }

        .boxes {
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

        .program-box {
            align-items: center;
            text-align: center;
        }

        .program-box .image {
            width: 100%;
            max-width: 350px;
        }
    }

    @media(max-width:767px) {
        .desktop-extra {
            display: none;
        }

        .mobile-extra {
            display: block;

        }

        .mobile-extra .mt-30 {
            margin-top: 0;
        }
    }
   .text-section ol {
        list-style: lower-alpha;
    }

    /* side menu */
    .register-btn a {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
    }

    .register-btn a:hover {
        background: var(--orange);
    }

    .border-btn a {
        border: 1px solid var(--blue);
    }

    .border-btn a:hover {
        border-color: var(--orange);
        color: var(--white);
    }



    .extra-menu {
        padding: 0 24px 32px;
        background: rgba(137, 178, 196, 0.3);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .desktop-extra {
        display: block;
    }

    .mobile-extra {
        display: none;
    }

    .mobile-extra {
        background-color: rgba(137, 178, 196, 0.3) !important;
        border-radius: 16px;
        padding: 8px 16px;
        margin-bottom: 24px;
    }

    /* table */

    .responsive-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .table-container {
        width: 100%;
        border-collapse: collapse;
        min-width: 800px;
    }

    .v-middle {
        vertical-align: middle !important;
    }

    .td-base {
        padding: 0 5.4pt;
        vertical-align: top;
        font-size: 16px;
        line-height: 150%;
        color: var(--blue);
        border: 1pt solid var(--blue);
    }

    .td-c-w {
        padding: 0 5.4pt;
        vertical-align: top;
        font-size: 16px;
        line-height: 150%;
        color: var(--white);
        border: 1pt solid var(--white);
    }

    .td-header {
        background: var(--blue);
        text-align: center;
        font-weight: bold;
    }

    .h-32 {
        height: 32pt;
    }

    .h-29 {
        height: 29.25pt;
    }

    .h-15 {
        height: 15pt;
    }

    .w-11 {
        width: 11.4432%;
    }

    .w-19 {
        width: 19.6213%;
    }

    .w-19b {
        width: 19.6195%;
    }

    .w-107pt {
        width: 107.75pt;
    }

    .w-52pt {
        width: 52pt;
    }

    .w-7 {
        width: 7.6743%;
    }

    .w-17 {
        width: 17.704%;
    }

    .w-8 {
        width: 8.4364%;
    }

    .w-32 {
        width: 32.2559%;
    }

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

    .no-left {
        border-left: none !important;
    }

    .no-right {
        border-right: none !important;
    }

    .no-top {
        border-top: none !important;
    }

    .no-bottom {
        border-bottom: none !important;
    }

    .program-box .image {
    width: 350px;
    height: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    max-width: 100%;
    object-fit: cover;
    }

    @media (max-width: 1024px) {
        .aca-programs-wrapper {
            background-image: none;
            padding: 56px 0;
        }

        .boxes {
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

        .program-box {
            align-items: center;
            text-align: center;
        }

        .program-box .image {
            width: 100%;
            max-width: 350px;
        }
    }

    @media(max-width:767px) {
        .desktop-extra {
            display: none;
        }

        .mobile-extra {
            display: block;

        }

        .mobile-extra .mt-30 {
            margin-top: 0;
        }
    }

.left-menu .sub-menu {
list-style: none;
    margin-top: 16px;
    padding-left: 16px;
}
}


/* Cookies  */
.cky-notice-content-wrapper + div {
    display: none !important;
}
[data-cky-tag="powered-by"] {
    display: none !important;
}
[data-cky-tag="powered-by"], 
[data-cky-tag="detail-powered-by"] {
    display: none !important;
}
.cky-footer-wrapper > div:last-child {
    display: none !important;
}
.rtl .cky-accordion .cky-accordion-chevron i::before {
transform: rotate(130deg)!important;
top: 10px!important;
}
.cky-btn-customize,.cky-btn-reject , .cky-btn-preferences {
    color:var(--blue)!important;
    border: 2px solid var(--blue)!important;
}
.cky-btn-accept {
    background:var(--blue)!important;
    border: 2px solid var(--blue)!important;
}
.cky-switch input[type="checkbox"]:checked ,.cky-btn-revisit-wrapper {
    background:var(--blue)!important;
}
.cky-title,.cky-notice-des p , .cky-preference-center p ,.cky-preference-center span , .cky-accordion-header{
 color:var(--blue)!important;
}

.otgs-development-site-front-end {
display:none!important;
}

.wpml-ls-statics-footer {
    display: none !important;
}

.logged-in .wpml-ls-statics-footer {
    display: block !important;
}