* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Libertinus Sans";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/libertinus-sans@latest/latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #031D44;
  background-image: none;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #031D44;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'IBM Plex Sans', sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 20px;
}

.h4,
h4 {
  font-size: 1.26rem;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-weight: 600;
}

a img,
iframe {
  border: none;
}

p {
  color: #031D44;
  line-height: 28px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

.inc-border {
  border-top: 1px solid #e7e7e7;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.btn i {
  font-size: 12px;
  margin-left: 0;
  position: relative;
  top: 1px;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
  position: relative;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background: rgba(255, 53, 20, 0.03);
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-theme {
  background-color: #350b2d;
}

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #350b2d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #350b2d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.gradient-theme::after {
  background: linear-gradient(to bottom, #ff2d0c 0%, #ff7c68 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.gradient-dark::after {
  background: linear-gradient(to bottom, #022147 0%, #2a3644 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.gradient-light::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%) repeat scroll 0 0;
  height: 100%;
  width: 70%;
}

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


/* header */
.container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}


.header-top {
  background: #fff;
  padding: 15px 0;
}

#openSearch {
  cursor: pointer;
}

.top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-section img {
  height: 60px;
  display: block;
}

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

.top-nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.top-link {
  text-decoration: none;
  color: #031D44;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-top .aip-login {
  font-weight: 400;
  text-decoration: underline;
}

.header-top .aip-login:hover {
  text-decoration: none;
}

/* --- Main Gold Navigation --- */
#block-hcaa-main-menu {
  display: block;
}

.main-nav {
  background-color: #BB9430;
  position: relative;
  z-index: 1000;
  min-height: 50px;
  display: block !important;
}

/* Desktop Menu Styles */
.nav-menu {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  display: block;
  padding: 15px 8px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
}

.nav-menu li a:hover {
  color: #031D44;
}

/* Dropdown Icon */
.nav-menu li a i {
  margin-left: 5px;
  font-size: 10px;
  transition: transform 0.3s;
}

/* Desktop Dropdown (Hover) */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #031D44;
  list-style: none;
  border: 1px solid #031D44;
}

.sub-menu li a {
  color: #031D44;
  padding: 12px 15px;
  text-transform: none;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  width: 100%;
  text-align: left;
}


/* Mobile Hamburger Icon (Shown on Mobile only) */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  margin-left: auto;
}

/* --- Mobile Sidebar Design (Right Side) --- */
@media (min-width: 1024.1px) {
  .nav-menu li:hover .sub-menu {
    display: block;
  }
}

@media (max-width: 1500px) {
  .nav-menu li a {
    font-size: 18px;
  }
}

@media (max-width: 1439px) {
  .top-link {
    font-size: 16px;
  }
}

@media (max-width: 1299px) {
  .nav-menu li a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* Initially hidden */
    width: 320px;
    height: 100vh;
    background: #BB9430;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
    transition: 0.4s ease-in-out;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }

  .top-nav-links {
    gap: 26px;
    margin-bottom: 20px;
  }

  .nav-menu.active {
    right: 0;
  }

  .top-flex {
    flex-direction: column-reverse;
  }

  .logo-section {
    margin-right: auto;
  }

  .menu-toggle i {
    color: #031D44;
  }

  .menu-toggle {
    display: block;
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: -80px;
  }

  /* Close Icon (X) in Sidebar */
  .close-sidebar {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }

  .nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-menu li a {
    padding: 20px 25px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  /* Mobile Sub-menu Styling */
  .sub-menu {
    position: static;
    background: #9c7b39;
    width: 100%;
    display: none;
    box-shadow: none;
    border: none;
  }

  .sub-menu.show {
    display: block;
  }

  .sub-menu li a {
    color: white;
    padding: 15px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

}

@media (max-width: 639px) {
  .top-nav-links {
    gap: 14px;
  }

  .top-link {
    font-size: 14px;
  }

  .logo-section img {
    height: 60px;
  }

  .menu-toggle {
    top: -76px;
  }
}

.close-sidebar {
  display: none;
}

/* Search Bar Overlay */
.search-overlay {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 90px;
  background: #031D44;
  z-index: 3000;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay.active {
  top: 0;
}

.search-container {
  width: 80%;
  position: relative;
}

.search-container input {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  outline: none;
}

.close-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--primary-blue);
  font-size: 20px;
}

