  .header-new * {
  all: unset;
  display: revert;
}

body {
  margin: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

main {
  padding: 0;
}
#mainContent{
    padding-top: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "refrigerator-deluxe", sans-serif;
  text-transform: uppercase;
}

.bold,
strong {
  font-weight: 600;
}

footer.full-wrapper {
  margin-top: 0;
}

.home-impact.slider .color-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 40, 85, 0.01) 0%, rgba(0, 94, 174, 0.8) 100%);
  z-index: 0;
}

.full-width-impact .impact-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
}

.landing.full-width-impact .impact-overlay .page-title h1 {
  text-align: center;
  color: #fff;
}
.landing.full-width-impact .impact-overlay .page-title h1 {
    padding-left: 0px;
}
.landing.full-width-impact {
    height: 600px;
}

.landing.full-width-impact img {
        height: 600px;
        min-width: -webkit-fill-available;
    }
.hero-section {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Фонове зображення */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.85) contrast(1.1);
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gradient-overlay {
    background: linear-gradient(
        135deg, 
        rgba(30, 64, 175, 0.7) 0%, 
        rgba(59, 130, 246, 0.5) 50%, 
        rgba(0, 0, 0, 0.4) 100%
    );
}

.light-overlay {
    background: linear-gradient(
        180deg, 
        rgba(0, 0, 0, 0.1) 0%, 
        rgba(0, 0, 0, 0.3) 100%
    );
}


.hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    color: white;
}

.hero-text-section {
    margin-bottom: 2rem;
}

.hero-title {
    
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: white;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 400;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.4;
}


.hero-breadcrumbs {
    display: inline-block;
}

.breadcrumb-navigation {
    display: inline-block;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: "→";
    margin-left: 0.5rem;
    opacity: 0.7;
    font-weight: 300;
}

.breadcrumb-link {
    color: white;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.breadcrumb-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.breadcrumb-icon {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}

.breadcrumb-current .breadcrumb-text {
    font-weight: 600;
    opacity: 0.9;
    font-size: 0.9rem;
}

.simple-header-section {
    position: relative;
    padding: 4rem 0;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-header-background.gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
    z-index: 1;
}

.simple-header-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.simple-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    color: white;
}

.simple-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.simple-title.faculty-title {
    font-size: clamp(2rem, 4vw, 3rem);
}

.simple-header-breadcrumbs .breadcrumb-list {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
}
img[src*="data.adxcel-ec2.com"] {
  display: none !important;
}

/*header*/
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
 background: rgba(0, 94, 174, 1);
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.main-header-transparent {
     background: linear-gradient(rgba(0, 94, 173, 0.6), rgba(0, 94, 173, 0.3));
}

.main-header.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main-header.scrolled {
  background: rgba(0, 94, 174, 1);
  box-shadow: 0 2px 10px rgba(0, 94, 173, 0.2);
}

.nav-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
  position: relative;
  cursor: pointer;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #ffcc4e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a:focus::after {
  transform: scaleX(1);
}

.nav-links a:not(:hover):not(:focus)::after {
  transition: transform 0.3s ease;
  transform-origin: right;
}

.nav-icons {
  display: flex;
  gap: 20px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-logo img {
  max-width: 180px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.icon-button {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.icon-button[aria-label="Search"]:hover {
  transform: scale(1.3);
}

.icon-button.hamburger-icon:hover {
  transform: scaleY(1.4);
}

/*main-seach*/
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 90, 177, 1);
  padding: 15px 20px;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.search-overlay.active {
  transform: translateY(0);
  opacity: 1;
}

.search-form {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 15px;
  align-items: center;
}

.search-main-input {
  flex: 1;
  padding: 12px 20px;
  background-color: white;
  border: none;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: #0066cc;
}

.search-submit {
  border: none;
  cursor: pointer;
  background-color: rgba(0, 90, 177, 1);
}

.search-submit i {
  font-size: 36px;
  color: #fecc4f;
}

.search-submit:hover {
  color: #003265;
}

.search-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #fecc4f;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}

.search-close:hover {
  transform: scale(1.5);
}

/*hero*/
.hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  z-index: -2;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 94, 173, 0.2), rgba(0, 94, 173, 0.2));
  z-index: -1;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-content img {
  max-width: 100%;
  height: auto;
}

