:root {
  --primary-color: #2196F3;
  --gradient: linear-gradient(#B9E2FF, #ffffff);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #051525;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.bg {
  background: var(--gradient);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#open {
  display: none;
}

.logo img {
  width: 35px;
  height: 35px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.788);
  display: flex;
  align-items: center;
  gap: .3rem;
}

.logo .span {
  color: var(--primary-color);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
}

.nav-links .active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--primary-color);
  margin-top: 1px;
}

.auth-buttons .btn {
  margin-left: 10px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
}

.sign-in {
  border: none;
  color: black;
  background-color: #fff;
  box-shadow: rgb(190, 188, 188) 1px 1px 1px;
}

.sign-up {
  background: var(--primary-color);
  color: #fff;
  box-shadow: #007bff 1px 1px 1px;
}

@media (max-width: 900px) {
  .navbar {
    padding: 10px 15px;
  }

  .responsive-head {
    display: flex;
    justify-content: space-between;
  }

  .auth-buttons {
    display: flex;
  }

  #open {
    display: flex;
  }

  .navbar #big {
    display: none;
  }

  #open {
    display: block;
    background: white;
    padding: 6px;
    border: 1px solid #CFDCE6;
    border-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    outline: none;
    font-size: 20px;
    cursor: pointer;
    color: #4F5D69;
  }

  .responsive {
    display: none;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    padding: 16px 20px;
    animation: slideDown 0.3s;
    overflow-y: hidden;
  }

  .responsive .links1 .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    margin-top: 1px;
  }

  .responsive .links1 li {
    width: 100%;
    text-align: center;
  }

  .responsive.show {
    display: flex;
  }

  .responsive-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .auth-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .auth-buttons .btn {
    padding: 12px 10px;
    border-radius: 8px;
    text-decoration: none;
  }

  .sign-in {
    color: #000;
    background-color: #fff;
    box-shadow: rgb(190, 188, 188) 1px 1px 1px;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  .sign-up {
    background: var(--primary-color);
    color: #fff;
    box-shadow: #007bff 1px 1px 1px;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  .logo a span {
    font-size: 20px;
  }

  .responsive ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .responsive ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
  }

  .responsive #close {
    background: none;
    padding: 5px;
    border: none;
    font-size: 25px;
    cursor: pointer;
    color: #524f4f;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.section2atexts h2 {
  font-size: 46px;
  padding-top: 20px;
}

.overline {
  background-color: #E9F5FE;
  border-radius: 30px;
  color: var(--primary-color);
  padding: 10px 20px 10px 20px;
  width: 141px;
  font-size: 12px;
  height: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top: 10%;
}

.overline-dot {
  font-size: 50px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: inline-block;
  margin-right: 5px;
}

.container1 .hero {
  width: 100%;
  padding: 60px 50px;
  display: flex;
  align-content: center;
  justify-content: space-around;
  gap: 48px;
}

.hero1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.container1 .explore {
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  width: 217px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 16px 10px 16px 10px;
}

.container1 .biz {
  background-color: #e9f5fe;
  color: #051525;
  border-radius: 8px;
  border: none;
  width: 217px;
  padding: 16px 10px 16px 10px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
}

.container1 h3 .hero-hub {
  color: #2196F3;
}

.container1 h3 {
  font-size: 40px;
  padding-top: 20px;
}

.appointment-container {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.appointment-container h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 28px;
  color: #1a1a1a;
}

.appointment-container p {
  text-align: center;
}

.appointment-container h2 .hub {
  color: #2196F3;
}

.appointment-container .join {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 10px;
}

.appointment-container img {
  justify-content: center;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.password input,
.confirm input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
}

.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  outline: none;
}

.message {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  margin-bottom: 20px;
}

.message label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.password .eye input {
  border: none;
  outline: none;
  align-items: center;
  display: flex;
  height: inherit;
  width: inherit;
}