/* Banner Main Section */
.banner {
  /* background: linear-gradient(rgba(0, 11, 48, 0.65), rgba(0, 11, 48, 0.45)),
    url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  height: 657px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

/* Banner Text Content */
.banner-content {
  z-index: 2;
}

.banner-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.banner-subtitle {
  font-size: 16px;
  color: #BB9430;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Accessibility Icon Fixed at Bottom Right */
.accessibility-icon {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 20px;
  background-color: #2b70c9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.accessibility-icon i {
  font-size: 24px;
  color: white;
}

.announcement-all:active,
.announcement-all:focus,
.announcement-all:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
}

.announcement-all {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
}

/* --- Swiper Announcements (FIXED) --- */
.sec-padding {
  padding: 40px 0;
}

.heading-block h2 {
  font-size: 32px;
  font-weight: 700;
}

.announcements {
  background: #031D44;
  color: #fff;
}

.ann-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.ann-header h2 {
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
}

.ann-card .file-icon {
  font-size: 20px;
}

/* Swiper Container Settings */
.ann-swiper {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 50px !important;
}

.card-tag span {
  margin-right: 6px;
}

.ann-card {
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 20px;
  min-height: 260px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ann-card:hover {
  border-color: #BB9430;
  background: rgba(255, 255, 255, 0.05);
}

.card-tag {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  margin-bottom: 12px;
}

.ann-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}

.ann-card p.date {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.read-more {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.read-more:hover {
  color: #fff;
}

.read-more span {
  margin-left: 8px;
}

/* Pagination Dots Positioning */
.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #BB9430 !important;
  opacity: 1 !important;
  width: 35px !important;
  border-radius: 10px !important;
  transition: 0.3s;
}


.quick-categorie .heading-block h2 {
  color: #031D44;
  letter-spacing: 2px;
}

.quick-categorie .heading-block {
  margin-bottom: 50px;
  padding: 0 50px;
}

.categorie-item h4 {
  color: #031D44;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.categorie-item h4 a {
  color: #031D44;
}

.categorie-item p {
  color: #031D44;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}

.categorie-img {
  position: relative;
  margin-bottom: 14px;
}

.categorie-img img {
  width: 100%;
  height: 550px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.categorie-img-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  color: #fff;
}

.categorie-img-icon i {
  color: #fff;
  font-size: 40px;
}

.categorie-img .categorie-img-icon img {
  height: 70px;
}

.categorie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0 50px;
}

.categorie-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(3, 29, 68, 0) 0%,
      rgba(3, 29, 68, 0.12) 40%,
      rgba(3, 29, 68, 0.35) 65%,
      rgba(3, 29, 68, 0.75) 100%);
  pointer-events: none;
  border-radius: 8px;
}

/* footer */
.site-footer-block {
  background-color: #031D44;
  color: #ffffff;
  border: none;

}

.footer-logo {
  margin-bottom: 20px;
}

.footer-grid {
  max-width: 1560px !important;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 100px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  font-weight: 500;
  color: #fff;
}

/* Logo and Contact Info */
.footer-logo img {
  height: 60px;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.footer-bottom p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 50px 0 0 0;
}

.contact-info p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 20px;
  line-height: 1;
}

.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  font-weight: 500;
}

.footer-links li a:hover {
  color: #BB9430;
}

/* Social Media Section */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons a {
  color: #ffffff;
  font-size: 20px;
  transition: opacity 0.3s;
}

.social-icons a:hover {
  opacity: 1;
  color: #BB9430;
}

/* hcaa */

.inner-banner {
  position: relative;
  width: 100%;
  height: 384px;
  background-image: linear-gradient(rgba(18, 44, 88, 0.8), rgba(18, 44, 88, 0.8)),
    url('../images/hcaa-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  background-repeat: no-repeat;
  border-bottom: 10px solid #BB9430;
}

.breadcrumb {
  position: absolute;
  top: 20px;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb span {
  font-weight: 700;
}

.inner-banner .container {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.inner-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  text-align: left;
}

.inner-banner-content .banner-content {
  margin-left: 250px;
  position: relative;
}

.inner-banner-content .banner-content h1::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 120px;
  height: 2px;
  background-color: rgb(255, 180, 0);
}

.inner-banner-content .banner-subtitle {
  font-size: 24px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: none;
}

.inner-banner-content .banner-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 40px auto;
}

.card-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px auto;
}

.card-grid-two .card-body h3 {
  min-height: auto;
}

.info-card {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
}

.card-icon {
  background-color: #001f3f;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 266px;
}

.card-icon img {
  height: 140px;
  object-fit: cover;
}

.card-body {
  padding: 10px 15px;
}

.card-body h3 a {
  color: #031D44;
}

.card-body h3 {
  font-size: 24px;
  color: #031D44;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.card-body p {
  font-size: 16px;
  font-weight: 500;
  color: #031D44;
  line-height: 1.3;
  margin: 0 0 40px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.member-card {
  display: flex;
  flex-direction: column;
}

.member-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.member-info {
  padding: 0;
}

.member-info h3 {
  min-height: auto;
  margin-bottom: 5px;
}

.member-info .designation {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #031D44;
  margin-bottom: 10px;
}

.member-info p {
  margin: 0;
}

.Georgios-grid {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 50px;
  align-items: start;
}

.profile-right-bio h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.profile-bio-text {
  padding-top: 10px;
}

.profile-right-bio .designation {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}

.profile-bio-text p {
  font-size: 16px;
  line-height: 22px;
}

.resume-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #031D44;
  text-decoration: none;
  color: #031D44;
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
  transition: 0.3s;
}

.resume-btn img {
  margin-right: 10px;
}

.resume-btn:hover {
  background-color: #BB9430;
  border: 1px solid #BB9430;
  color: #fff;
}

.contact-wrapper {
  gap: 160px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  padding: 0 60px;
}

/* Left Side Styling */
.contact-wrapper .info-column {
  flex: 1;
  min-width: 320px;
}

.contact-wrapper .faq-btn {
  display: block;
  background-color: #BB9430;
  color: #fff;
  text-align: center;
  padding: 13px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 25px;
  line-height: 1;
}

.contact-wrapper .section-title {
  font-size: 20px;
  font-weight: 600;
  color: #031D44;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.info-img-text {
  display: flex;
  align-items: center;
}

.info-img-text span {
  margin-right: 6px;
}

.contact-wrapper .address-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;

}

.contact-wrapper .map-placeholder img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
}

.contact-wrapper .details-section h3,
.hours-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.contact-wrapper .details-section p,
.contact-wrapper .hours-section p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contact-wrapper .details-section .mail-box {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #031D44;
  margin: 0;
}

.contact-wrapper .divider {
  border: none;
  border-top: 1px solid #BB9430;
  margin: 20px 0;
}

