/* Theme Colors */
body {
  background-color: white;
  background-image: url("Images/Body_bg.png");
  background-blend-mode: multiply;
  background-size: cover;
  scroll-behavior: smooth;
}

#about .container,
#services .container,
#contact .container,
#join .container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  caret-color: transparent;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

input,
textarea,
select {
  caret-color: auto;
}

.text-ocean {
  color: #0057ec;
}

.ocean-gradient {
  background: linear-gradient(#0459ea 0%, #2478ff 70%, #3f92ff00 100%);
  color: white;
}

.indigo-bg {
  background-color: #7a9bfc9a;
  padding: 2rem;
  margin: 1rem;
}

.rounded-corner {
  border-radius: 2rem;
}

.navbar-custom {
  background-color: #0459ea;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: white !important;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #b5bcd1 !important;
}

.section {
  width: 100%;
  height: fit-content;
  padding: 2rem 1rem;
}

.row {
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section .row > .col-md-6 img {
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

/* Optional spacing & responsive animations for cards in services */
.card {
  background-color: rgba(255, 255, 255, 0.7) !important;
  height: max-content;
}

.card:hover {
  background-color: rgba(239, 239, 239, 0.9) !important;
}

.partner-logo {
  height: 3rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.scale-animation {
  transition: all 0.3s ease;
}

.scale-animation:hover {
  transform: scale(1.05);
}

#contact-message,
#join-message {
  color: #155724;
}

footer {
  border-top: 1px solid #ccc;
  font-size: 1rem;
  background: linear-gradient(#3f92ff00 0%, rgb(255, 255, 255) 40%);
  border: none !important;
}