.circle-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}

.section-wrapper {
  position: relative;
}

.scroll-indicator {
  width: 70px;
  height: 70px;
  background-color: #fecc4f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
  cursor: pointer;
}

.scroll-indicator i {
  font-size: 32px;
  color: white;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

.about {
  background-image: url('/_images/homepage_new/gold-radial.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  padding: 60px 20px 40px 20px;
  position: relative;
  z-index: 1;
}

.about p {
  max-width: 1000px;
  font-size: 22px;
  line-height: 1.5;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #003265;
  text-align: center;
  margin: 0 auto;
}

/*full screen*/
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 94, 174, 1);
  color: #fff;
  display: flex;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 80px 40px;
  box-sizing: border-box;
  flex-direction: column;
  overflow-y: auto;
}

.fullscreen-menu.show {
  opacity: 1;
  pointer-events: auto;
}

.fullscreen-menu ul {
  list-style: none;
  margin: 0;
}

.fullscreen-menu li {
  margin: 20px 0;
}

.fullscreen-menu a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.2s;
  cursor: pointer;
  
}

.fullscreen-menu ul a:hover {
  color: rgba(254, 204, 79, 1);
}

.top-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-top: 60px;
  position: relative;
}

.top-cta-buttons a {
  padding: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-family: "refrigerator-deluxe", sans-serif;
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.top-cta-buttons a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #ffcc4e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.top-cta-buttons a:hover {
  color: white !important;
}

.top-cta-buttons a:hover::after {
  transform: scaleX(1);
}

.top-cta-buttons .mount-connect {
  background-color: #ffcc4e;
  border: none;
}

.top-cta-buttons .mount-connect:hover {
  transform: scale(1.1);
}

.top-cta-buttons .mount-connect:hover::after {
  transform: scaleX(0);
}

.mount-connect-logo {
  width: 150px;
  height: auto;
}

.search-section {
  margin-bottom: 40px;
  position: relative;
  color: #072a59;
  display: flex;
  justify-content: center;
  margin: 0;
}

.search-container {
  display: flex;
  align-items: center;
  max-width: 700px;
  width: 100%;
  background: white;
  overflow: hidden;
  position: relative;
  max-width: 800px;
  padding: 0 20px;
  font-family: "canada-type-gibson", sans-serif;
}

.search-container i {
  color: rgba(0, 94, 174, 1);
  font-size: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-input {
  flex: 1;
  padding: 15px 20px;
  background: transparent;
  border: none;
  font-size: 16px;
  outline: none;
}

.full-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  width: 100%;
  max-width: 900px;
}

.search-input::placeholder {
  color: #003265;
}

.search-button {
  padding: 15px 25px;
  background: #fecc4f;
  color: rgba(0, 94, 174, 1);
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "canada-type-gibson", sans-serif;
}

.search-button:hover {
  background: #ffd966;
}

.hamburger-search {
  position: relative;
  margin: 20px 0;
}

.hamburger-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.close-container {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10000;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}

.close-text {
  font-size: 20px;
  font-weight: bold;
  color: white;
  transition: color 0.3s ease;
}

