@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ar3v0u');
  src:  url('fonts/icomoon.eot?ar3v0u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ar3v0u') format('truetype'),
    url('fonts/icomoon.woff?ar3v0u') format('woff'),
    url('fonts/icomoon.svg?ar3v0u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e92d";
}
.icon-telephone:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-pin:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-placeholder:before {
  content: "\e904";
}
.icon-career-choice:before {
  content: "\e905";
}
.icon-tick:before {
  content: "\e906";
}
.icon-cardiogram:before {
  content: "\e907";
}
.icon-chat:before {
  content: "\e908";
}
.icon-city-hall:before {
  content: "\e909";
}
.icon-loan:before {
  content: "\e90a";
}
.icon-government:before {
  content: "\e90b";
}
.icon-phone-call:before {
  content: "\e90c";
}
.icon-right-arrow:before {
  content: "\e90d";
}
.icon-left-arrow:before {
  content: "\e90e";
}
.icon-up-arrow:before {
  content: "\e90f";
}
.icon-down-arrow:before {
  content: "\e910";
}
.icon-tuscany:before {
  content: "\e911";
}
.icon-police-badge:before {
  content: "\e912";
}
.icon-buildings:before {
  content: "\e913";
}
.icon-ferris:before {
  content: "\e914";
}
.icon-goals:before {
  content: "\e915";
}
.icon-sun-day-weather-symbol:before {
  content: "\e916";
}
.icon-clock:before {
  content: "\e917";
}
.icon-down-right:before {
  content: "\e918";
}
.icon-accept:before {
  content: "\e919";
}
.icon-history:before {
  content: "\e91a";
}
.icon-newsletter:before {
  content: "\e91b";
}
.icon-policy:before {
  content: "\e91c";
}
.icon-quote:before {
  content: "\e91d";
}
.icon-pdf-file:before {
  content: "\e91e";
}
.icon-download-circular-button:before {
  content: "\e91f";
}
.icon-up-circular-button:before {
  content: "\e920";
}
.icon-left-circular-button:before {
  content: "\e921";
}
.icon-right-circular-button:before {
  content: "\e922";
}
.icon-corporate:before {
  content: "\e923";
}
.icon-cityscape:before {
  content: "\e924";
}
.icon-government-1:before {
  content: "\e925";
}
.icon-parthenon:before {
  content: "\e926";
}
.icon-suitcase:before {
  content: "\e927";
}
.icon-industry:before {
  content: "\e928";
}
.icon-bus:before {
  content: "\e929";
}
.icon-lotus:before {
  content: "\e92a";
}
.icon-magnifying-glass:before {
  content: "\e92b";
}
.icon-phone-call-1:before {
  content: "\e92c";
}

/* Dropdown Menu Styles */
.dropdown {
  position: relative;
}

.dropdown > a {
  cursor: pointer;
}

.dropdown > a:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.dropdown:hover > a:after {
  transform: rotate(180deg);
}

.dropdown .shadow {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}

.dropdown:hover .shadow {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown .shadow li {
  margin: 0;
  padding: 0;
}

.dropdown .shadow li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown .shadow li:last-child a {
  border-bottom: none;
}

.dropdown .shadow li a:hover {
  background: #f8f9fa;
  color: #007bff;
  padding-left: 25px;
}

/* Mobile dropdown adjustments */
@media (max-width: 991px) {
  .dropdown .shadow {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: transparent;
    padding-left: 20px;
    margin-top: 10px;
  }
  
  .dropdown .shadow li a {
    padding: 8px 15px;
    font-size: 13px;
    color: #666;
  }
  
  .dropdown .shadow li a:hover {
    background: transparent;
    color: #007bff;
    padding-left: 20px;
  }
}

/* Forms Page Styles */
.forms-section {
  position: relative;
}

.forms-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.forms-column {
  /* Removed animation and border effects */
}

.forms-column__header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
}

.forms-column__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.forms-list {
  margin: 0;
  padding: 0;
}

.forms-list__item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.forms-list__item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.forms-list__link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
}

.forms-list__link:hover {
  color: #007bff;
  background: #f8f9fa;
  text-decoration: none;
}

.forms-list__link span {
  flex: 1;
  margin: 0 15px;
}

.forms-list__link .fa-external-link-alt {
  color: #007bff;
  font-size: 0.9rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.forms-list__link:hover .fa-external-link-alt {
  opacity: 1;
  transform: translateX(3px);
}

.forms-info {
  border: 1px solid rgba(0,0,0,0.05);
}

.info-item {
  padding: 20px 10px;
  text-align: center;
}

.info-item i {
  margin-bottom: 10px;
}

/* Page Title Enhancement */
.page-title {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
}

.page-title__inner {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 80px 0;
}

.page-title__inner h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  color: #fff;
}

.page-title__inner p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .forms-column {
    padding: 25px !important;
    margin-bottom: 20px;
  }
  
  .page-title__inner h2 {
    font-size: 2rem;
  }
  
  .page-title__inner p {
    font-size: 1rem;
  }
  
  .forms-list__link {
    padding: 12px 15px;
    font-size: 0.9rem;
  }
  
  .forms-list__link span {
    margin: 0 10px;
  }
}

/* Footer Social Media Icons */
.site-footer__social {
  margin-top: 20px;
}

.site-footer__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #007bff;
  color: white;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.site-footer__social a:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.site-footer__social a:last-child {
  margin-right: 0;
}

.site-footer__social i {
  font-size: 18px;
}

/* Alternative icon display if FontAwesome fails */
.site-footer__social a[href*="twitter"]::before {
  content: "𝕏";
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.site-footer__social a[href*="facebook"]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.site-footer__social a[href*="pinterest"]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.site-footer__social a[href*="instagram"]::before {
  content: "📷";
  font-family: Arial, sans-serif;
}
