body {
  font-family: 'Lato', arial, sans-serif;
  color: black;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: black;
}

.table i {
  color: #0FA2D2;
}

.table a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.table a:hover {
  color: #17baef;
}

a {
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0E9AC9;
}

.carousel-inner a {
  font-weight: 500;
}

.btn-success,
.btn-info,
.btn-danger {
  color: white !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: white;
}

.profile-container i {
  font-size: 35px;
  color: #0E9AC9;
  margin-right: 6px;
}

.nav>li>a {
  padding: 10px 11px;
}

#map-container {
  height: 500px;
  overflow: hidden;
}

.offset-header-banner {
  padding-top: 70px;
}

.header a {
  text-decoration: none;
  font-weight: 500;
}

.footer a {
  color: #4DD2FF;
}

.dropdown-menu {
  z-index: 20000;
}

.navbar {
  margin-bottom: 0px;
  padding: 10px 6px;
}

.navbar a {
  text-decoration: none;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.dropdown-menu>li>a {
  padding: 15px 6px;
}

.dropdown-menu .btn {
  text-align: left;
}

.red-row {
  background-color: #8C0000 !important;
  color: white;
}

.red-row a {
  color: white;
}

i.profile {
  font-size: 100px;
}

img.pilot-profile-image {
  max-height: 200px;
}

i.profile-small {
  font-size: 30px;
}

img.pilot-profile-image-small {
  width: 30px;
  height: 30px;
}

.interest-panel {
  font-size: 12px;
  line-height: 30px;
}

.interest-panel .row {
  min-height: 37px;
}

.interest-panel hr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.interest-panel button {
  margin-top: 5px;
}

.interest-users {
  max-height: 120px;
  overflow-y: scroll;
}

.registrations-panel {
  font-size: 14px;
  line-height: 30px;
}

.registrations-panel .row {
  min-height: 37px;
}

.registrations-panel hr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.registration-items {
  max-height: 250px;
  overflow-y: scroll;
}

.event-panel {
  min-height: 165px;
}

.navbar-default {
  background-color: white;
  border: none;
  top: -20px;
}

.activity-card-container {
  width: 350px;
  height: 350px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.activity-card-hidden {
  display: none;
  opacity: 0.8;
  background-color: #333;
  font-size: 25px;
  z-index: 99;
  width: 350px;
  height: 350px;
  cursor: pointer;
}

.activity-card-hidden div {
  bottom: 0;
  opacity: 1;
  color: white;
  height: 90px;
  background-color: black;
  width: 350px;
  margin-bottom: 15px;
  z-index: 100;
  padding: 15px;
  font-size: 20px;
}

.activity-card-hidden a {
  color: white;
  text-decoration: none;
  opacity: 1;
}

.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}

.btn .fa,
a.btn .fa {
  margin-right: 5px;
}

a.btn {
  text-decoration: none !important;
}

a.scrollto {
  color: white;
  text-decoration: none
}

.card-title {
  font-family: 'Lato', arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.metar-table table {
  width: 95%;
}

.metar-table td {
  padding: 5px;
}

.progress-bar {
  background-color: #0FA2D2;
}

/*  Leaflet Map Styling*/
.align-right {
  float: right;
}

.label_content {
  position: relative;
  border-radius: 3px;
  padding: 3px;
  color: #ffffff;
  background-color: red;
  width: 40px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.label_content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: solid 5px red;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

.leaflet-popup-content p {
  font-size: 14px;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 0;
}

.leaflet-popup-content div {
  margin-bottom: 10px;
}

.plane-icon {
  font-size: 27px;
  color: #163B4B;
}

/*  Leaflet Map Styling*/
.flightlog {
  max-height: 250px;
  overflow-y: scroll;

}

.activity-history {
  max-height: 300px;
  overflow-y: scroll;
}

.pass {
  color: #00FF00;
}

.fail {
  color: #B20000;
}

.lg-text {
  font-size: 30px;
}

.btn:focus,
a.btn:focus {
  color: #fff;
}

a.btn-cta-primary,
.btn-cta-primary {
  background: #0D89B3;
  border: 1px solid #0D89B3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #0E9AC9;
  border: 1px solid #0E9AC9;
  color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
  background: #0E9AC9;
  border: 1px solid #0E9AC9;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #0D89B3;
  border: 1px solid #0D89B3;
  color: #fff;
}

.text-highlight {
  color: #074f66;
}

.offset-header {
  padding-top: 100px;
}

.offset-banner {
  padding-top: 70px;
}

pre code {
  font-size: 16px;
}

.roster .gold {
  font-size: 30px;
}

.roster .silver {
  font-size: 30px;
  color: #c0c0c0;
}

.roster .bronze {
  font-size: 30px;
  color: #cd7f32;
}

.row-space .row {
  margin-bottom: 8px;
}

/* ======= Profile ======= */
.profile .name {
  font-size: 26px;
}

.profile .social {
  font-size: 30px;
  color: #333;
}

.profile .row {
  margin-bottom: 8px;
}

/* ======= Header ======= */
.header {
  padding: 10px 0;
  background: #0E9AC9;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header.navbar-fixed-top .logo a {
  color: #17baef;
}

.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #666666;
}

.header .logo {
  margin: 0;
  font-size: 34px;
  padding-top: 10px;
}

.header .logo a {
  color: #fff;
}

.header .logo a:hover {
  text-decoration: none;
}

.header .main-nav button {
  background: #074f66;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav button:focus {
  outline: none;
}

.header .main-nav button .icon-bar {
  background-color: #fff;
}

.header .main-nav .navbar-collapse {
  padding: 0;
}

.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
}

.header .main-nav .nav .nav-item.active a {
  color: #17baef;
  background: none;
}

.header .main-nav .nav .nav-item a {
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 17px;
  padding: 15px 6px;
}

.header .main-nav .nav .nav-item a:hover {
  color: #DBDBDB;
  background: none;
}

.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.active {
  color: #17baef;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}


.header .dropdown-menu a:hover {
  color: #666 !important;
}

.card>.card-header {
  background-color: #fff;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: none;
}

.mini-stats-bar {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  padding: 40px 0;
}

.mini-stats-bar .sub-title,
.mini-stats-bar .stat-numbers,
.mini-stats-bar .stat-mini {
  color: white !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.mini-stats-bar .stat-numbers {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.carousel-caption {
  bottom: 80px;
}

/* Robust Fade transition for Background Carousel */
#heroCarousel {
  background-color: #000 !important;
  /* Prevent "light page" flicker */
}

.carousel-fade .carousel-inner .carousel-item {
  opacity: 0 !important;
  transition: opacity 3s ease-in-out !important;
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  z-index: 0 !important;
}

.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Ensure the next item is already in place and starts fading in */
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1 !important;
  z-index: 1 !important;
}

#myCarousel {
  margin: auto;

}

.carousel-caption {
  background-color: rgba(0, 0, 0, .5);
  width: 750px;
  border-radius: 10px;
  margin: 0 auto;
}

.carousel-caption h3 {
  color: white;
  font-size: 40px;
}

.carousel-caption p {
  color: white;
  font-size: 25px;
}

.container {
  position: relative !important;
}

/* ======= Promo Section ======= */
.promo {
  background: #fff;
  color: #fff;
  height: auto;
}



.promo .title {
  font-size: 98px;
  color: #074f66;
  margin-top: 0;
}

.promo .title .highlight {
  color: #eebf3f;
}

.promo .intro {
  font-size: 37px;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 50px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.promo .btns .btn {
  margin-right: 15px;
  margin-top: 50px;
  font-size: 18px;
  padding: 8px 30px;
}

.promo .meta {
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
}

.promo .meta li {
  margin-right: 15px;
}

.promo .meta a {
  color: #0a7396;
}

.promo .meta a:hover {
  color: #074f66;
}

.promo .social-media {
  background: #0c86ae;
  padding: 10px 0;
  margin: 0 auto;
}

.promo .social-media li {
  margin-top: 15px;
}

.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}

/* ======= About Section ======= */
.about {
  padding: 60px 0;
  background: transparent !important;
  background-color: transparent !important;
}

.about img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.about .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 60px;
}