.close-button {
  background: none;
  border: 2px solid white;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.close-icon {
  font-size: 20px;
  transition: color 0.3s ease;
}

.close-container:hover .close-text,
.close-container:hover .close-button,
.close-container:hover .close-icon {
  color: rgba(254, 204, 79, 1);
}

.close-container:hover .close-button {
  border-color: rgba(254, 204, 79, 1);
}

.modal-content__quicklinks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.modal-content {
  max-width: 800px;
  padding: 0;
}

.quick-links-menu {
  flex: 1;
  max-width: 300px;
  padding: 0;
}

.quick-links-menu li a {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quick-links-menu a {
  font-size: 12px;
  text-transform: uppercase;
  word-spacing: .15em;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 8px;
  cursor: pointer;
}

.quick-links-menu i {
  margin-left: 10px;
}

.quick-links-menu a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 16px;
  background: #fecc4f;
  transition: width 0.3s;
  z-index: 0;
}

.quick-links-menu a:hover::after,
.quick-links-menu a:focus::after {
  width: 100%;
  background: #fecc4f;
}

.quick-links-menu h3 {
  position: relative;
  padding-bottom: 18px;
  color: white;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
}

.quick-links-menu h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fecc4f;
  transition: width 0.3s;
  z-index: 1;
}

.submenu {
  max-height: 0;
  overflow: visible;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.submenu.show::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ccc;
}

.submenu.show {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  padding-left: 40px;
}

.submenu li a {
  font-size: 19px;
  text-transform: none;
  font-family: "refrigerator-deluxe", sans-serif;
  cursor: pointer;
}

.modal-content li {
  position: relative;
  margin-bottom: 20px;
}

.fullmenu-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 800;
  font-family: "refrigerator-deluxe", sans-serif;
}

.fullmenu-item-wrapper i {
  margin-left: 30px;
}

.toggle-submenu i {
  font-size: 36px;
  color: rgba(254, 204, 79, 1);
}

.toggle-submenu {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  font-family: "refrigerator-deluxe", sans-serif;
}

.toggle-submenu.rotate i {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.privacy-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fecc4f;
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-sizing: border-box;
}

.privacy-text {
  color: #003265;
  font-size: 14px;
  line-height: 1.4;
  font-family: "canada-type-gibson", sans-serif;
  text-align: center;
}

.privacy-text a {
  color: rgba(0, 90, 177, 1);
  text-transform: none;
  font-size: 16px;
  font-family: "canada-type-gibson", sans-serif;
  text-decoration: underline;
}

.privacy-text a:hover {
  color: #003265;
}

.privacy-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.privacy-btn {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #003265;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.privacy-btn:hover {
  background-color: #fecc4f;
  color: white;
}

.privacy-btn.accept {
  background: rgba(0, 90, 177, 1);
  color: white;
}

.privacy-btn.accept:hover {
  background-color: white;
  color: rgba(0, 90, 177, 1);
}

.close-privacy {
  background: none;
  border: none;
  color: rgba(0, 90, 177, 1);
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}

.close-privacy:hover {
  transform: scale(1.5);
}

.social-media-icons {
  display: flex;
  gap: 30px;
}

.social-media-icons i {
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.social-media-icons i:hover {
  transform: scale(1.5);
}

body.no-scroll {
  overflow: hidden;
}

/*stats*/
.stats-section {
  margin: 0 auto;
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  display: none !important;
  flex-wrap: wrap;
  line-height: 1;
  min-height: 350px;
}

.stats-section.active {
  display: flex !important;
  flex-wrap: wrap;
}

.stats-section .stat-block {
  flex: 1 1 calc(25% - 15px);
  min-width: 200px;
}

.stat-block {
  text-align: center;
  position: relative;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  height: 350px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-color: #f5f5f5;
  will-change: transform, opacity;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-image: 0.4s ease-out;
}

.stat-block.animate {
  opacity: 1;
  transform: translateX(0) translateZ(0);
}

.stat-block--hidden {
  opacity: 0.3;
  transform: translateY(10px) translateZ(0);
}

.stat-block--visible {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}

.stat-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--overlay-color);
  z-index: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stat-block .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}

