body {
  background-color: #017779;
  color: #ffffff;
}

.navbar {
  background-color: #1e4a4a !important;
  border-bottom: 1px solid #ffffff;
}
.navbar-brand {
  color: #ffffff !important;
}
.navbar-nav .nav-link {
  color: #ffffff !important;
}
.navbar-nav .nav-link:hover {
  color: #ff90e8 !important;
}
.navbar-toggler {
  border-color: #ffffff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-primary {
  background-color: #ff90e8 !important;
  border-color: #ff90e8 !important;
  color: #000000 !important;
}
.btn-primary:hover {
  background-color: #ff4d8a !important;
  border-color: #ff4d8a !important;
  color: #000000 !important;
}
.btn-outline-primary {
  color: #ff90e8 !important;
  border-color: #ff90e8 !important;
}
.btn-outline-primary:hover {
  background-color: #ff90e8 !important;
  color: #000000 !important;
}

.card {
  background-color: #1e4a4a !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.card-body {
  color: #ffffff !important;
}

.form-control, .form-select {
  background-color: #1e4a4a !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.form-control:focus, .form-select:focus {
  background-color: #1e4a4a !important;
  border-color: #ff90e8 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 157, 0.25) !important;
}
.form-control::-moz-placeholder {
  color: #e0e0e0 !important;
}
.form-control::placeholder {
  color: #e0e0e0 !important;
}

.text-muted {
  color: #e0e0e0 !important;
}
.text-primary {
  color: #ff90e8 !important;
}

.accordion-item {
  background-color: #1e4a4a !important;
  border: 1px solid #ffffff !important;
}
.accordion-button {
  background-color: #1e4a4a !important;
  color: #ffffff !important;
  border: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: #ff90e8 !important;
  color: #ffffff !important;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 157, 0.25) !important;
}
.accordion-body {
  background-color: #1e4a4a !important;
  color: #ffffff !important;
}

footer {
  background-color: #1e4a4a !important;
  color: #ffffff !important;
  border-top: 1px solid #ffffff;
}
footer a {
  color: #ffffff !important;
}
footer a:hover {
  color: #ff90e8 !important;
}

.img-cover {
  padding: 10px;
}
.img-cover img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.img-cover a:hover {
  opacity: 0.8;
}

.display-4, .display-5, .display-6,
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

a {
  color: #ff90e8;
}
a:hover {
  color: #ff4d8a;
}

.bi {
  color: #ff90e8;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #1e4a4a;
}
::-webkit-scrollbar-thumb {
  background: #ff90e8;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff4d8a;
}

.owl-carousel .item {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: relative;
  cursor: pointer;
}
.carousel-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 900;
  font-family: 'Arial Black', 'Impact', 'Helvetica Neue', Arial, sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.85);
  pointer-events: none;
  letter-spacing: 3px;
  white-space: nowrap;
}
.owl-carousel .owl-nav button {
  background-color: #ff90e8 !important;
  color: #000000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #ff4d8a !important;
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: #e0e0e0;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ff90e8;
}

.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
}
.blog-card .card-img-top {
  transition: transform 0.3s ease;
}
.blog-card .card-img-top:hover {
  transform: scale(1.05);
}
.blog-card .excerpt-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .expanded-content {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
  margin-top: 1rem;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

#imageModal .modal-content {
  background: transparent;
  box-shadow: none;
}
#imageModal .modal-header {
  z-index: 1056;
}
#imageModal .modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
#imageModal .modal-header .btn-close:hover {
  opacity: 1;
}
#imageModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

@media (max-width: 768px) {
  #blogGrid {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
  #blogGrid .blog-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #blogGrid {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 1201px) {
  #blogGrid {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}/*# sourceMappingURL=style.css.map */