.contact-wrapper .details-section .section-title {
  margin: 15px 0 20px 0;
}

.contact-wrapper .time-row {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.contact-wrapper .social-link {
  margin-top: 30px;
}

.contact-wrapper .social-link a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.time-row .time-row-head {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.time-row p span {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-left: 60px;
}

/* Form Column Styling */
.contact-wrapper .form-column {
  flex: 1;
  min-width: 320px;
}

.contact-wrapper .form-column h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-wrapper .form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-wrapper .input-group {
  position: relative;
  flex: 1;
}

.contact-wrapper .full-width {
  margin-bottom: 10px;
}

.contact-wrapper input,
.contact-wrapper textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #031D4433;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  height: 50px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #031D4433 !important;
}

::placeholder {
  color: #515151 !important;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #515151 !important;
}

::-moz-placeholder {
  color: #515151 !important;
}

:-ms-input-placeholder {
  color: #515151 !important;
}

.contact-wrapper .required-star {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #bc943d;
  font-size: 18px;
}

.contact-wrapper .send-btn {
  background-color: #bc943d;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 12px 40px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
  margin-top: 10px;
}

.contact-wrapper .send-btn:hover {
  background-color: #a37f33;
}

/* history */

.header-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.header-text p {
  font-style: italic;
  line-height: 1;
  color: #031D44;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.timeline-wrapper {
  position: relative;
  margin: 50px auto 0;
}

.main-vertical-line {
  position: absolute;
  left: 50%;
  top: 14px;
  bottom: 0;
  width: 1px;
  background-color: #BB9430;
  transform: translateX(-50%);
}

.timeline-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

.image-box {
  width: 20%;
}

.image-box img {
  width: 100%;
  filter: grayscale(1);
  display: block;
  border-radius: 4px;
}

.content-box {
  width: 30%;
  padding: 0 0 0 25px;
}

.content-box h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0;
}

.content-box p {
  font-size: 16px;
  line-height: 22px;
}

.year-marker {
  display: flex;
  align-items: center;
  position: relative;
}

.year {
  color: #BB9430;
  font-size: 40px;
  font-family: "Libertinus Sans", sans-serif;
  font-style: bold;
}

.gold-connector {
  height: 1px;
  background: #bc943d;
  flex-grow: 1;
  position: relative;
}

.year-content {
  padding: 0 25px 0 0;
}

.gold-connector::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BB9430;
  border-radius: 50%;
  top: -4px;
}

.left-side {
  justify-content: flex-start;
}

.left-side .content-box {
  margin-left: 0;
}

.left-side .gold-connector {
  margin-left: 20px;
}

.left-side .gold-connector::after {
  left: 0;
}

.right-side {
  justify-content: flex-end;
}

.right-side .content-box {
  text-align: left;
  margin-right: 0;
  padding: 0 20px 0 0;
}

.right-side .gold-connector {
  margin-right: 20px;
}

.right-side .gold-connector::after {
  right: 0;
}

.right-side .year-content {
  padding-left: 25px;
}

.bottom-vertical-line {
  width: 1px;
  height: 50px;
  background: #BB9430;
  margin: 0 auto;
}

.bottom-section {
  text-align: center;
  margin-top: -20px;
}

.bottom-item {
  margin: 15px 0;
}

.bottom-item h3 {
  font-size: 24px;
  font-weight: 500;
}