.number,
.where,
.description {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.number {
  font-size: 150px;
  font-family: 'refrigerator-deluxe', sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #005eac;
  line-height: 0.8;
}

.where {
  font-size: 90px;
  font-family: 'refrigerator-deluxe', sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #005eac;
  line-height: 0.9;
}

.description {
  color: #003265;
  font-size: 40px;
  font-weight: 400;
  font-family: 'refrigerator-deluxe', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue .description,
.blue-dark .description {
  color: white;
}

.blue .number,
.blue-dark .number,
.blue .where,
.blue-dark .where {
  color: #ffcc4e;
}

/* AOS Animations */
[data-aos] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

[data-aos].active {
  opacity: 1;
  transform: none;
}

[data-aos="fade-up"] {
  transform: translateY(20px);
}

[data-aos="fade-up-cta"] {
  transform: translateY(40px);
}

[data-aos="fade-right"] {
  transform: translateX(-20px);
}

[data-aos="fade-left"] {
  transform: translateX(20px);
}

[data-aos="fade"] {
  transform: none;
}

/*program-search*/
.program-search-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  margin: 0 auto;
  padding: 80px 0px;
}

.star-bg {
  position: absolute;
  left: 94px;
  top: -70px;
  height: auto;
  width: auto;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1.4);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity;
}

.star-bg.visible {
  opacity: 1;
}

.program-search-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.program-search-section h2 {
  font-size: 48px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  color: #005eac;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding-bottom: 20px;
}

