/* Header Styles */
.newbtn15 {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 99;
  background-image: linear-gradient(to right, #f5ca60, #e43a05);
  padding: 15px;
  border-radius: 25px 0 0 25px;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  animation: shadow-pulse 2s infinite;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: 1px 0px 1px #fff inset !important;
}

.newbtn15:hover {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to right, #e43a05, #f5ca60);
}

.reports {
  float: right;
  color: #fff;
  line-height: 30px;
  text-decoration: underline;
  font-size: 16px;
}

.reports:hover {
  text-decoration: none;
  color: orange;
}

/* Gallery Styles */
.gallerybox {
  height: 222px;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gallerybox img {
  height: 222px;
  width: 100%;
  object-fit: cover;
}

.gallerybox .overlay {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  font-size: 2em;
  font-weight: 400;
  font-family: Lobster;
  opacity: 0;
  transition: all 0.45s ease-in-out;
  height: 100%;
  width: 100%;
  position: absolute;
}

.gallerybox:hover .overlay {
  opacity: 1;
  transition: all 0.45s ease-in-out;
}

.p-0 {
  padding: 0;
}

.d-none {
  display: none;
}

.overlay i {
  margin-left: -550px;
  transition: all 0.45s ease-in-out;
}

.gallerybox:hover .overlay i {
  margin-left: 0;
  transition: all 0.45s ease-in-out;
}

@media (min-width: 992px) {
  .presi {
    width: 33.33333333%;
  }
}

#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#justified_gallery_KXFthy .sgg-caption {
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 2em;
  font-weight: 400;
  font-family: Lobster;
}

#load_more_KXFthy {
  background: #444444;
  color: #ffffff;
}

.entry-visible .fancybox-effects-a {
  opacity: 0;
  height: 100%;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: absolute;
}

.entry-visible:hover .fancybox-effects-a {
  opacity: 1;
}

/* Header Active State */
.current.active > a {
  background-color: #e43a05 !important;
  color: #fff !important;
}

/* Navigation Improvements */
.navbar-nav > li > a {
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar-nav > li > a:hover {
  background-color: #f5ca60 !important;
  color: #333 !important;
}

/* Footer Styles */
footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 40px 0 20px;
}

footer h4 {
  color: #f5ca60;
  margin-bottom: 20px;
  font-size: 18px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #f5ca60;
}

.copyright {
  background: #1a252f;
  color: #95a5a6;
  padding: 15px 0;
  text-align: center;
}