.gold-year {
  color: #BB9430;
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.long-arrow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.arrow-line {
  width: 2px;
  height: 50px;
  background-color: #BB9430;
}

.arrow-head {
  width: 10px;
  height: 10px;
  border-right: 2px solid #BB9430;
  border-bottom: 2px solid #BB9430;
  transform: rotate(45deg);
  margin-top: -9px;
}

.vertical-connector-line {
  width: 1px;
  height: 40px;
  background-color: #BB9430;
  margin-bottom: 15px;
}

.timeline-wrapper .timeline-row:last-child {
  padding-bottom: 200px;
}

.Vision-row h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.Vision-row p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.Vision-row p:last-of-type {
  margin-bottom: 0;
}

/* ================= FILTER (image_954bdb.png reference) ================= */
.filter-bar {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.filter-toggle {
  display: flex;
  border: 1px solid #bc943d;
  border-radius: 4px;
  overflow: hidden;
}

.filter-btn {
  padding: 10px 16px;
  background: #fff;
  color: #BB9430;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  font-size: 20px;
  font-weight: 500;
}

.filter-btn.active {
  background: #BB9430;
  color: #fff;
}

.filter-btn:not(:last-child) {
  border-right: 1px solid #BB9430;
}

/* Working Dropdown Styles */
.filter-dropdown {
  position: relative;
}

.airport-section .dropbtn {
  padding: 10px 16px;
  border: 1px solid #BB9430;
  background: #fff;
  color: #BB9430;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 200px;
  justify-content: space-between;
  line-height: 1;
  height: 54px;
}

.airport-section .dropdown-menu,.airport-section .municipality-drop {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 100%;
  display: none;
  /* JS toggle korbe */
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.airport-section .dropdown-menu.show ,.airport-section .municipality-drop.show {
  display: block;
  z-index: 999;
}

/* Toggle class */

.airport-section .dropdown-menu li, .airport-section .municipality-drop li {
  list-style: none;
  padding: 12px 16px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

.airport-section .dropdown-menu li:hover, .airport-section .municipality-drop li:hover {
  background: #f4f4f4;
  color: #bc943d;
}

.airport-section h2 {
  font-size: 40px;
  font-weight: 700;
}

/* ================= LIST VIEW (image_95450f.jpg reference) ================= */
.airport-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.airport-grid .card {
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.airport-grid .card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.airport-grid .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-tag span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.airport-grid .location-tag {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.airport-grid .card h3 {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.airport-grid .more {
  font-size: 20px;
  color: #BB9430;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* MAP VIEW */
.airport-map {
  display: none;
}

#map {
  width: 100%;
  height: 550px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.logo-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 20px;
}

.logo-divider .line {
  flex: 1;
  height: 2px;
  background: #031D44;
  /* navy blue line */
}

.divider-logo {
  width: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-logo img {
  width: 100%;
  height: auto;
  display: block;
}


.main-heading {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #BB9430;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.validity-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Opening Hours Layout */
.hours-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.day-group {
  flex: 1;
  min-width: 140px;
  border-left: 1px solid #BB9430;
  padding-left: 10px;
  text-align: center;
}

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

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

.day-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.day-group p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}

/* Exceptions */
.exceptions-container {
  margin-bottom: 30px;
}

.label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip-row span {
  border: 1px solid #031D44;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* Info Split Layout */
.info-split {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.info-split .sub-heading {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #BB9430;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.small-label {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.address-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.btn-access {
  background-color: #c09d43;
  color: #fff;
  border: none;
  padding: 8px 18px;
  margin-top: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.info-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  border-top: 10px solid #BB9430;
}

.tel-block {
  margin-bottom: 30px;
}

.tel-block p {
  margin-bottom: 0;
}

.tel-block h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #BB9430;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.tel-block a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.tel-block a:hover {
  color: #BB9430;
}

/* Entities Section */
.entities-section .main-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.entity-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.entity-box {
  border: 1px solid #031D44;
  border-radius: 4px;
  padding: 15px;
}

.box-header {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flex-body {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.box-body {
  margin-top: 10px;
}

.box-body-item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.box-body-item p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.box-body-item a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.box-body-item a:hover {
  color: #BB9430;
}

.flex-body>div {
  flex: 1;
  border-right: 1px solid #BB9430;
}

.flex-body>div:last-child {
  border-right: none;
}

.entity-box strong {
  display: block;
  margin-bottom: 5px;
}

.underline-none {
  border-bottom: none;
}

/* .air-navigation-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}

.air-navigation-block p a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #BB9430;
  display: block;
  text-decoration: underline;
}

.air-navigation-block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
} */
.air-cont {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}

.air-cont a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #BB9430;
  display: block;
  text-decoration: underline;
}

.section-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #BB9430;
  display: block;
  text-decoration: underline;
  margin-top: 30px;
}

.section-link span {
  margin-top: 20px;
  display: block;
}


.news-section .filter-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.news-section .tab-btn {
  padding: 10px 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.news-section .tab-btn.active {
  background: #BB9430;
  color: #fff;
}

.news-section .news-item {
  border-bottom: 1px solid #BB9430;
  padding: 20px 0;
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.news-section .cat-tag {
  font-size: 16px;
  font-weight: 500;
  color: #021736B2;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}

.news-section .news-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news-section .news-date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}

.news-section .news-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.news-section .read-more {
  color: #BB9430;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
}

.pagination select {
  border: 1px solid #BB9430;
  padding: 2px 36px 2px 12px;
  font-size: 20px;
  font-weight: 400;
  color: #031D44
}

.page-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.page-dots .dot {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.page-dots .dot.active {
  background: #BB9430;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

/* Filter */
.tender-block .filter-box {
  margin-bottom: 25px;
}

.tender-block .filter-box select {
  min-width: 565px;
  padding: 10px 12px;
  border: 1px solid #BB9430 !important;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #031D44;
  height: 46px;
  line-height: 1;
}

/* Custom Select Arrow */
.tender-block .filter-box select {
  /* remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23BB9430' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 26px;
}

/* focus state */
.tender-block .filter-box select:focus,
.tender-block .filter-box select:active {
  outline: none;
  border-color: #BB9430;
}

/* Tender Item */
.tender-item {
  display: flex;
  gap: 50px;
  padding: 20px 0;
  border-bottom: 1px solid #BB9430;
}

/* Date */
.tender-date {
  background: #BB9430;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tender-date .day {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  color: #fff;
}

.tender-date .year {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 6px;
  display: block;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
}

/* Content */
.tender-content {
  flex: 1;
}

.tender-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tender-meta {
  display: flex;
  gap: 25px;
  font-size: 13px;
  margin-bottom: 10px;
}

.tender-meta p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.tender-meta p span {
  color: #BB9430;
}

.tender-desc {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* Download */
.tender-download {
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tender-download a {
  text-decoration: none;
  color: #BB9430;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tender-download span img {
  margin-bottom: 10px;
}

.tender-download span {
  display: block;

}

.announcement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #BB9430;
  border-top: 1px solid #BB9430;
}

.announcement-actions {
  margin-top: 50px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.anno-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #BB9430;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #BB9430;
  text-decoration: none;
  transition: all 0.3s ease;
}

.anno-btn:hover {
  background: #031D44;
  border: 1px solid #031D44;
  color: #ffffff;
}

.sopa-dec {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BB9430;
}

.sopa-content .address-text p {
  font-size: 16px;
  color: #000;
}

.sopa-content .address-text p a {
  font-weight: 400;
}

.sopa-content .address-text .info-img-text {
  margin-bottom: 4px;
  color: #031D44;
  font-size: 14px;
}

.traffic-section .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Stats box */
.stats-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #031D44;
  border-radius: 14px;
  padding: 30px 43px;
  margin-bottom: 44px;
  gap: 20px;
}

.stat span {
  font-size: 24px;
  font-weight: 600;
  color: #031D44;
  margin-bottom: 10px;
  display: block;
  min-height: 64px;
}

.stat p {
  margin: 0 0 0 0;
  font-size: 39px;
  font-weight: 500;
}

/* Cards */
.traffic-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 140px;
}

.traffic-card-grid .icon {
  margin-bottom: 25px;
}

.traffic-card-grid .info-card {
  padding: 30px 22px;
  display: block;
  border-radius: 14px;
  border: 1px solid #031D44;
}

.traffic-card-grid .info-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.traffic-card-grid .info-card p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.see-map {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
}

.see-map:hover {
  color: #BB9430;
}

/* faq */
.faq-item {
  border-bottom: 1px solid #BB9430;
}

.faq-item:last-of-type {
  border-bottom: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px 25px 15px 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #000;
}

.faq-question .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding: 10px 15px;
  font-size: 16px;

}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-item.active .arrow {
  transform: translateY(-50%) rotate(180deg);
}

.news-section-block {
  padding: 0 80px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.page-btn,
.page-number {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 50%;
  color: #031D44;
}

.page-btn {
  font-size: 18px;
}

.page-number:hover,
.page-btn:hover {
  background: #f2f4f8;
}

.pager__item.is-active,
.page-number.active {
  background: #BB9430;
  color: #fff;
  font-weight: 600;
}

.page-dots {
  padding: 0 6px;
  font-size: 16px;
  color: #031D44;
}

/* Responsive adjustments */
@media (max-width: 1599px) {
  .traffic-card-grid {
    gap: 60px;
  }
}

@media (max-width: 1439px) {
  .ann-card h3 {
    font-size: 18px;
  }

  .read-more {
    font-size: 18px;
  }

  .categorie-item h4 {
    font-size: 20px;
  }

  .card-body h3 {
    font-size: 19px;
  }

  .banner {
    height: 500px;
  }

  .categorie-img img {
    height: 430px;
  }

  .traffic-card-grid {
    gap: 30px;
  }
}

@media (max-width: 1364px) {
  .traffic-card-grid .info-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .contact-wrapper {
    gap: 50px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    padding: 0 30px;
  }

  .inner-banner-content .banner-content {
    margin-left: 20px;
    position: relative;
  }

  .traffic-card-grid {
    gap: 20px;
  }
}

@media (max-width: 1280px) {
  .categorie-grid {
    gap: 40px;
  }

  .ann-card {
    min-height: 240px;
  }
}

@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-wrapper {
    padding: 0;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .member-card {
    margin-bottom: 20px;
  }

  .categorie-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .Georgios-grid {
    grid-template-columns: 1fr 2fr;
    gap: 30px;
  }

  .breadcrumb::after {
    display: none;
  }

  .banner-title {
    font-size: 34px;
  }

  .banner-subtitle {
    font-size: 15px;
  }

  .traffic-card-grid .info-card h3 {
    font-size: 16px;
  }

  .see-map {
    font-size: 16px;
    line-height: 1;
  }

  .card-grid {
    margin: 10px auto;
  }

  .card-body p {
    margin: 0 0 20px 0;
  }

  .info-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .Georgios-grid {
    grid-template-columns: 1fr;
  }

  .main-vertical-line {
    display: none;
  }

  .image-box {
    width: 40%;
  }

  .content-box {
    width: 60%;
  }

  .timeline-wrapper .timeline-row:last-child {
    padding-bottom: 50px;
  }

  .info-split,
  .entity-row {
    grid-template-columns: 1fr;
  }

  .hours-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .airport-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .quick-categorie .heading-block {
    margin-bottom: 30px;
  }

  .heading-block h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .banner-title {
    font-size: 28px;
  }

  .news-section .filter-tabs {
    flex-direction: column;
  }

  .news-section .pagination {
    flex-direction: column;
    gap: 20px;
  }

  .tender-item {
    display: block;
  }

  .tender-content {
    padding-top: 20px;
  }

  .tender-download a {
    flex-direction: row;
  }

  .tender-download span img {
    margin-bottom: 0;
  }

  .tender-download {
    justify-content: left;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .categorie-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
  }

  .quick-categorie .heading-block {
    padding: 0;
  }

  .tender-block .filter-box select {
    min-width: 100%;
  }

  .heading-block h2 {
    font-size: 24px;
  }

  .categorie-item {
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }

  .member-image {
    height: auto;
  }

  .ann-card {
    min-height: 200px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .form-column {
    order: -1;
  }

  .info-img-text {
    display: flex;
    align-items: flex-start;
  }

  .categorie-img img {
    height: 400px;
  }

  .categorie-img .categorie-img-icon img {
    width: 50px;
    height: 50px;
  }

  .categorie-item h4 {
    margin-bottom: 6px;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-grid {
    gap: 40px;
  }

  .card-grid-two {
    grid-template-columns: repeat(1, 1fr);
  }

  .timeline-row {
    flex-wrap: wrap;
  }

  .image-box {
    width: 100%;
  }

  .content-box {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .timeline-row.right-side {
    flex-wrap: wrap-reverse;
  }

  .timeline-row.right-side .year-marker {
    flex-direction: row-reverse;
  }

  .timeline-row.right-side .gold-connector::after {
    left: 0;
  }

  .timeline-row.right-side .gold-connector {
    margin-right: 0;
    margin-left: 20px;
  }

  .right-side .content-box {
    padding: 20px 0 0 0;
  }

  .right-side .year-content {
    padding-left: 0;
  }

  .tender-item {
    flex-direction: column;
  }

  .tender-date {
    display: flex;
    align-items: center;
  }

  .tender-meta {
    flex-direction: column;
    gap: 6px;
  }

  .tender-download {
    align-items: flex-start;
  }
    .info-card {
        height: auto;
    }

}

@media (max-width: 639px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-icon {
    padding: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-column h3 {
    display: inline-block;
    width: 100%;
  }

  .social-icons {
    justify-content: center;
  }

  .airport-grid {
    grid-template-columns: 1fr
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-toggle {
    width: fit-content;
  }

  .logo-divider {
    gap: 12px;
  }

}



/* Responsive */
@media (max-width: 600px) {
  .pagination-wrapper {
    gap: 6px;
  }

  .page-number,
  .page-btn {
    min-width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .stats-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-box .stat {
    margin-bottom: 14px;
  }

  .news-section-block {
    padding: 0;
  }

  .Georgios-grid .member-image {
    height: auto;
  }

  .main-nav {
    min-height: 10px;
  }
}

@media (max-width: 992px) {
  .traffic-card-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .stats-box {
    grid-template-columns: 1fr;
  }
}




.aviation-fees-box {
  margin-bottom: 25px;
  background: #fff;
  overflow: hidden;
}

.aviation-fees-box .table-header {
  background-color: #031D44;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 16px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.aviation-fees-box .responsive-table {
  overflow-x: auto;
}

.aviation-fees-box table {
  width: 100%;
  border-collapse: collapse;
}

.aviation-fees-box th,
.aviation-fees-box td {
  border: 1px solid #000;
  letter-spacing: 1px;
  padding: 16px;
  text-align: center;
  font-size: 20px;
}

.aviation-fees-box th {
  color: #000;
  font-weight: 600;
}

.aviation-fees-box td {
  font-weight: 500;
}

.info-yellow-box {
  background-color: rgba(187, 148, 48, 0.2);
  border-radius: 4px;
  padding: 15px;
}

.info-fees-box {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.6;
}

.info-fees-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-fees-box p span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.info-fees-box p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.info-yellow-box p {
  margin-bottom: 20px;
}

.info-fees-box p em {
  font-size: 16px;
  font-weight: 500;
}

.info-fees-box p:last-of-type {
  margin-bottom: 0;
}

.small-note {
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  padding: 5px;
  margin: 0;
  font-style: italic;
}

.small-note-left {
  text-align: left;
}

.calculator-ui {
  padding: 15px;
  border: 1px solid #BB9430;
  background: #fff;
  margin-top: 30px;
}

.calc-title {
  text-align: center;
  letter-spacing: 1px;
  padding: 15px 0;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.calculator-ui .tabs {
  display: flex;
  border-radius: 4px;
  border: 1px solid #BB9430;
  background: #fff;
}

.calculator-ui .tab {
  flex: 1;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  border-right: 1px solid #bb943091;
  transition: 0.3s;
  color: #031D44;
}

.calculator-ui .tab:last-child {
  border-right: none;
}

.calculator-ui .active-tab {
  background-color: #BB9430 !important;
  color: #fff !important;
}

.calc-main {
  display: flex;
  padding: 25px;
  gap: 30px;
}

.calc-inputs {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-result {
  flex: 1;
}

.calculator-ui .form-group {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.calculator-ui .form-group label {
  width: 300px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.calculator-ui .input-row {
  display: flex;
  flex: 1;
  border: 1px solid #BB9430;
  border-radius: 4px;
  overflow: hidden;
}

.calculator-ui .radio-btn {
  flex: 1;
  background: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #BB9430;
}

.calculator-ui .radio-btn:last-child {
  border-right: none;
}

.calculator-ui .radio-btn.active {
  background-color: #f0f0f0;
  font-weight: bold;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.calculator-ui .text-input {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #BB9430;
  border-radius: 4px;
  font-size: 14px;
}

.calculate-btn {
  border-radius: 4px;
  width: 100%;
  background-color: #BB9430;
  color: #fff;
  border: none;
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.calculate-btn:hover {
  background-color: #031D44;
}

.result-inner {
  border: 1px solid #BB9430;
  border-radius: 4px;
  padding: 25px;
  text-align: center;
  background: #fff;
}

.res-label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}

.calculator-ui .total-price {
  border-bottom: 1px solid #BB9430;
  padding-bottom: 10px;
  font-size: 64px;
  margin: 10px 0;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}

.sum-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.sum-line span {
  font-size: 18px;
  font-weight: 500;
}

.calc-fees-dec {
  border-radius: 4px;
  background-color: rgba(187, 148, 48, 0.2);
  padding: 15px;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.calc-fees-dec strong {
  display: block;
}

.article-img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .calc-main {
    flex-direction: column;
  }

  /* .calculator-ui .form-group label {
    margin-bottom: 8px;
  } */

  .calculator-ui .tab {
    padding: 10px 5px;
  }
}

@media (max-width: 767px) {
  .calculator-ui .form-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .calculator-ui .input-row {
    width: 100%;
  }

  .announcement-header {
    flex-wrap: wrap;
  }
}

.resume-btn span {
  line-height: 1;
}

.airport-section .card-grid-two {
  gap: 15px;
}

/* Budhan */
.top-nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: normal;
}

.top-nav-links a.is-active {
  font-weight: bold;
  text-decoration: underline;
}


/* ================================
   Language Switcher (EN / EL)
   Works on all pages
================================ */

fieldset.form-wrapper {
  border: none;
  padding: 0;
  margin: 0;
}

fieldset.form-wrapper legend {
  display: none;
}

.language-link.active-language {
  display: none;
}

.language-link {
  font-size: 20px;
  color: #031D44;
  font-weight: 600 !important;
  gap: 8px !important;
  text-transform: capitalize;
  position: relative;
}

header>#block-hcaa-dropdownlanguage-2 .js-form-item {
  display: none !important;
}

.language-link:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../images/globe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-language-item {
  line-height: 1;
}

.ann-card .views-field-title span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}

.ann-card .views-field-field-announcement-date-time span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

@media (max-width:1720px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width:1560px) {
  .footer-grid {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width:1439px) {
  .language-link {
    font-size: 16px;
  }
}

@media (max-width:1366px) {
  .language-link:before {
    content: "";
    width: 20px;
    height: 20px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}

/* overlay container */
.banner .radar-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
}

/* cross lines */
.banner .radar-line {
  position: absolute;
  background: rgba(120, 160, 255, 0.45);
  box-shadow: 0 0 18px rgba(120, 160, 255, 0.25);
}

/* horizontal line */
.banner .radar-line-x {
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* vertical line */
.banner .radar-line-y {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* red dot */
.banner .radar-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0000;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.9);
  pointer-events: none;
  z-index: 9999;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* pulse */
.banner .radar-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.35);
  animation: radarPulse 1.2s infinite;
}

@keyframes radarPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .9;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
}

.nav-menu .sub-menu li a:hover {
  color: #fff;
  background: #031D44;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.calculator-ui .form-group .checkbox-label {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.calculator-ui .form-group input[type="checkbox"],
input[type="radio"] {
  width: 24px;
  height: 24px;
  line-height: 1;
  min-height: auto;
  border-color: #BB9430;
}

/* .calculator-ui .form-group input[type="checkbox"]:checked, */
.calculator-ui .form-group input[type="radio"]:checked {
  border: none;
  box-shadow: none;
}

.calculator-ui .form-group input[type="checkbox"]:checked {
  border-width: 1px;
  border-color: #BB9430;
  border: 1px solid #BB9430;
}

.sm-text-block {
  display: block;
  font-size: 14px;
}

/* ====== BREADCRUMB FINAL FIX ====== */
#block-hcaa-breadcrumbs ol,
#block-hcaa-breadcrumbs ol li {
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
}

/*#block-hcaa-breadcrumbs ol li::marker {
  content: "" !important;
}*/

#block-hcaa-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#block-hcaa-breadcrumbs ol li {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

#block-hcaa-breadcrumbs ol li+li::before {
  content: " / ";
  padding: 0 8px;
  color: #fff;
  opacity: 0.85;
}

#block-hcaa-breadcrumbs ol li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.pager {
  display: flex;
  justify-content: flex-end;
}

.pager__item.is-active,
.page-number.active {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.pager__item.is-active a,
.page-number.active a {
  color: #fff;
}

.pager .pager__items {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  height: auto;
}

.pager__item {
  width: auto;
}

.pager .pager__item--first {
  width: auto !important;
}

.pager .pager__item--previous {
  width: auto !important;
}

.pager .pager__item--last {
  width: auto !important;
}

.fee-tab-row{display: flex; gap: 30px;}
.fee-tab-item {
  width: 60%;
}
.calc-result {
  width: 40%;
}

.input-row label {
  text-align: center;
  width: 100% !important;
  padding: 13px 10px;
}

@media (max-width: 992px) {
  .calc-inputs {
    width: 100%;
  }
  .fee-tab-row{flex-wrap: wrap;}
.fee-tab-item {
  width: 100%;
}

  .calc-result {
    width: 100%;
  }

  .aviation-fees-box th,
  .aviation-fees-box td {
    padding: 10px;
    font-size: 15px;
  }

  .calculator-ui .tabs {
    display: block;
  }

  .calculator-ui .tab {
    border-bottom: 1px solid #bb943091;
  }

  .calc-main {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .calculator-ui .form-group label {
      width: auto;
      font-size: 16px;
      margin-bottom: 7px;
  }
  .sum-line span {
    font-size: 16px;
}
}
@media (max-width: 768px) {
  .calculator-ui .input-row label {
    margin-bottom: 0;
  }

  .calculator-ui .total-price {
    font-size: 50px;
  }

  .inner-banner-content .banner-title {
    font-size: 32px;
  }

  .traffic-section .section-title {
    font-size: 26px;
  }

  .stat span {
    font-size: 20px;
    margin-bottom: 15px;
    min-height: auto;
  }

  .stat p {
    font-size: 30px;
  }

  .stats-box {
    padding: 30px 24px;
  }
}

/* Remove label background */
.calculator-ui .input-row label {
  background: transparent !important;
  border-right: 1px solid #BB9430;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

.calculator-ui .input-row label:last-child {
  border-right: none;
}

/* Radio circle */
.calculator-ui .input-row input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* width:16px; */
  /* height:16px; */
  /* border:1px solid #B89430; */
  /* border-radius:50%; */
  position: relative;
  cursor: pointer;
  /* margin-right:8px; */
  background: transparent;
  position: absolute;
  width: 100%;
  margin: 0;
  height: 100%;
  left: 0;
  border-radius: 0;
  top: 0;
  z-index: -1;
}

/* Checked inner circle */
.calculator-ui .input-row input[type="radio"]:checked::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 9; */
  /* display: none; */
}

.banner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 70% 50%, #0c2d7a 0%, #041337 35%, #020814 75%, #000 100%);
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: 64% 52%;
  background-size: 360px auto;
  pointer-events: none;
  z-index: 9;
  opacity: 1;
}

/* vignette */
.banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
  z-index: 50;
}

/* ===== STATIC RINGS ===== */
.rings-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.rings-center {
  position: absolute;
  left: 64%;
  top: 52%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}

.center-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(90, 120, 255, 0.10);
  box-shadow: 0 0 50px rgba(90, 120, 255, 0.18);
  z-index: 1;
}

.ring {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(90, 140, 255, 0.18);
  box-shadow: inset 0 0 25px rgba(90, 140, 255, 0.08);
  z-index: 2;
}

/* ===== MOVING LINES + DOT + POINTS ===== */
.moving-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
}

.moving-center {
  position: absolute;
  left: 64%;
  top: 52%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
}

.radar-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 1600px;
  height: 2px;
  background: rgba(90, 140, 255, 0.30);
  transform-origin: left center;
  box-shadow: 0 0 12px rgba(90, 140, 255, 0.18);
  z-index: 3;
}

.radar-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(120, 160, 255, 0.65);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(120, 160, 255, 0.25);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.center-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(120, 160, 255, 0.95);
  box-shadow: 0 0 18px rgba(120, 160, 255, 0.95);
  z-index: 10;
}
.views-exposed-form {
    position: absolute;
    bottom: -20px;
    left: 30px;
}
#edit-items-per-page{min-width: 90px;}
#news-container{padding-bottom: 30px}

/*mega-manu*/
.main-nav{ position: relative; }
.mega-overlay{
        position: absolute;
        top: 100% !important;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
        display: none;

        border-top: 1px solid #efefef;
        box-shadow: 0 18px 40px rgba(0,0,0,0.10);
    }
    .mega-overlay.active{ display:block; }

    .mega-box{
        width: 100%;
        max-width: 1720px;
        margin: 0 auto;
        padding: 30px 20px 50px;
    }

    .mega-header{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 20px;
    }

    .mega-title{
        font-size: 53px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #21272A;
        line-height: 1;
    }

    /* close button */
    .mega-close{
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 0;
    }

    /* X icon */
    .mega-close-icon{
        width: 46px;
        height: 46px;
        position: relative;
        display: inline-block;
        font-size: 0;
    }

    .mega-close-icon::before,
    .mega-close-icon::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44px;
        height: 2px;
        background: #111;
    }

    .mega-close-icon::before{
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .mega-close-icon::after{
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mega-close-text{
        font-size: 16px;
        color: #111;
        font-weight: 400;
    }

    /* main layout */
    .mega-content{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
    }


    /* left main links */
    .mega-main-link{
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 26px 26px;
        font-size: 20px;
        color: #111;
        text-decoration: none;

        border-bottom: 1px solid #e6e6e6;
        transition: 0.2s ease;
    }

    .mega-main-link:hover{
        background: #f7f7f7;
        color: #0b63ce;
    }

    /* active main link */
    .mega-main-link.active{
        background: #f3f3f3;
    }

    .mega-arrow{
        font-size: 26px;
        color: #0b63ce;
        margin-left: 20px;
    }

    /* right title */
    .mega-right-title{
        padding: 20px 15px;
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #e6e6e6;
        color: #111;
    }

    /* right submenu links */
    .mega-sub-link{
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 26px 26px;
        font-size: 21px;
        color: #21272A;
        text-decoration: none;

        border-bottom: 1px solid #e6e6e6;
        transition: 0.2s ease;
    }

    .mega-sub-link:hover{
        background: #f7f7f7;
        color: #0b63ce;
    }

    /* responsive */
    @media(max-width:1700px){
      .mega-box{
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
      }
    }
     @media(max-width:1400px){
    .mega-main-link {
    padding: 12px 16px;
    font-size: 18px;
  }
    .mega-title {
    font-size: 40px;}
    .mega-close-icon {
    width: 25px;
    height: 25px;}
  }
    @media(max-width:991px){
        .mega-overlay{
            position: absolute;
            inset: 0;
            overflow-y: auto;
        }

        .mega-box{ padding: 40px 18px 40px; }
        .mega-title{ font-size: 44px; }

        .mega-content{
            grid-template-columns: 1fr;
            gap: 25px;
            max-width: 100%;
        }
    }

    /* Hide old dropdown on desktop */
    @media (min-width: 1025px){
        .nav-menu .sub-menu{
            display: none !important;
        }
    }

  /* =========================
   Sticky Menu (NO HTML change)
========================= */
.sticky-header {
    border-block-end: none;
}
header{
  width: 100%;
  z-index: 9999;
}

header.sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  animation: stickyFade 0.2s ease;
  z-index: 99;
}

@keyframes stickyFade{
  from{ transform: translateY(-12px); opacity: 0; }
  to{ transform: translateY(0); opacity: 1; }
}

header.sticky-header .mega-overlay{
  top: 60px !important; 
}


.filter-dropdown {
    position: relative;
    display: none !important;
}


.accessibility-icon {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    right: 20px;
    background-color: #2b70c9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
}

.rings-layer {
  position: absolute;
  inset: 0;
    left: 0px;
  pointer-events: none;
  z-index: 5;
  left: -150px!important;
}
.moving-layer {
  position: absolute;
  inset: 0;
    left: 0px;
  pointer-events: none;
  z-index: 10;
  left: -60px!important;
}
.break-word .first-word{display: block;}

#block-hcaa-views-block-syghrimatodotoymena-programmata-home-block-1 > div > div > section > div > div.swiper.ann-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden > div.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal > span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: white !important;
  opacity: 1 !important;
  width: 35px !important;
  border-radius: 10px !important;
  transition: 0.3s;
}

.ann-card {
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 20px;
  min-height: 260px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 99%;
}