@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* =========================================
   1) GLOBAL / BASE / UTILITIES
========================================= */
:root {
  /* Example vars (optional):
  --white: #fff;
  --text: #333;
  --theme-color: #24246a;
  --active-color: #0ea5e9;
  */
}

body {
  font: normal 16px 'Montserrat', sans-serif;
}

.text-white {
  color: var(--white) !important;
}

.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-page-text { font-size: 16px; }

.px-50 { padding-left: 50px; padding-right: 50px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }

.bg-gray { background-color: #fafafa; }

.html-home-page .center-1 { margin-bottom: 0; }

/* Product / Catalog small bits */
.html-product-details-page .product-details-page { padding-top: 50px; }

@media (min-width: 481px) {
  .item-box .product-title {
    font-size: 20px;
    font-weight: normal;
  }
}
.item-box .actual-price {
  font-size: 18px;
  font-weight: bold;
}
.item-box .product-box-add-to-cart-button::before,
.overview .add-to-cart-button::before,
.variant-overview .add-to-cart-button::before {
  content: "\f07a";
}

/* Workflow strip */
.work-flow-home {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

/* =========================================
   2) HEADER
========================================= */
@media (min-width: 1001px) {
  .header-menu {
    background: var(--theme-color);
  }
  .header-menu > ul > li > a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: var(--white);
    cursor: pointer;
    padding: 0;
  }
}

@media (min-width: 1367px) {
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 600;
  }
  .header-menu > ul > li {
    padding: 0 5px;
  }
}

/* Search box in header */
@media (min-width: 1001px) {
  .search-box input.search-box-text {
    width: 415px;
  }
}

/* =========================================
   3) BANNER / HERO
========================================= */
.inner_banner_sec {
  position: relative;
  z-index: 111;
  width: 100vw;
  margin-left: 50%;
  left: -50vw;
  height: auto;
}
.inner_banner_sec img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.inner_banner_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  z-index: 1;
}
.inner_banner_sec .carousel-caption {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
  background: transparent;
  text-shadow: none;
  z-index: 111;
}
.inner_banner_sec .carousel-caption-b {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.inner_banner_sec .carousel-caption-c {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}

.inner_banner_text { text-align: center; }
.inner_banner_text h1 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background: #24246a;
  padding: 10px 50px;
  text-transform: uppercase;
}

/* =========================================
   4) MAIN SECTIONS
========================================= */

/* 4.1 Contact Strip */
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 22px 16px;
}
.contact-strip .item {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 250px;
  text-align: left;
}
.contact-strip .icon {
  width: 38px;
  height: 38px;
  fill: #b9bec7;
}
.contact-strip .title {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: var(--theme-color);
  text-decoration: none;
  display: inline-block;
}
.contact-strip .title:hover { text-decoration: underline; }
.contact-strip .detail {
  color: var(--text);
  font-size: 0.98rem;
  margin-top: 2px;
}
.contact-strip .divider {
  width: 1px;
  height: 80px;
  background: #e6e8ee;
}

/* 4.2 About Dental Arts */
.about_dental_arts_sec { padding: 80px 0; }
.about_dental_arts {
  display: table;
  width: 100%;
  vertical-align: top;
}
.about_dental_arts_img {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  padding-right: 15px;
}
.about_dental_arts_text {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding-left: 15px;
}
h2.primary_heading {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  color: #444;
}
.about_dental_arts_text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
}
.about_dental_arts_text p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin-top: 15px;
  line-height: 26px;
}
.about_dental_arts_text a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #24246a;
  max-width: 180px;
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 46px;
  border-radius: 3px;
  margin-top: 20px;
  border: 2px solid #24246a;
  text-decoration: none;
}
.about_dental_arts_text a:hover {
  background: #fff;
  color: #24246a;
}

/* 4.3 Education Credentials */
.education_credentials_sec {
  padding: 80px 0;
  background: #f6f6f6;
}
.education_credentials {
  display: table;
  width: 100%;
  vertical-align: top;
}
.education_credentials_img {
  display: table-cell;
  width: 50%;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 111;
}
.education_credentials_img img { width: 100%; }
.education_credentials_text {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 30px 0 30px 15px;
}
.education_credentials_text p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin-top: 10px;
  line-height: 26px;
}
.education_credentials_text ul { padding: 0; }
.education_credentials_text ul li {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  list-style: none;
}
.education_credentials_text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--theme-color);
  border-radius: 100%;
}
.education_credentials_text ul li ul li::before {
  border: 1px solid var(--theme-color);
  background: none;
}

