@font-face {
  font-family: "Museo";
  src: url("../fonts/museo-regular.otf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Museo";
  src: url("../fonts/museo-bold.otf");
  font-weight: 700;
  font-display: swap;
}

:root {
  --white-color: #fafafa;
  --black-color: #1a1a1a;
  --primary-color: #8c2333;
  --section-color: #eeebe5;
  --footer-color: #25262a;
  --card-color: #ececec;
  --card-hover-color: #58585a;
}

h1,
h2,
h3 {
  font-family: "Museo", sans-serif;
  font-weight: 700;
}

h4,
h5,
h6 {
  font-family: "Museo", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

p {
  font-size: 1.125rem;
}

img {
  max-width: 100%;
}

.bold {
  font-weight: 600;
}

.color-g {
  color: var(--primary-color);
}

.error {
  border: 1px solid red;
}

.base-button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.base-button:hover {
  transform: scale(1.05);
}

.form-control {
  padding-block: 12px;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  color: var(--white-color);
}

.navbar-brand img {
  width: 90px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: url("../img/g-checkup-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00000090;
  background-blend-mode: overlay;
  padding-bottom: 36px;
  height: 800px;
  margin-top: -92px;

  & h1 {
    font-size: clamp(2rem, 5vw, 4.3rem);
    color: var(--white-color);
  }
}

.hero-form .nhform {
  background-image: url("../img/g-form-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  margin-top: 36px;

  & label {
    color: var(--white-color);
    margin-bottom: 8px;
  }

  & .main-button {
    background-color: var(--white-color);
    color: var(--primary-color);
  }
}

.about {
  background-color: var(--section-color);

  & h1 span {
    color: var(--primary-color);
  }

  & .about-img-holder img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
  }
}

.banner {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-transform: uppercase;
  padding-block: 24px;

  & h2 {
    font-size: clamp(1rem, 4vw, 2.8rem);
  }
}

.section-title h1 {
  font-size: 3.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.owl-nav {
  text-align: center;
  margin-top: 18px;

  & button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--card-color) !important;
    border-radius: 8px;
    margin-right: 8px;
  }

  & span {
    position: relative;
    top: -2px;
    font-size: 40px;
    color: var(--black-color);
  }
}

.main-form .nhform {
  & .form-control {
    border-color: var(--primary-color);
  }

  & label {
    color: var(--primary-color);
    margin-bottom: 8px;
  }
}

.btn-check-outlined {
  border-color: var(--primary-color);
  padding-block: 12px;
  width: 49.5%;
}

.btn-check + .btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.btn-check:checked + .btn-check-outlined {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.testimonial-card {
  height: 300px;
  background-color: var(--card-color);
  border-radius: 16px;
  padding: 30px;

  & .profile-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
  }

  & .testimonial-card-header-right path {
    fill: var(--primary-color);
  }
}

.service-info {
  & h1 span {
    color: var(--primary-color);
  }

  & .service-card {
    display: grid;
    height: 320px;
    background-color: var(--card-color);
    border-radius: 16px;
    padding: 30px;
    transition: 0.3s ease;
  }

  & .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #32e38d31;
    transition: 0.3s ease;
  }

  & .card-icon img {
    width: 36px;
  }

  & .card-title p {
    font-weight: 600;
    font-size: 1.6rem;
  }

  & a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--black-color);
    text-decoration: none;
  }
}

.service-card:hover {
  background-color: var(--primary-color);
  color: var(--white-color);

  & .card-icon {
    background-color: #ffffff31;
  }

  & a {
    color: var(--white-color);
  }
}

.service-info.check-up {
  & .service-card {
    height: 240px;
    text-align: center;
  }

  & .card-icon {
    background-color: var(--primary-color);
    margin: 0 auto;
  }

  & .card-title p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  & .card-title p span {
    margin-bottom: 4px;
  }

  & a {
    display: inline-block;
    color: var(--white-color);
  }
}

.checkup-pack-card {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 16px;
  padding: 36px;

  & .checkup-pack-card-item {
    margin-bottom: 18px;
  }

  & a {
    background-color: var(--white-color);
    color: var(--black-color);
  }
}