.about .intro {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about .item {
  position: relative;
  margin-bottom: 30px;
}

.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}

.about .item .icon-holder .fa {
  font-size: 24px;
  color: #074f66;
}

.about .item .content {
  padding-left: 60px;
}

.about .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align: center;
  font-weight: 200;
}

.stat-numbers {
  font-size: 70px;
  font-weight: 400;
  color: black;
  text-align: center;
  line-height: 70px;
}

.stat-mini {
  text-align: center;
  font-size: 21px;
}

.strip {
  height: 15px;
  background: -webkit-linear-gradient(left, #17BAEF, #095E79, #1d2731);
  position: relative;
  z-index: 5;
}

/* ======= Features Section ======= */
.features {
  padding: 80px 0;
  background: #1d2731;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 17px;
}

.features .title {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
}

.features .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}

.features .item {
  position: relative;
  margin-bottom: 30px;
}

.features .item .icon-holder .fa {
  font-size: 45px;
  color: white;
}

.features a {
  color: white;
}

.features a:hover {
  color: #042a36;
}

.features .item .content {
  padding-left: 70px;
}

.features .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align: center;
  font-weight: 200;
}

/* ======= Map Section ======= */
.map {
  padding-bottom: 30px;
  background: white;
  color: black;
  font-size: 15px;
}