/* 4.4 Procedures Workflow */
.procedures_workflow_sec {
  padding: 80px 0;
  background: #f6f6f6;
}
.procedures_workflow_sec h2.primary_heading { text-align: center; }
.procedures_workflow_sec h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 15px;
}
.procedures_workflow_sec ul {
  display: flex;
  list-style: none;
}
.procedures_workflow_sec ul li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.procedures_workflow_item {
  background: #fff;
  min-height: 380px;
  padding: 30px;
  margin-top: 30px;
}
.procedures_workflow_item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
.procedures_workflow_item p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  margin-top: 10px;
  line-height: 26px;
}
.procedures_workflow_item p:first-child { margin-top: 0; }
.procedures_workflow_item p span {
  font-weight: 700;
  color: #444444;
}

.our_guiding {
  margin-top: 30px;
  text-align: center;
}
.our_guiding p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 26px;
}

/* 4.5 Quantum Intake Form */
.quantum_intake_form_sec { padding: 80px 0; }
.quantum_intake_form { text-align: center; }
.quantum_intake_form h2.primary_heading { text-align: center; }
.quantum-dental-arts {
  max-width: 400px;
  margin: 30px auto 0;
}
.quantum-dental-arts img {
  border: 1px solid #24246a;
}
.quantum_intake_form a.btn img {
  width: 20px;
  margin-right: 10px;
}
.quantum_intake_form a.btn {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  background: #24246a;
  color: #fff;
  border-radius: 3px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* 4.6 Quicr Instructions */
.quicr_instructions_sec { padding: 80px 0; }
.quicr_instructions { text-align: center; }
.quicr_instructions h2.primary_heading { text-align: center; }
.quicr_instructions a.btn {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  background: #24246a;
  color: #fff;
  border-radius: 3px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.quicr_instructions_arts { 
  margin: 50px auto 0;
  max-width: 750px;
}
.quicr_instructions_arts img {
  border: 1px solid #24246a;
}

/* 4.7 Home Page Contact */
.home-page-contact {
  display: flex;
  justify-content: center;
  margin: 10px auto 30px;
  padding: 10px 0;
}
.home-page-contact .topic-block {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  text-align: left;
}
.home-page-contact .topic-block-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home-page-contact .contact-info {
  width: 33.33%;
  float: left;
  border-right: 2px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page-contact .contact-info:last-child { border-right: none; }
.home-page-contact .img-ico {
  width: 50px;
  margin-right: 25px;
}
.home-page-contact .line1 {
  font-size: 15px;
  text-transform: uppercase;
  color: #01197d;
  font-weight: bold;
  line-height: 12px;
}
.home-page-contact .line2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #a0a0a0;
  font-weight: 500;
}
.home-page-contact .contact-info a { text-decoration: none; }

/* =========================================
   5) FOOTER
========================================= */
.footer-block .list a:hover,
.footer-block .list a:focus {
  color: var(--active-color);
}

/* =========================================
   6) RESPONSIVE MEDIA QUERIES
========================================= */

/* <= 991px (tablets / small laptops) */
@media screen and (max-width: 991px) {
  .inner_banner_sec img { height: 300px; }

  .about_dental_arts_sec,
  .education_credentials_sec,
  .procedures_workflow_sec,
  .quantum_intake_form_sec,
  .quicr_instructions_sec {
    padding: 60px 0;
  }

  .about_dental_arts { display: block; }
  .about_dental_arts_img {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .about_dental_arts_text {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .education_credentials {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .education_credentials_text {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .education_credentials_img {
    display: block;
    width: auto;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 0;
  }

  .procedures_workflow_sec ul { display: block; }
  .procedures_workflow_sec ul li {
    width: auto;
    float: none;
    padding: 0;
  }
  .procedures_workflow_item { min-height: auto; }
}

/* <= 768px (tablets / large phones) */
@media only screen and (max-width: 768px) {
  .home-page-contact .contact-info {
    min-width: 250px;
    margin-bottom: 10px;
    border: none;
  }
}

/* <= 720px (stack contact strip) */
@media (max-width: 720px) {
  .contact-strip {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .contact-strip .item { min-width: 0; }
  .contact-strip .divider { display: none; }
}

/* <= 479px (small phones) */
@media screen and (max-width: 479px) {
  .inner_banner_text h1 {
    font-size: 20px;
    padding: 10px 30px;
  }
  .inner_banner_sec img { height: 250px; }
  .procedures_workflow_item { padding: 30px 15px; }
  .quantum_intake_form button.btn,
  .quicr_instructions button.btn {
    font-size: 16px;
  }
}

/* >= 1001px (desktop-specific header/search already above) */
/* >= 1367px (large desktop header already above) */

/* =========================================
   7) MISC
========================================= */
div#ph-title { display: none; }

.procedures_workflow_sec ul { list-style: none; }

.estimate-shipping-row-item-radio input[type="radio"] {
  width: 0;
  height: 0;
  border: none;
}