body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #F4F4F4;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.5rem;
  color: #0F75BD;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  color: #0F75BD;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

h3, h4 {
  font-size: 1.5rem;
  color: #F72C93;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  color: #666666;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

a {
  color: #4A90E2;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(30.8642857143, 105.3642857143, 192.6357142857);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

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

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #4A90E2;
}

.container.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, #4A90E2, #50E3C2);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}
.btn-primary:hover {
  background: linear-gradient(135deg, rgb(34.3857142857, 117.3857142857, 214.6142857143), rgb(36.0344827586, 219.9655172414, 178.6748768473));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.6);
  color: #ffffff;
}

.btn-secondary {
  background: linear-gradient(135deg, #F72C93, rgb(248.8630136986, 93.1369863014, 172.1506849315));
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(247, 44, 147, 0.4);
}
.btn-secondary:hover {
  background: linear-gradient(135deg, rgb(231.2328767123, 8.7671232877, 121.6438356164), #F72C93);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 44, 147, 0.6);
  color: #ffffff;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 50px;
}

.card {
  background: #ffffff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #F72C93;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-text {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6;
}

.banner3 {
  background-image: url(../images/background/background3XL.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.banner3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner3 .container {
  position: relative;
  z-index: 2;
}
.banner3 h1 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner3 h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.banner3 .btn {
  margin: 0.5rem;
}

.banner3-content {
  position: relative;
  z-index: 3;
  padding: 2rem 0;
}

.c-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#topp.webp,
.banner3.webp {
  background-image: url(../images/background/background3XL.webp) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#topp.no-webp,
.banner3.no-webp {
  background-image: url(../images/background/background3XL.jpeg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.webp {
  background: url(../images/background/background3XL.webp) repeat center top;
  background-size: cover;
}

.no-webp {
  background: url(../images/background/background3XL.jpeg) repeat center top;
  background-size: cover;
}

.webp-couples {
  background: url(../images/background/couple-skyline.webp) repeat center top;
  background-size: cover;
}

.no-webp-couples {
  background: url(../images/background/couple-skyline.jpeg) repeat center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #topp.webp,
  .banner3.webp {
    background-image: url(../images/background/backgroundmobile1XL.webp) !important;
  }
  #topp.nowebp,
  .banner3.no-webp {
    background-image: url(../images/background/backgroundmobile1XL.jpg) !important;
  }
  .webp {
    background: url(../images/background/backgroundmobile1XL.webp) repeat center top;
    background-size: cover;
  }
  .no-webp {
    background: url(../images/background/backgroundmobile1XL.jpg) repeat center top;
    background-size: cover;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-white {
  color: #ffffff;
}

.color-primary {
  color: #0F75BD;
}

.color-secondary {
  color: #F72C93;
}

.py-5 {
  padding: 3rem 0;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.float-right {
  float: right;
}

.attention-grabber {
  position: relative;
  overflow: hidden;
}
.attention-grabber::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(247, 44, 147, 0.1), transparent);
  animation: shimmer 3s infinite;
  z-index: 1;
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.glow-effect {
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
}
.glow-effect:hover {
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.5);
}

.gradient-text {
  background: linear-gradient(135deg, #0F75BD, #F72C93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  .card {
    margin-bottom: 1rem;
  }
  .banner3 {
    padding: 3rem 0;
  }
  .banner3 h1 {
    font-size: 2rem;
  }
  .banner3 h2 {
    font-size: 1.25rem;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.animate-fade-in {
  animation: fadeInUp 0.6s ease-out;
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

.science-icon-container {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.science-icon {
  max-height: 120px;
  max-width: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.science-text-content {
  min-height: 120px;
  display: flex;
  align-items: flex-start;
}
.science-text-content p {
  margin-bottom: 1.5rem;
}

.footer3 {
  background-color: #333333;
  color: #ffffff;
  padding: 3rem 0;
}
.footer3 .fot-social {
  margin-bottom: 2rem;
}
.footer3 .fot-social a {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0 1rem;
  transition: color 0.3s ease;
}
.footer3 .fot-social a:hover {
  color: #4A90E2;
}
.footer3 a {
  color: #4A90E2;
}
.footer3 a:hover {
  color: rgb(139.9357142857, 184.4357142857, 236.5642857143);
}
.footer3 p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.footer3 .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 2rem;
}