body {
  /* font-family: Arial, sans-serif; */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #525665;
}

.btn:hover {
  box-shadow: 1px 1px 1px 1px #76d2e9;
}

.navbar {
  padding: 15px;
}

.hero {
  background-color: #76d2e9;
  color: white;
  padding: 50px 0;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

/* .hero .btn {
    padding: 10px 20px;
    background-color: #e5af20;
    border-color: #e5af20;
    color: white;
} */

.services {
  padding: 0 0 50px;
}

.services h2 {
  margin-bottom: 30px;
}

.services h4 {
  color: #4e98e2;
  margin-bottom: 15px;
}

.baby-boomers-services {
  padding: 20px 0;
  background: #f9f9f9;
}

.baby-boomers-services h3 {
  margin-bottom: 30px;
}

.about-us {
  padding: 50px 0;
}

.about-us h3 {
  margin-bottom: 20px;
}

.contact h4 {
  margin-bottom: 20px;
}

.contact form {
  max-width: 600px;
  margin: 0 auto;
}

.footer {
  color: white;
  padding: 20px 0 0;
}

.hero-section {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem !important;
  /* background: red;  */
  background-image: url("../images/banner.jpg"); /* Add your image here */
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: top; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

.bg-circle {
  left: 0;
  background-image: url("../images/circle.png"); /* Add your image here */
  background-size: 20%; /* Ensures the image covers the entire section */
  background-position: top left; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

.bg-points,
.bg-points2 {
  top: 1000px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/point.png"); /* Add your image here */
  background-size: 30%; /* Ensures the image covers the entire section */
  background-position: top left; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

.bg-points2 {
  background-size: 80% !important;
}

.container {
  position: relative;
  z-index: 2;
}

/* .hero-section .btn {
    padding: 15px 30px;
    font-size: 1.2rem;
    background-color: #e5af20;
    border-color: #e5af20;
} */

.check-icon {
  font-size: 2rem;
}

.social-icons i {
  font-size: 2rem;
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.rm-left-padding {
  padding-left: 0 !important;
}

.custom-bbottom {
  border-bottom: 4px solid #76d2e9;
  width: 50px;
}

.custom-bbottom2 {
  border-bottom: 4px solid #faffaf;
  width: 50px;
}

.w-75 {
  width: 75% !important;
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.nav-item:hover {
  border-bottom: 2px solid #76d2e9;
}

/* .nav-item:hover a{
    color: #4e98e2 !important;
} */

.text-dentalblue,
.nav-item:hover a {
  color: #76d2e9 !important;
}

.bg-dentalblue {
  background-color: #76d2e9 !important;
}

.text-dentalyellow {
  color: #faffaf !important;
}

.bg-dentalyellow {
  background-color: #faffaf !important;
}

.text-dentaldarkblue {
  color: #525665 !important;
}

.bg-dentaldarkblue {
  background-color: #525665 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  cursor: pointer;
}

.w-10{
  width: 50% !important;
}

@media screen and (max-width: 768px) {
  .mobile-shadow {
    text-shadow: 2px 2px 4px #000000;
  }
}

@media screen and (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .baby-boomers-services {
    padding: 50px 0;
  }

  .contact {
    padding-top: 50px;
  }

  .w-10{
    width: 10% !important;
  }

  /* .text-md-white{
    color: #FFF !important;
  } */
}