.map .title {
  color: #074F66;
  margin-top: 0;
  margin-bottom: 30px;
}

.map .item .content {
  padding-left: 70px;
}

.map .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align: center;
  font-weight: 200;
}

/* ======= stats Section ======= */
.stats {
  padding: 0;

  background: white;
  color: black;
  font-size: 17px;

}

.stats .title {
  color: #074F66;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 200;
}

.stats .item .content {
  padding-left: 70px;
}

.stats .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align: center;
  font-weight: 200;
}

/* ======= Join Section ======= */
.join {
  padding-top: 20px;
  background: #EEE;
  color: #fff;
  font-size: 17px;
}

.join .title {
  color: black;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 200;
}

.join .item .content {
  padding-left: 70px;
}

.join .item .content .sub-title {
  margin-top: 0;
  color: black;
  font-size: 29px;
  text-align: center;
  font-weight: 200;
}

/* ======= License Section ======= */
.license {
  padding: 40px 0;
  background: #f5f5f5;
}

.license .title {
  margin-top: 0;
  margin-bottom: 60px;
  color: #074f66;
}

.license .license-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  margin-top: 50px;
}

.license .info {
  max-width: 760px;
  margin: 0 auto;
}

.license .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble {
  background: #d6f3fc;
  color: #074f66;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d6f3fc;
}

.license .cta-container .icon-holder {
  margin-bottom: 15px;
}

.license .cta-container .icon-holder .fa {
  font-size: 56px;
}

.license .cta-container .intro {
  margin-bottom: 30px;
}

/* ======= Content Page ======= */
.cp {
  z-index: 10;
}

/* ======= Footer ======= */
.footer {
  padding: 15px 0;
  background: black;
  color: #fff;
}

.footer .copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer .fa-heart {
  color: #fb866a;
}

.footer i {
  color: white;
  font-size: 28px;
  margin-left: 10px;
}

.footer i:hover {
  color: #0E9AC9;
}

.hidden {
  display: none;
}

.purple {
  color: #A300D9;
  font-weight: 500;
}

.messageResponse {
  display: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  height: 57px;
  display: flex;
  color: white;
  background-color: #000;
  z-index: 1000;
}

.cookie-banner p {
  width: 100%;
}

.cookie-banner button {
  margin-left: 10px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10312;
  display: none
}

#loader:before {
  content: '';
  z-index: 10314;
  vertical-align: middle;
  margin: 0;
  font-size: 1em;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.25em solid #0E9AC9;
  border-right: 0.25em solid #0E9AC9;
  border-bottom: 0.25em solid #0E9AC9;
  border-left: .25em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: calc(50% - 2.5em);
  border-radius: 50%;
  width: 5em;
  height: 5em;
  display: inline-block
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.gold {
  color: #F0CC00;
}