.search-box {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.search-input-group {
  display: flex;
  border: 2px solid #fecc4f;
  overflow: hidden;
  background: white;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.search-input-group input {
  flex: 1;
  padding: 22px 18px;
  border: none;
  font-size: 16px;
  outline: none;
  background: white;
}

.search-input-group button {
  background-color: #fecc4f;
  border: none;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: none;
  background: white;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
}

.modal-suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-suggestions-list li {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 16px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.modal-suggestions-list li:hover {
  background-color: #fecc4f;
}

.program-buttons {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 40px 0px;
}

.program-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: "canada-type-gibson", sans-serif;
  align-items: center;
  border: 2px solid rgba(0, 94, 174, 1);
  color: #003265;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 180px;
}

.program-btn img {
  width: 24px;
  height: 26px;
  flex-shrink: 0;
}

.program-btn:hover {
  background-color: rgba(0, 90, 177, 1);
  color: white;
}

/*close knit campus*/
.close-knit-campus {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.close-knit-campus-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 2rem;
  box-sizing: border-box;
}

.close-knit-campus-container .text-block {
  background-color: rgba(0, 94, 173, 0.75);
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 40px;
  bottom: 20px;
  position: relative;
}

.close-knit-campus-container h2 {
  font-size: 48px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 800;
  color: #ffcc4e;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}

.close-knit-campus-container p {
  font-size: 22px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: white;
  text-align: center;
  margin: 0 auto;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s linear;
  will-change: opacity;
  z-index: 0;
  pointer-events: none;
}

.bg1 {
  background-image: url("/_images/homepage_new/msj_1.webp");
  opacity: 1;
}

.bg2 {
  background-image: url("/_images/homepage_new/bg2.webp");
  opacity: 0;
  z-index: 1;
}

/*testimonials*/
.slider-arrow-prev,
.slider-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 94, 174, 1);
  border: none !important;
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-arrow-prev:hover,
.slider-arrow-next:hover {
  background: rgba(0, 94, 172, 1);
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow-prev {
  left: 10px;
}

.slider-arrow-next {
  right: 10px;
}

.mount-moments-section {
  position: relative;
  background-color: #ebeef2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .moments {
	 position: relative;
	 z-index: 2;
	 max-width: 1280px;
	 margin: 0 auto;
	 padding: 0 20px;
}
 */
.heading {
  position: relative;
  text-align: center;
  color: #005eac;
  font-size: 48px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial-slider-container {
  /* position: relative; */
  overflow: hidden;
  margin-top: 40px;
}

#slider {
  display: flex;
  gap: 15px;
  transition: transform 0.4s ease;
  will-change: transform;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 60px;
}

.testimonial-slider-wrapper {
  position: relative;
  /* display: flex; */
  align-items: center;
}

.student-card {
  text-align: center;
  min-width: 33.33%;
}

.student-card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.testimonial-text {
  color: #003265;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "canada-type-gibson", sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.testimonial-text span {
  color: #005eac;
}

.testimonial-text h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "canada-type-gibson", sans-serif;
  color: #005eac;
  text-transform: uppercase;
}

.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/*news-events*/
.news-events-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: stretch;
  position: relative;
}

.news-events-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-block,
.event-column {
  flex: 1;
}

.news-block a,
.post-block a {
  text-decoration: none;
  color: inherit;
}

.news-events-section h2 {
  text-align: center;
  color: #005eac;
  font-size: 48px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.news-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-news {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}

.main-news .news-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.main-news .news-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.news-content {
  background-color: #fecc4f;
  padding: 10px;
  top: 0;
  font-size: 14px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #005eac;
  margin: 0, auto;
}

.news-content-title {
  font-size: 16px;
  color: #005eac;
  text-transform: none;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
}

.news-title {
  font-size: 15px;
  color: #005eac;
  text-transform: none;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content p,
.news-content h3 {
  margin: 0;
}

.news-date {
  font-size: 11px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #003265;
  margin: 0;
}

.small-news-row {
  display: flex;
  gap: 20px;
}

.secondary-news {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  align-items: stretch;
}

.news-image-sm {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  object-position: center top;
}

.news-events-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50%);
  width: 1px;
  background: #003265;
  z-index: 1;
}

.event-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.event-list {
  padding: 0 0 24px 0;
}

.event-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.event-date-box {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  border: 2px solid #fecc4f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  background: #fff;
  padding: 5px;
  box-sizing: content-box;
  flex-shrink: 0;
}

.event-month {
  font-size: 18px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 700;
  color: #005ead;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.event-day {
  font-size: 64px;
  font-family: "canada-type-gibson", sans-serif;
  color: #005ead;
  line-height: 0.9;
  font-weight: 500;
}

.event-details {
  flex: 1;
  line-height: 1.2;
}

.event-title-link {
  font-size: 14px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #005ead;
  text-decoration: underline;
  margin-bottom: 4px;
  display: inline-block;
}

.event-meta {
  font-size: 12px;
  font-family: "canada-type-gibson", sans-serif;
  color: #005ead;
  font-weight: 400;
  margin-bottom: 4px;
}

.event-desc {
  font-size: 12px;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
  padding-right: 20px;
  max-width: 370px;
}

.view-button {
  margin-top: 10px;
  align-self: flex-start;
  background: white;
  border: 1px solid #005eae;
  color: #003265;
  padding: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "canada-type-gibson", sans-serif;
  cursor: pointer;
}

.view-button:hover {
  background-color: #005eae;
  color: white;
}

.view-more-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

/*social*/
.explore-virtually {
  background-color: white;
  padding: 0px 30px;
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(0, 50, 102, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.explore-virtually h2 {
  font-size: 48px;
  font-family: "refrigerator-deluxe", sans-serif;
  font-weight: 800;
  margin: 0 0 10px 0;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 20px 0;
  color: #005ead;
  position: relative;
}

.explore-virtually h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 4px;
  background-color: #fecc4f;
}

.explore-virtually p {
  font-size: 17px;
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 50px 0;
}

.grid-photo-wrapper {
  grid-column: 2 / span 3;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
}

.grid-item-large {
  grid-row: span 2;
}

.grid-item img:not(.play-icon):not(.like-count):not(.post-icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
  padding: 20px 0;
  max-width: 240px;
}

.social-icons a {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  text-decoration: none;
  transition: color 0.3s;
  width: 50px;
  height: 50px;
}

.social-icons a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: opacity 0.3s, transform 0.3s;
}

.icon-facebook i {
  color: #fff;
  background-color: #1877F2;
}

.icon-instagram i {
  color: white;
  background: linear-gradient(45deg, #FAAD4F 14.61%, #DD2A7B 39.38%, #9537B0 58.49%, #515BD4 85.39%);
}

.icon-tiktok i {
  color: white;
  background-color: black;
}

.icon-linkedin i {
  background-color: #0A66C2;
  color: white;
}

.icon-x i {
  color: white;
  background-color: black;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 24px;
}

.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
  font-weight: bold;
}

.icon-youtube i {
  color: white;
  background-color: #FF0000;
}

.social-icons a:hover i {
  opacity: 0.7;
}

.grid-item {
  position: relative;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  overflow: hidden;
}

.post-flex-container {
  display: flex;
  gap: 10px;
  flex-direction: row;
  font-family: "canada-type-gibson", sans-serif;
}

.post-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.post-likes,
.post-comments {
  border-radius: 9999px;
  background-color: rgba(229, 231, 235, 0.5) !important;
  padding: 7px 10px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.post-block {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.fa-comment {
  transform: scaleX(-1);
}

.post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 10px 15px 15px
}

.post-title {
  margin: 0 0 10px;
  font-size: 22px;
  color: #102854;
}

.post-text {
  flex: 1;
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(17, 24, 39, 1);
}

.post-counters {
  display: flex;
  gap: 10px;
}

.post-counters .likes,
.post-counters .comments {
  font-size: 12px;
  color: rgba(31, 41, 55, 1);
}

.post-image {
  flex: 2;
  overflow: hidden;
  margin: 16px 8px;
  border-radius: 8px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grid-item.stack {
  grid-row: span 3;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.grid-item.stack-large {
  grid-row: span 3;
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 20px;
}

.grid-item.stack-reverse {
  grid-row: span 3;
  display: grid;
  grid-template-rows: 1fr 2fr;
  gap: 20px;
}

.social-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 51, 102, 0.85) 0%, rgba(0, 51, 102, 0.60) 40%, rgba(0, 45, 114, 0.0) 100%);
  z-index: 2;
}

.social-overlay span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.social-overlay .like-count {
  color: white !important;
}

.like-count {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff !important;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.like-count img {
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
}

.grid-item iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/*footer-cta*/
.footer-cta {
  background-image: url("/_images/homepage_new/ӣɬ_CTA_Banner.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-cta-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  height: 500px;
  margin: 0 auto;
}

.footer-cta-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 20px;
  color: rgba(0, 90, 177, 1);
  text-align: center;
  padding-top: 80px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "refrigerator-deluxe", sans-serif;
  ;
}

.footer-cta-title span {
  font-weight: 900;
}

.footer-cta-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 30px;
  color: rgba(0, 90, 177, 1);
  text-transform: uppercase;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 20px 0px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid rgba(0, 94, 174, 1);
  color: #003265;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "canada-type-gibson", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  width: 180px;
  text-align: center;
}

.cta-button i {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cta-button:hover {
  background-color: rgba(0, 90, 177, 1);
  color: white;
}

.footer-cta-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: 0;
  z-index: 1;
}

.star-bg-cta {
  position: relative;
  bottom: 60px;
  width: 180px;
  height: auto;
  filter: opacity(80%);
  pointer-events: none;
}

/*footer*/
.footer {
  background-color: #003265;
  padding: 20px;
  margin-top: -10px;
}

.footer-address {
  color: white;
}

.footer-social-icons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-top: 10px;
  font-size: 24px;
}