.checkup-packs .owl-item:nth-child(2) .checkup-pack-card {
  background-color: #F3F4F6;
  color: var(--black-color);

  & a {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.faq-button {
  background-color: #f5f5f5;
  padding: 18px 36px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px;

  & .card {
    background-color: transparent;
    border: none;
    padding-left: 0;
    font-weight: normal;
  }

  & .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  & .faq-title .button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 8px;
  }

  & .faq-title .bi-plus path {
    fill: #000;
  }

  & .bi-dash-lg {
    display: none;
  }

  & .bi-dash-lg path {
    fill: #000 !important;
  }
}

.faq-button[aria-expanded="true"] {
  & .bi-plus {
    display: none;
  }

  & .bi-dash-lg {
    display: block;
  }

  & .button-holder {
    background-color: var(--emp-blue);
  }

  & .bi-dash-lg path {
    fill: #fff;
  }
}

.stats-holder {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;

  & .stat-card {
    background-color: #F5F5F5;
    border-radius: 16px;
    padding-block: 16px;
  }

  & .stat-card:nth-child(2) {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

footer {
  background: linear-gradient(to bottom, white 60%, var(--footer-color) 60%);
}

.footer-form {
  background-image: url("../img/g-footer-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  color: var(--white-color);

  & .contact-info {
    max-width: 900px;
    margin-inline: auto;
    background-color: var(--white-color);
    border-radius: 16px;
    color: var(--black-color);
  }
}

.footer-contact-holder {
  & a {
    color: var(--black-color);
    text-decoration: none;
    opacity: 0.75;
  }

  & .footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--black-color);
    border-radius: 50%;
  }

  & path {
    fill: var(--white-color);
  }
}

.footer-form .nhform {
  & label {
    margin-bottom: 8px;
  }

  & .btn-check-outlined {
    border-color: var(--white-color);
    color: var(--white-color);
    padding-block: 12px;
    width: 49.5%;
  }

  & .btn-check + .btn:hover {
    background-color: var(--white-color);
    color: var(--black-color);
  }

  & .btn-check:checked + .btn-check-outlined {
    background-color: var(--white-color);
    color: var(--black-color);
  }

  & .main-button {
    background-color: var(--white-color);
    color: var(--primary-color);
  }
}

.socials {
  border-bottom: 1px solid var(--white-color);
}

.social-holder path {
  fill: var(--white-color);
}

.nhm a {
  color: var(--white-color);
  text-decoration: none;
}

.thank-you {
  background-color: var(--section-color);
}

.float-wp {
  position: fixed;
  left: 18px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999999;
}

.float-wp img {
  padding: 6px;
}

@media (max-width: 992px) {
  .hero {
    padding-bottom: 0;
    margin-top: -200px;
  }

  .hero-form {
    margin-bottom: -64px;
  }

  .navbar {
    padding-top: 8px;
  }

  .navbar-toggler {
    border: var(--bs-border-width) solid #fff;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  .about-guven .col-md-4 {
    margin-bottom: 36px;
  }

  .wp-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #28BB2B;
    font-weight: bold;
  }

  .stats-holder {
    grid-template-columns: repeat(1, 1fr);
  }

  .btn-check-outlined {
    width: 49%;
  }

  .footer-form .nhform .btn-check-outlined {
    width: 49%;
  }

  .contact-info {
    padding: 24px !important;
  }

  .footer-form {
    display: flex;
    flex-direction: column;
  }

  .footer-contact-holder {
    justify-content: start !important;
    margin-bottom: 12px;
  }

  .footer-form .nhform {
    padding: 0 !important;
    padding-block: 36px !important;
  }

  .contact-info {
    order: 2;
  }

  .hero-form .nhform .form-control {
    margin-bottom: 12px;
  }
}

.gdpr-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.gdpr-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gdpr-content h2 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.gdpr-content p {
  margin: 0 0 10px 0;
  font-size: 0.9em;
}

.gdpr-checkbox {
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

#gdpr-accept, #gdpr-decline {
  padding: 8px 15px;
  margin-right: 10px;
  cursor: pointer;
}

#gdpr-accept:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .gdpr-content {
    flex-direction: column;
    align-items: flex-start;
  }

  #gdpr-accept, #gdpr-decline {
    margin-top: 10px;
    margin-left: 0;
  }
}