.news-posted-by,
.news-posted-by-main {
  margin-left: 30px;
  color: #333;
  font-size: 12px;
}

.news-posted-by-main {
  margin-left: 0px;
}

.news-link {
  text-decoration: none !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin-left: 10px;
}

.social-icons {
  color: black !important;
}

.header .dropdown-menu a {
  color: black !important;
}

.profile-icon {
  width: 36px;
  height: 36px;
}


.modal {
  z-index: 10311;
}


@media (max-width: 1380px) {
  .mini-stats-bar {
    width: 100%;
  }

  .stat-numbers {
    font-size: 40px;
  }

  .about .item .content .sub-title {
    font-size: 20px;
  }

  .about .item {
    margin-bottom: 0;
  }

  .stat-mini {
    font-size: 18px;
  }

  .carousel-caption {
    width: 600px;
  }

  .carousel-caption h3 {
    font-size: 28px;
  }

  .carousel-caption p {
    font-size: 18px;
  }

  .carousel-caption {
    bottom: 25px;
  }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .about .item .content {
    padding-left: 0px;
  }

  .about .item .content .sub-title {
    font-size: 18px;
  }

  .stat-numbers {
    font-size: 30px;
    line-height: 30px;
  }

  .stat-mini {
    font-size: 18px;
  }

  .about .item {
    margin-bottom: 20px;
  }

  .stats {
    font-size: 15px;
  }

  .mini-stats-bar {
    width: 100%;
  }

  .card-body {
    overflow-x: scroll
  }

  .carousel-caption {
    display: none;
  }

  .header .main-nav button {
    margin-right: 0;
  }

  .header .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }

  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
    margin-top: 5px;
  }

  /* .promo {
    padding-top:70px;
    background: #fff url("./assets/images/banner.jpg") no-repeat scroll 0 center;
  } */
  .promo .title {
    font-size: 66px;
  }

  #platformimg {
    display: none;
  }

  .promo .intro {
    font-size: 22px;
    text-shadow: none;
  }

  .promo .meta {
    margin-top: 5px;
  }

  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }

  .contact .author-message {
    text-align: center;
  }

  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .contact .author-message .speech-bubble {
    margin-left: 0;
  }

  .contact .author-message .speech-bubble:after {
    display: none;
  }

  .contact .social-icons a {
    width: 36px;
    height: 36px;
    padding-top: 7px;
    margin-right: 2px;
  }

  .contact .social-icons a .fa:before {
    font-size: 18px;
  }

  /* .header .dropdown-menu a {
    color:white !important;
  } */
}

.error {
  color: red;
  font-size: 17px;
}

.white {
  color: #fff !important;
}

/*Small devices (tablets, 768px and up) 
 Medium devices (desktops, 992px and up) 
 Large devices (large desktops, 1200px and up)*/
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  color: 000;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 550px;
}

.fa-twitter {
  color: #027bdd;
  font-size: 30px;
  margin: 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #0E9AC9;
  border-color: #0E9AC9;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }

  50% {
    top: -0.2em;
  }

  70% {
    top: -0.3em;
  }

  100% {
    top: 0;
  }
}

/* ==== Hero Carousel as Background ==== */
#heroCarousel {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: -2 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 100vh !important;
  width: 100vw !important;
}

#heroCarousel .carousel-item img {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  filter: brightness(0.6);
  /* 10% lighter */
}

/* Background Overlay for better text readability */
#heroCarousel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 100%);
  z-index: -1;
}

.hero-carousel-section {
  position: relative !important;
  min-height: 100vh !important;
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  z-index: 1 !important;
  width: 100%;
  overflow: hidden;
}

.hero-carousel-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-content {
  text-align: center;
  color: white;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  padding: 3rem;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: fadeInUp 1s ease-out;
}

.hero-content h3 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: white;
  letter-spacing: -1px;
}

.hero-content p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ensure subsequent sections appear above the carousel */
.about.section {
  background: transparent !important;
  background-color: transparent !important;
  position: relative;
  z-index: 10;
}