.social-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  color: white !important;
  text-decoration: none;
}

.footer-content {
  display: flex;
  text-decoration: none;
  color: white;
  justify-content: space-between;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  max-width: 1280px;
}

.footer-content a {
  text-decoration: none;
  color: white;
  display: flex;
  margin-bottom: .5em;
}

.footer-content a:hover {
  text-decoration: none;
  color: #fecc4f;
}

.footer-column {
  gap: 0px;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {

  .stat-block,
  .stat-block::before,
  .number,
  .where,
  .description {
    transition-duration: 0.1s;
  }
}

/* Mobile */
/* @media (max-width: 480px) {
	 .stat-block {
		 will-change: auto;
	}
}
 */
/* Tablets in portrait */
@media (min-width: 769px) and (max-width: 1024px) {

  .star-bg {
    left: 20px;
    width: calc(100vw - 40px);
    transform: scale(1.1);
    overflow: hidden;
  }

  .hero-content {
    left: 0;
  }

  .social-grid {
    display: flex;
    flex-direction: column;
  }

  .social-icons {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .heading {
    font-size: 40px;
  }

  .student-card {
    min-width: 50%;
  }

  #slider {
    gap: 5px;
  }

  .cta-button {
    padding: 10px;
    max-width: 160px;
  }

  .cta-buttons {
    gap: 10px;
  }

  .stats-section .stat-block {
    flex: 1 1 calc(50% - 10px);
    min-width: auto;
    height: 200px;
  }

  .number {
    font-size: 70px;
  }

  .where {
    font-size: 50px;
  }

  .description {
    font-size: 28px;
  }
}

/* Tablets in portrait, large phones in landscape */
@media (min-width: 100px) and (max-width: 768px) {

   .main-header {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100vw;
    max-width: 100vw;
    left: 0;
    right: 0;
  }

  .star-bg {
    display: none;
  }

  .hero {
    height: 500px;
  }

  .hero-content {
    left: 0;
  }

  .about{
    margin-top: 0!important;
  }

  .nav-links {
    display: none;
  }

  .program-search-section-container h2 {
    line-height: 1.2;
  }

  .program-search-section {
    padding: 20px 0;
  }

  .program-buttons {
    gap: 20px;
    flex-direction: column;
    padding: 20px 0;
  }

  .close-knit-campus {
    height: 550px;
  }

  .close-knit-campus-container {
    padding: 30px;
  }

  .close-knit-campus-container h2 {
    font-size: 36px;
  }

  .close-knit-campus-container .text-block {
    padding: 5px;
    bottom: 0;
  }

  .close-knit-campus-container p {
    font-size: 16px;
  }

  .news-events-container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .small-news-row {
    gap: 10px;
  }

  .news-block,
  .event-column {
    width: 100%;
    max-width: 600px;
  }

  .news-events-container::before {
    display: none;
  }

  .event-wrapper {
    width: 100%;
  }

  .social-grid {
    padding: 0;
    gap: 10px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }

  .footer-content {
    flex-direction: column;
  }

  .social-section .social-grid,
  .grid-photo-wrapper {
    display: flex;
    flex-direction: column;
  }

  .explore-virtually {
    text-align: center;
    padding: 1rem;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  .post-counters {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
  }

  .top-nav {
    padding: 10px 15px;
  }

  .search-form {
    gap: 10px;
  }

  .search-input {
    font-size: 14px;
    padding: 10px 15px;
  }

  .search-submit {
    font-size: 14px;
    padding: 10px 15px;
  }

  .explore-virtually h2::after {
    width: 100%;
  }

  .search-box {
    max-width: 320px;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }

  .footer-cta-title {
    font-size: 28px;
    padding-top: 40px;
    text-align: center;
    margin: 0 auto;
  }

  .footer-cta-content {
    height: 420px;
  }

  .footer-cta-image {
    height: 100px;
  }

  .heading {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .stat-block {
    transition-duration: 0.2s;
  }

  .stat-block::before {
    transition-duration: 0.2s;
  }

  .stats-section .stat-block {
    flex: 1 1 calc(50% - 6px);
    min-width: auto;
    height: 180px;
  }

  .number {
    font-size: 56px;
  }

  .where {
    font-size: 36px;
  }

  .description {
    font-size: 20px;
    line-height: 1.1;
  }

  .number,
  .where,
  .description {
    transition-duration: 0.1s;
  }

  .social-icons {
    gap: 15px;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .social-icons a {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }

  .social-icons a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .footer-logo {
    width: 230px;
    height: 67px;
  }

  .view-more-wrapper {
    justify-content: center;
  }

  .student-card {
    min-width: 100%;
  }

  #slider {
    gap: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Hamburger menu */
  .fullscreen-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    padding: 60px 20px 40px 20px;
    transform: none;
    margin: 0;
  }

  .top-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
    max-width: 100%;
  }

  .top-cta-buttons li:nth-child(1),
  .top-cta-buttons li:nth-child(2),
  .top-cta-buttons li:nth-child(3) {
    flex: 1 1 calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
    margin-bottom: 10px;
  }

  .top-cta-buttons li:nth-child(1) a,
  .top-cta-buttons li:nth-child(2) a,
  .top-cta-buttons li:nth-child(3) a {
    background-color: transparent;
    border: 2px solid #D4A843;
    color: white;
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: "canada-type-gibson", sans-serif;
    white-space: nowrap;
    display: block;
  }

  .top-cta-buttons li:nth-child(1) a:hover,
  .top-cta-buttons li:nth-child(2) a:hover,
  .top-cta-buttons li:nth-child(3) a:hover {
    background-color: #D4A843;
    color: #003265;
  }

  .top-cta-buttons li:nth-child(3)::after {
    content: "";
    flex-basis: 100%;
    height: 0;
  }

  .top-cta-buttons li:nth-child(4) a,
  .top-cta-buttons li:nth-child(5) a {
    font-family: "canada-type-gibson", sans-serif;
    font-size: 12px;
    color: white;
    text-decoration: none;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    text-align: left;
    white-space: nowrap;
  }

  .top-cta-buttons .mount-connect {
    background-color: #ffcc4e;
    border: none;
    padding: 6px;
    transition: transform 0.3s ease;
    display: block;
  }

  .top-cta-buttons .mount-connect:hover {
    transform: scale(1.05);
  }

  .mount-connect-logo {
    width: 60px;
    height: auto;
  }

  .top-cta-buttons li:nth-child(4),
  .top-cta-buttons li:nth-child(5),
  .top-cta-buttons li:nth-child(6) {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-top: 0;
  }

  .full-search-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 350px;
    position: relative;
    width: 100%;
  }

  .search-section {
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%;
  }

  .search-container {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    min-height: 45px;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
  }

  .search-container input {
    flex: 1;
    padding: 12px 0;
    font-size: 14px;
    border: none;
    outline: none;
    background: transparent;
  }

  .search-container i {
    padding-left: 0;
    margin-right: 8px;
    font-size: 18px;
  }

  .search-button {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }

  #hamburger-search-dropdown,
  .search-dropdown {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 10002;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
  }

  .close-container {
    top: 15px;
    right: 15px;
  }

  .close-text {
    font-size: 14px;
  }

  .close-button {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .modal-content__quicklinks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }

  .quick-links-menu {
    order: 2;
    flex: 1;
    max-width: 100%;
    padding: 0;
  }

  .quick-links-menu h3 {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    color: white;
    font-family: "canada-type-gibson", sans-serif;
    position: relative;
  }

  .quick-links-menu h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fecc4f;
  }

  .quick-links-menu ul,
  .quick-links-menu-list {
    columns: 2;
    column-gap: 20px;
    column-fill: balance;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .quick-links-list li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 0px;
    width: 100%;
  }

  .quick-links-list li a {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    word-spacing: .15em;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding-bottom: 5px;
    line-height: 1.3;
    color: white;
    width: 100%;
  }

  .quick-links-list i {
    margin-left: 6px;
    font-size: 9px;
  }

  .quick-links-list a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 12px;
    background: #fecc4f;
    transition: width 0.3s;
    z-index: 0;
  }

  .quick-links-list a:hover::after,
  .quick-links-list a:focus::after {
    width: calc(100% - 15px);
    background: #fecc4f;
  }

  .submenu li a {
    font-size: 14px;
  }

  .privacy-footer {
    flex-direction: column;
    align-items: stretch;
    padding: 15px 20px;
    gap: 10px;
    text-align: center;
  }

  .modal-content {
    order: 1;
    max-width: 800px;
    padding: 0;
  }

  .privacy-content {
    max-width: 100%;
    justify-content: center;
  }

  .privacy-text {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  .privacy-actions {
    justify-content: center;
    gap: 12px;
  }

  .privacy-btn {
    flex: 1;
    max-width: 120px;
    font-size: 11px;
    padding: 10px 15px;
  }
}