.eye {
  align-items: center;
  outline: none;
  display: flex;
  border: 1px solid #ccc;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}

.eye1 {
  align-items: center;
  outline: none;
  display: flex;
  border: 1px solid #ccc;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}

.confirm .eye1 input {
  outline: none;
  align-items: center;
  display: flex;
  height: inherit;
  width: inherit;
}

.password,
.confirm {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
}

.password label,
.confirm label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.password p {
  margin-top: 7px;
  font-size: 14px;
}

.check {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.check a {
  color: #2196F3;
}

.check .under {
  text-decoration: underline;
}

.contact-info {
  display: flex;
  width: 100%;
  align-items: center;
}

.contact-info .outside {
  margin-left: 29px;
}

.message {
  width: 60%;
}

.sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.names {
  display: flex;
  gap: 5rem;
}

.names .form-group input {
  width: 115%;
}

.form-group {
  margin-top: 15px;
}

button {
  padding: 12px;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  background-color: #2196F3;
}

.already {
  margin: 20px 0;
  text-align: center;
}

.already a {
  text-decoration: none;
  color: #2196F3;
}

footer {
  background: #f3f4f6;
  padding: 40px 80px;
  margin-top: 3rem;
  text-align: start;
}

.footer-logo img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

footer .hubb {
  font-size: 19px;
}

.footer-logo .hub {
  color: #2196F3;
}

.footer-logo a {
  color: #000;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  text-align: start;
  gap: 2rem;
}

.footer-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.links a {
  text-decoration: none;
  color: gray;
  font-size: 0.9rem;
}

.newsletter {
  max-width: 390px;
  text-align: start;
}

.newsletter p {
  color: gray;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.newsletter form {
  display: flex;
  gap: 0.5rem;
}

.newsletter input {
  flex: 1;
  padding: 0.6rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.9rem;
}

.newsletter button {
  background: var(--primary-color) !important;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
}

.newsletter button:hover {
  background: #0c54f1;
}

hr {
  font-weight: 500;
  margin-top: 50px;
  border: 1px solid #d1d5db;
}

.footer-icons {
  margin: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
}

.social-icons {
  display: flex;
  gap: 1.5rem;
  font-size: 1.2rem;
  color: gray;
}

.social-icons a:hover {
  color: #2196f3;
}

.social-icons a {
  color: gray;
}

.copyright {
  font-size: 0.85rem;
  color: gray;
}

@media(max-width: 876px) {

  .navbar ul,
  .navbar .auth-buttons {
    display: none;
  }

  nav.navbar {
    padding: 20px 20px;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 1.4rem 2rem;
    position: absolute;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .mobile-menu a {
    text-decoration: none;
  }

  .mobile-menu.active {
    display: flex;
  }

  .mobile-menu .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu .top .logo {
    color: #051525;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .mobile-menu .top .logo img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }

  .mobile-menu .top i {
    margin-top: -5px;
  }

  .mobile-menu ul {
    list-style: none;
  }

  .mobile-menu ul li {
    display: block;
    width: fit-content;
    margin: 20px auto;
  }

  .mobile-menu ul li a {
    color: #000;
  }

  .mobile-menu a,
  .mobile-menu button {
    margin: 0.5rem 0;
  }

  .mobile-menu .sign {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu .sign a {
    padding: 10px 35px;
    border-radius: 8px;
  }

  .section2atexts h2 {
    font-size: 30px;
  }

  .container1 .hero img {
    padding-top: 10px;
  }

  .img {
    margin-top: 10px;
  }

  .img img {
    width: 100%;
  }

  .contact-info {
    flex-direction: column;
    align-items: start;
  }

  .message,
  .phone {
    width: 100%;
    font-size: 14px;
  }

  .container1 .hero {
    display: block;
    justify-content: center;
    padding: 30px 20px;
  }

  .container1 h3 {
    font-size: 16px;
  }

  .container1 .hero .descriptiontext1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container1 .explore {
    background-color: #2196f3;
    color: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    width: 171px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 8px;
  }

  .container1 .biz {
    background-color: #FCFEFF;
    color: #051525;
    border-radius: 8px;
    border: none;
    width: 171px;
    padding: 8px;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .hero1 .but {
    display: flex;
    flex-direction: column;
  }

  .container1 .hero1 {
    width: 100%;
  }

  .but {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .but1 p {
    font-size: 13px;
    padding-top: 3px;
  }

  .sub1 {
    align-items: end;
  }

  .sub1 h6 {
    font-size: 17px;
  }

  .sub1 .bimg {
    height: 30px;
    width: 20px;
  }

  .appointment-container {
    border-radius: 0px;
    padding: 25px 20px;
  }

  .appointment-container h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .appointment-container .join {
    font-size: 15px;
    width: 100%;
  }

  .check h5 {
    font-size: 12px;
  }

  .names {
    gap: .5rem;
    flex-direction: column;
  }

  .names .form-group input {
    width: 100%;
  }

  button {
    font-size: 12px;
  }

  footer {
    flex-direction: column;
    max-width: 100%;
  }

  .links {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }

  footer {
    background: #f3f4f6;
    padding: 40px;
    margin-top: 3rem;
    text-align: start;
  }

  .newsletter p {
    color: gray;
    font-size: 14px;
    margin-bottom: 1.5rem;
  }

  .footer-container {
    flex-direction: column;
  }

  footer form {
    flex-direction: column;
  }

  .newsletter input {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9rem;
  }

  .newsletter button {
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
  }
}